Post call event
The post-call callback includes details such as call disposition, duration, and cost. It’s triggered after the call ends.
Body
Callback payload.
Post-call webhook payload
Direction of the call. One of inbound (call received by the account) or outbound (call placed by the account).
inbound, outbound "outbound"
Call ID
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
Destination of the call. For outbound calls, it contains the country name and, optionally, a mobile carrier or city name. For inbound calls, the destination includes the user-defined SIP trunk name, SIP URI, or PSTN number that the call is forwarded to.
"France"
Duration of the call, in seconds
6
Total charge for the call, in USD
"0.822"
Date and time of the call
"2023-08-21T06:43:36.000Z"
Final disposition of the call. One of answered (the called party answered), noanswer (no answer within the ring timeout), busy (the called party was busy), failed (the call could not be routed), or all (matches any disposition when used as a filter).
answered, noanswer, busy, failed, all ANI/From attribute of the call
"14302287001"
DNIS/To attribute of the call
"33170363950"
Price per minute, in USD
"0.027"
Response
Return a 200 status to indicate that the data was successfully received