Skip to main content
POST
Place Phone Call

Authorizations

string
required

Path Parameters

string
required
The ID associated with a workspace.
string
required
The ID associated with an assistant.

Body Parameters


string
required
The number from which the call will be placed and it should be linked to the assistant.
string
required
The number to which the call will be placed
number
default:1
Indicates the priority level assigned to the call.
Allowed Values: 0, 1, 2.
Where,
0 = Low Priority
1 = Medium Prioriry
2 = High Priority
object
Additional attributes for the call

Response


string
Confirmation message indicating the call was placed
string
The status of the call
string
A newly created Id for the call

Retrieve Call Properties Post-Call

By adding a webhook, all call properties—such as summary, transcript, callStartTime, and more—are automatically sent via the webhook. Additionally, you can extract custom variables using the extraction option available in the Dashboard Modules section and include them in the same webhook. Note: Webhooks are triggered at the end of the call.