Make Phone Call
Calls
Make Phone Call
Initiate an outbound phone call
POST
Make Phone Call
Request
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
assistantId | string | Yes | Agent to use for the call |
phoneNumber | string | Yes | Destination phone number (E.164) |
phoneNumberId | string | Yes | Orova phone number to call from |
contactName | string | No | Contact name for history and variable injection |
workspaceId | string | Yes | Workspace ID |
Response
Notes
- A credit check is performed before the call. Returns
402if insufficient credits. - If
contactNameis provided, Orova looks up the contact and injects their data as variables. - The call is initiated via Twilio. The agent speaks the first message when the recipient answers.

