Authorizations
Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page
Body
application/json
E.164 formatted phone number to make the call from. Must be a phone number registered to your account.
Example:
"+15893858485"
E.164 formatted phone number to call.
Example:
"+15893858485"
Optional SID of the agent to use for this specific call. If not provided, the outbound agent configured for the from_phone will be used.
Example:
"agent_340846df-6fc5-4550-8c8e-590761765548"
Optional key-value pairs of variables to pass to the agent for this interaction.
Example:
{
"customer_name": "John Doe",
"appointment_time": "2025-06-01T10:00:00Z"
}
