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.
Authorizations
Path Parameters
Body
Phone number to dial in E.164 format (e.g. +442012345678). If the number lacks a country prefix, also supply countryCode.
"+442012345678"
Target environment for the call.
sandbox, pre-release, live "live"
ISO 3166-1 alpha-2 country code (e.g. GB) for parsing a non-E.164 toNumber.
"GB"
Variant ID to use for the call. If omitted, the default connector for the environment is used.
Telephony encryption mode for the outbound leg.
"tls_srtp"
Arbitrary key/value pairs delivered to the agent as SIP headers. All values must be strings. The base64 representation must be under 26 KB.
{
"customer_name": "Paul Smith",
"appointment_date": "2026-08-26"
}

