Skip to main content
The 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: Missing to_number or invalid assistant_id.
  • 401 Unauthorized: Invalid or missing workspace/organization/Authorization headers.
  • 404 Not Found: Assistant ID does not exist in the specified workspace.