Batches
Schedule Batch API
Learn how to schedule a batch for calling via Bolna Voice AI agent by specifying the batch ID and the desired execution time.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the batch
Body
multipart/form-data
The scheduled date and time in ISO 8601 format with time zone
Example:
"2024-06-04T22:40:00.000Z"
Response
200
application/json
Successful response
The response is of type any
.