v1
latestOpenAPI 3.1.02026-07-2687120159.0 KBOutbound Calls
Trigger an outbound call
Triggers the PolyAI voice agent to dial a phone number. The agent will call the provided number and conduct the conversation autonomously. Returns a callSid that can be used to poll status.
post/v1/agents/{agentId}/telephony/outbound-calls
Request body
Example request
{
"toNumber": "+442012345678",
"environment": "live",
"countryCode": "GB",
"encryption": "tls_srtp",
"metadata": {
"customer_name": "Paul Smith",
"appointment_date": "2026-08-26"
}
}Response
Call accepted and queued.
Example response
{
"callSid": "OUT-550e8400-e29b-41d4-a716-446655440000",
"status": "QUEUED"
}