Skip to main content
Initiate Call(s)

Headers

string
required
Bearer token for authentication (e.g., Bearer <your_token>).

Path Parameters

string
required
The campaign ID containing the customers to call.

Body Parameters

string
required
AI agent ID to handle the calls.
string
required
Disposition ID for call categorization.
integer
Maximum number of customers to call. If omitted, all matching customers are called.
object
Optional filters to target specific customers. If omitted, all customers in the campaign are called. Multiple filters are combined with AND logic.

Response

boolean
true if all calls were initiated successfully, false otherwise.
string
Summary of the operation result.
object
Detailed breakdown of the call initiation.
Response Status Codes:
  • 200 — All calls initiated successfully
  • 207 — Partial success (some calls initiated, some failed)
  • 400 — Validation error, no active numbers, or missing agent variables
  • 404 — Campaign, agent, or customers not found
  • 500 — All calls failed or internal server error

Usage Examples

Call all customers in a campaign:
Call only bounced and pending customers:
Call customers with EMI due this month, limited to 100:
Call specific customers by ID:
Call with custom field filters:
Call all customers except specific ones: