Batches
Schedule batch
Schedule a batch for calling via agent
POST
/
batches
/
schedule
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
agent_id
string
requiredThe ID of the agent
batch_id
string
requiredThe ID of the batch to be scheduled
scheduled_at
string
requiredThe scheduled date and time in ISO 8601 format with time zone
Response
200 - application/json
The response is of type any
.
Was this page helpful?