Schedule Call

Schedules a call at the earliest opportunity within the dialer window. May occur immediately or on the next business day depending on settings. Requires the auto dialer to be enabled.

post/v1/schedule-call

Request body

contact_idstring uuid required

telli contact ID of the contact to schedule a call with

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

Example request

{
  "schedule": {
    "at": "2024-01-01T10:00:00.000Z"
  }
}

Response

Call scheduled successfully

statusstring
contact_idstring uuid
loop_idstring uuid

Example response

{
  "status": "success"
}

Changes

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