Skip to main content
POST
Initiate Call

Authorizations

Authorization
string
header
required

API key must be provided as: Bearer <api_key>

Body

application/json
contact_id
string<uuid>
required

telli contact ID of the contact to call

agent_id
string
required

Agent ID to use for the call

max_retry_days
number

Optional number of days to retry the call. Defaults to the account's max retry days

override_from_number
string

Optional phone number to use as the caller ID. Must be a valid E.164 number that belongs to the account

Response

Call initiated successfully

message
string
Example:

"success"

call_id
string<uuid>