Calls
Create Outbound Call
Initiate a new outbound call to a phone number.
POST
Retrieve your API Key from your VozAgent Dashboard.
calls:write scope.
Body parameters
The destination phone number to call (E.164 format, e.g.,
+15551234567).The ID of the assistant to make the call. Either
assistant_id or assistant_name is required.The name of the assistant to make the call. Either
assistant_id or assistant_name is required.First name of the contact being called. Used for personalization.
Last name of the contact being called.
Lead source identifier (e.g., “website”, “referral”).
Tags to associate with the contact. Can be a single string or an array of strings.
Additional notes or context for the call. Can be used to provide the assistant with background information.
Response
Returns the created call object. The call will be initiated asynchronously. Status code:201.

