Initiate Call(s)
Manual Initiations
Initiate Call(s)
Initiate AI agent calls for customers in a campaign with optional filters to target specific subsets.
Initiate Call(s)
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Path Parameters
The campaign ID containing the customers to call.
Body Parameters
AI agent ID to handle the calls.
Disposition ID for call categorization.
Maximum number of customers to call. If omitted, all matching customers are called.
Optional filters to target specific customers. If omitted, all customers in the campaign are called. Multiple filters are combined with AND logic.
Response
true if all calls were initiated successfully, false otherwise.Summary of the operation result.
Detailed breakdown of the call initiation.
Response Status Codes:
200— All calls initiated successfully207— Partial success (some calls initiated, some failed)400— Validation error, no active numbers, or missing agent variables404— Campaign, agent, or customers not found500— All calls failed or internal server error

