Calls
Initiate Call
Initiate calls
POST
/
call
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
agent_id
string
requiredAgent id
which will initiate the outbound call
recipient_phone_number
string
requiredPhone 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}
.