Call webhooks
Post-call event
The post-call callback includes details such as call disposition, duration, and cost. It's triggered after the call ends.
postWebhookPostCallEvent
Payload
Example payload
{
"direction": "outbound",
"uuid": "99df5ffd-962a-410f-bcce-d08f1f7f328c",
"destination": "France",
"duration": 6,
"charge": "0.822",
"date": "2023-08-21T06:43:36.000Z",
"from": "14302287001",
"to": "33170363950",
"per_minute": "0.027"
}Response
Return a 200 status to indicate that the data was successfully received