Call ended event payload
call_ended
event is sent when a call is finished. It contains the call’s recording URL and a transcript of the conversation.
Event type:
call_ended
Unique call identifier
Call created time
URL to download call recording
Text transcription of the call
Extracted data from call’s transcript
The input payload provided when initiating the API request that triggered this call.
This includes all the original request parameters, including any custom metadata
that was passed in the request.
The phone number that the call was made to
The phone number that the call was made from
The type of call. Possible values:
CARRIER_SALES
- call triggered using trigger carrier sales call API.TRACK_AND_TRACE
- call triggered using trigger check call API.CUSTOM_USE_CASE
- call triggered using trigger use case call API.
Tool calls event payload
tool_calls
events are sent during the call when a tool is called. It contains the function name and its arguments.
Event type:
tool_calls
Unique call identifier
Call created time
Transcript event payload
transcript
events are sent in real-time during the call whenever new transcription data is received from the transcription service.
Event type:
transcript
Unique call identifier
Call created time
Text transcription of the call