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.