Initiate Call

[Not recommended] Initiates an immediate call to a contact. Will call even outside business hours, which is why we recommend using schedule-call instead. If contact cannot be reached and Auto Dialer is enabled, telli will continue trying according to Auto Dialer settings.

post/v1/initiate-call

Request body

contact_idstring uuid required

telli contact ID of the contact to call

agent_idstring required

Agent ID to use for the call

max_retry_daysnumber

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

override_from_numberstring

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

messagestring
call_idstring uuid

Example response

{
  "message": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.