Initiate Outbound Call
Send an AI-driven phone call to a given number.
Headers
API key used for authenticating requests to the API.
Workspace identifier for the API.
Request Body
The phone number to which the call will be made.
The ID of the agent assigned to make the call.
A URL to receive webhook events about the call. If provided, this URL will be used for notifications.
Dynamic variables that can be used to customize call scripts. Each key represents a variable that can be inserted into the call script dynamically. For example:
Any fields passed here will be sent to the call agent and directly passed to the webhook triggered by the agent under its ‘metadata’ header, but they will not be included in the call agent’s context.
Response Fields
The status of the request, indicating the success or failure of the call initiation.
A unique identifier assigned to the initiated call. This ID can be used to track the call’s progress or retrieve its details later.
A message providing feedback about the call initiation process, typically confirming successful initiation or describing an error.