Skip to main content
POST
cURL
Time restrictions on scheduled_at
  • Must be at most 30 days in the future; later values return HTTP 400.
  • Batches scheduled less than 10 minutes ahead are dispatched immediately; batches scheduled 10 or more minutes ahead are marked scheduled and start at the requested time.
  • Use a numeric UTC offset (e.g. +00:00); the Z suffix is not accepted.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batch_id
string<uuid>
required

The ID of the batch

Body

multipart/form-data
scheduled_at
string
required

The scheduled date and time in ISO 8601 format with a numeric UTC offset (e.g. 2026-06-23T18:30:00+00:00). Must be in the future and within 30 days.

Example:

"2026-06-23T18:30:00.000Z"

bypass_call_guardrails
boolean
default:false

Skip time validation for all calls in this batch

Response

Successful response