Batches
Create Batch
Create a new batch of calls using direct input.
POST
Headers
Your API key for authentication.
Optional encrypted key used for securing batch payloads.
Body
A list of individual call objects to include in the batch. Each object follows the same schema as /v1/calls
.
Example
Global call properties to apply to all call_objects
, unless overridden per entry.
Required keys:
- Must include at least one of:
"task"
or"pathway_id"
.
Forbidden keys: "phone_number"
is not allowed in the global object.
Example:
Example
Response
The response includes the batch_id
of the newly created batch.
The unique identifier for the batch.
Always null
on success.