Schedule Calls Batch

Schedules multiple calls in a single request. Limited to 50 contacts per request.

post/v1/schedule-calls-batch

Request body

Example request

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

Response

Calls scheduled successfully

contact_idstring uuid

The telli contact ID (only present for successful scheduling)

status'success' | 'error'

Status of the call scheduling

loop_idstring uuid

The call loop ID (only present for successful scheduling)

error_messagestring

Error message (only present for failed scheduling)

error_codeinteger

Error code (only present for failed scheduling)

Changes

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