Update Call
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The id of the call
Body
Call note
"This call need a follow up"
Your agents UUID
"123e4567-e89b-12d3-a456-426614174000"
The call status
"completed"
Response
Interaction ID
"123e4567-e89b-12d3-a456-426614174000"
Interaction status
"in-progress"
Agent phone number
"+1234567890"
Agent Email
"+1234567890"
Customer phone number
"+1234567890"
Customer email
"+1234567890"
Agent ID
"123e4567-e89b-12d3-a456-426614174000"
Customer ID
"123e4567-e89b-12d3-a456-426614174000"
Skill ID
"123e4567-e89b-12d3-a456-426614174000"
Customer name
"John Doe"
Transcription
"Hello, how can I help you?"
Recording URL
"https://example.com/recording.wav"
conversation messages
[
{
"sid": "SM1234567890abcdef",
"timestamp": "2025-03-17T14:30:00Z",
"sender": "agent",
"content": "Hello, how can I assist you today?",
"mediaUrl": "https://example.com/image.jpg",
"status": "delivered"
}
]
Session duration in seconds
"7200"