← folo
Reference

Webhooks

Last updated: July 2026

Through webhooks, folo sends selected meeting events to HTTPS endpoints that you add under “Settings → Webhooks”.

Creating an endpoint

When no webhooks are set up yet, folo explains: “folo can notify external services when a meeting is completed, assigned to a project or deleted.” “Add webhook” creates a user-added HTTPS endpoint. Its payload contains the local numeric ID, suite UUID when available, title, start, end, duration, language, attendees and status; assignment events also include the engagement ID. Audio, transcripts and summaries are not sent.

Signature & delivery

HTTPS only: Deliveries are signed with X-Webhook-Signature (HMAC-SHA256) as soon as a secret is set — so the receiver can verify authenticity. Delivery is over HTTPS exclusively; failed deliveries are retried with exponential backoff. If you delete a webhook, the affected services are no longer notified.