Create schedule
Queue a batch of outbound calls to be dispatched at a future time.
Queue a batch of outbound calls to be dispatched at a future time.
Authorization
ApiKeyAuth Voice platform authentication secret. Create one from the API Keys endpoint or your dashboard.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/schedules" \ -H "Content-Type: application/json" \ -d '{ "agentId": "agt_8skd92ja", "name": "June re-engagement batch", "contactCount": 120, "scheduledAt": "2026-06-25T15:00:00Z" }'{ "id": "string", "agentId": "string", "name": "string", "contactCount": 0, "scheduledAt": "string", "status": "string"}{ "statusCode": 400, "message": [ "name should not be empty" ], "error": "Bad Request"}{ "statusCode": 401, "message": "Unauthorized", "error": "Unauthorized"}Submit KYC details POST
Submit the KYC (Know Your Customer) details required by Indian telecom regulations before a business number can go live. Verify as an `individual` (PAN details) or as a `business` (PAN plus business name and GST number).
List schedules GET
Retrieve outbound call campaigns and their delivery status.