/make_call
endpoint. This allows you to schedule and execute calls with various configuration options.
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 |
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type any
.