Documentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
In some regions, automated outbound calls without consent may violate local regulations. You are responsible for ensuring compliance with all relevant laws.
Making an outbound call
To trigger an outbound call, send aPOST request to your agent’s outbound API endpoint. You can find this endpoint by opening Phone numbers in the sidebar, then clicking View in the Outbound call API column for your number.
The modal displays a ready-to-use curl command with your agent’s endpoint and required headers. You can also test the call directly from this modal by entering a phone number and clicking Call.
API reference
Endpoint
Headers
| Header | Value |
|---|---|
Authorization | Your Dialog Manager API key |
Content-Type | application/json |
Request body
| Field | Description |
|---|---|
to | The phone number to call in E.164 format (eg: +15551234567). |
variables | Optional. A JSON object containing variables to inject when the call starts. |
amd | Optional. Set to true to enable answering machine detection. |