Use webhooks to synchronize call events and outcomes with your backend. Webhook handlers should be secure, idempotent, and fast.

Checklist

1

Store the event ID.

Review this item before moving the agent to production.
2

Verify authenticity when available.

Review this item before moving the agent to production.
3

Return 2xx quickly.

Review this item before moving the agent to production.
4

Retry downstream work safely.

Review this item before moving the agent to production.
5

Log failures for replay.

Review this item before moving the agent to production.