Skip to main content
PUT
Update Call

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the call

Body

application/json

Input data for update call

note
string
required

Call note

Example:

"This call need a follow up"

agentId
string

Your agents UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

status
string

The call status

Example:

"completed"

Response

Update call

id
string
required

Interaction ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

status
string
required

Interaction status

Example:

"in-progress"

agentPhone
string
required

Agent phone number

Example:

"+1234567890"

agentEmail
string
required

Agent Email

Example:

"+1234567890"

customerPhone
string
required

Customer phone number

Example:

"+1234567890"

customerEmail
string
required

Customer email

Example:

"+1234567890"

agentId
string
required

Agent ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

customerId
string
required

Customer ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

skillId
string
required

Skill ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

customerName
string
required

Customer name

Example:

"John Doe"

transcription
string
required

Transcription

Example:

"Hello, how can I help you?"

recordingUrl
string
required

Recording URL

Example:

"https://example.com/recording.wav"

messages
string[]
required

conversation messages

Example:
duration
number
required

Session duration in seconds

Example:

"7200"