Make a Call endpoint allows you to programmatically trigger an outbound call to any phone number using a specific voice assistant. This is useful for automated notifications, appointment reminders, or immediate lead qualification.
Endpoint
POST /admin/assistant/call
Request Flow
Before the call is placed, the system validates your workspace, checks the assistant’s availability, and then initiates the telephony connection.Request Parameters
Headers
Body Parameters
Code Examples
Response
Returns a JSON object containing the status of the call request.Success Response (200 OK)
Common Errors
400 Bad Request: Missingto_numberor invalidassistant_id.401 Unauthorized: Invalid or missingworkspace/organization/Authorizationheaders.404 Not Found: Assistant ID does not exist in the specified workspace.