Create an outgoing webhook

Subscribe to platform events, verify signatures.

Outgoing webhooks let you stream events into your own systems. Create one under Org settings → Webhooks: provide an HTTPS URL and pick events (meeting.ended, recording.ready, channel.message_pinned, …). We send a JSON POST and sign every request with HMAC-SHA256 over the body using the secret returned at creation — verify it server-side using the X-Sierra-Signature header.

If your endpoint returns a non-2xx response, we retry with exponential back-off up to 24 hours, then disable the webhook and email the org admins.