Overview
Initiate a new call by sending a POST request to the/make_call endpoint. This allows you to schedule and execute calls with various configuration options.
Request
Request Body
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name of the receiver |
| phoneNumber | string | Yes | Phone number of the receiver |
| campID | string | Yes | Campaign ID |
| whisperAsr | boolean | No | Enable/disable whisper ASR |
| startMessage | boolean | No | Whether to start with a message |
| clearMemory | boolean | No | Clear previous conversation context |
| extraParams | object | No | Additional parameters for the call |
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Response
Successful Response
The response is of type any.