Skip to main content
POST
Schedule Calls Batch

Authorizations

Authorization
string
header
required

API key must be provided as: Bearer <api_key>

Body

application/json
contacts
object[]
required

Array of contacts to schedule calls for. Maximum 50 contacts per request.

Response

Calls scheduled successfully

contact_id
string<uuid>

The telli contact ID (only present for successful scheduling)

status
enum<string>

Status of the call scheduling

Available options:
success,
error
loop_id
string<uuid>

The call loop ID (only present for successful scheduling)

error_message
string

Error message (only present for failed scheduling)

error_code
integer

Error code (only present for failed scheduling)