Calls
Create an Outbound Call
deprecated
Create a single outbound call through the v1 outbound-calls API.
POST
Make a single call
Creates a single outbound call and queues it for processing. Use this endpoint when your application needs to call one recipient outside a batch campaign.
When to use this
- CRM click-to-call: start a call from a lead or account record.
- Form follow-up: call a new inbound lead after submission.
- Operational reminders: trigger one appointment, payment, or verification call.
/outbound-calls. Legacy unversioned /single-outbound-call integrations can continue during the transition window, but new v1 integrations should use /outbound-calls.
Related endpoints
- List Calls: review created call records.
- Get Call: fetch one call by ID.
- Call Logs: inspect completed call evidence.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The phone number of the recipient
The phone number to call from
The ID of the agent version to use for the call
The ID of the agent version to use for the call
Dynamic variables to use in the call. Should be a JSON object with key-value pairs.
Response
The call has been successfully initiated.
Make a single call