Initiates an outbound phone call to the specified number using one of your configured AI assistants.Documentation Index
Fetch the complete documentation index at: https://docs.intellixent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /user/make_call
Request
Recipient phone number in E.164 format (e.g.,
+1234567890).ID of the assistant to use for the call. Must be an outbound assistant.
Custom variables to pass into the call. These should match the variable names defined on your assistant and are accessible in the system prompt via
{{variable_name}}.Response
Confirmation that the call was initiated.
Example
200 Response
The call is initiated asynchronously. Use the List calls or Get call endpoints to monitor the call status.