Call webhooks
On-call event
Sends a notification to track the lifecycle of an active call.status updates. It's triggered when a call is initiated, answered, and ends.
postWebhookOnCallEvent
Payload
Example payload
{
"uuid": "5dccb6b0-f35c-488c-867b-86fb012c4415",
"id": "5dccb6b0-f35c-488c-867b-86fb012c4415",
"event_type": "call_setup",
"event_time": "2025-09-22T12:56:38.547Z",
"event_payload": {
"type": "audio",
"payload": {
"status": "completed",
"playback_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
},
"from": "+18045961058",
"to": "17653889567",
"call_started": "2025-09-22T12:56:38.547Z",
"tag": "marketing-campaign"
}Response
Return a 200 status to indicate that the data was successfully received