Webhook event sent when a call is completed
The call.completed webhook is sent when a call has been completed.
call.completed
The type of the webhook event. Will be “call.completed”.
Unique identifier for this webhook event.
Show payload
The unique identifier (UUID) for the call.
The attempt number for this webhook delivery.
{ "event_type": "call.completed", "event_id": "evt_Wqb1k73rXprtTm7Qdlr38G", "payload": { "call_id": "123e4567-e89b-12d3-a456-426614174000", "attempt": 2 } }
Was this page helpful?