adaptlive

Webhooks

Subscribe to events and we'll POST them to your URL. With HMAC signing, retries, and a redelivery panel.

webhookseventshmacsignaturesdelivery

Webhooks

Subscribe to events and we'll POST them to your URL as they happen. Same closed-beta gate as API keys.

Set up an endpoint

  1. Settings → Webhooks → New webhook.
  2. Paste your URL (HTTPS only).
  3. Pick the events you want.
  4. Copy the signing secret — used to verify deliveries.

Available events

call.ended, sms.received, sms.sent, voicemail.received, call.missed, person.created, work_record.created, work_record.updated, fact.confirmed, fact.promoted, draft.approved, signal.fired, workflow.finished, appointment.scheduled, task.created, note.added.

Retries

We retry failed deliveries (anything not 2xx) with exponential backoff for 24 hours. After that, the delivery is dead — but you can manually redeliver from the last-50-deliveries panel.

Watch out

Don't put business logic inline in your webhook handler. Acknowledge fast (2xx within a few seconds); queue the work asynchronously. We'll give up on slow handlers.

Was this article helpful?

← Back to Developer Tools

We use essential cookies to keep the app secure. Optional cookies help us improve reliability and measure campaigns. Cookie policy