Configure webhook endpoints to receive real-time notifications for processing events
Get started by adding your first webhook endpoint to receive real-time notifications.
Webhook endpoints allow you to receive real-time HTTP notifications when specific events occur during call processing. You can subscribe to multiple events and receive detailed payloads including call information and processing artifacts.
If you configure a secret, webhooks will include an X-Webhook-Signature
header containing an HMAC SHA256 signature of the payload, allowing you to verify the authenticity of requests.