POST
/
call

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
agent_id
string
required

Agent id which will initiate the outbound call

recipient_phone_number
string
required

Phone number of the recipient alongwith country code (in E.164 format)

from_phone_number
string

Phone number of the sender alongwith country code (in E.164 format)

user_data
object

Additional user dynamic variables as defined in the agent prompt

Response

200 - application/json
message
string

Response message for the call initiated

status
enum<string>

Status of the call.

Available options:
queued
call_id
string

Unique call_id identifier of the call having format of {agent_id}#{execution_id}.