telephony
Complete call and store transcript
Called when a call is completed to store the final transcript and call details
POST
Authorizations
Cookie-based authentication
Body
application/json
Unique identifier of a third party system of this call. If a channelId was provided during a previous /agentConnected api call, the transcript will be appended to the corresponding ticket
Example:
"call_123abc456"
Complete transcript of the call
A single entry in a conversation transcript
Optional ticket id of the enneo call ticket. If provided, the transcript will be attached to the given ticket id
Example:
123
Optional duration of the call in seconds. Can be used for average handling time measurements of agents
Example:
300
Response
200
application/json
Successful operation
Data format of Enneo success messages
Operation was successful
Example:
true