Create Dispatch
Create an outbound call. Authentication: Requires X-API-Key header Required Fields:- agent_name: Agent name to handle the call
- contact_number: Contact number with country code (e.g., +919876543210)
- name: Customer name
- voice: Voice preference (optional, default: "")
- metadata: Additional metadata (optional, default: )
Request Body
The request body should be a JSON object with the following structure:Request Example
Response
Success Response (200)
Whether the operation succeeded
Status message. Default: “Command processed”
Command output (typically the call ID or related information)
Error message if the operation failed
Validation Error Response (422)
Array of validation error details

