Place An Outbound Call
Dial to_number from this agent's own phone channel. The call is answered by exactly the same session path an inbound call takes (app/api/telephony.py's telephony_incoming) - this route only originates it.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
agent_id*Agent Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/calls" \ -H "Content-Type: application/json" \ -d '{ "to_number": "string" }'{ "provider_call_id": "string", "status": "string"}Empty
Empty
Empty
Empty