For the complete documentation index, see llms.txt. This page is also available as Markdown.

Calls

Initiate outbound calls

Initiate Outbound Call

post

Initiate an outbound call from an organization phone number to a specific contact.

Authorizations
AuthorizationstringRequired

Organization API Token.

Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:

Authorization: Bearer {orgId}.{secretToken}

Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.

JWT tokens are NOT accepted.

Body
fromNumberIdstringRequired

Phone number integration ID to call from (required)

Example: num_123
contactIdstringRequired

Contact ID to call (required)

Example: con_1
campaignIdstringOptional

Campaign ID for tracking (optional)

Example: cmp_123
Responses
200

Call initiated

application/json
Other propertiesanyOptional
post/api/calls/outbound
200

Call initiated

Last updated