Call events
FleetWorks sends webhook events to your configured server URL to provide real-time updates about call progress, outcomes, and extracted data. Each event includes relevant information about the call’s status and any associated data.
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
Extraction data from call’s transcript
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