Skip to main content
POST
Make Call

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required
phoneNumber
string
required
campID
string
required
whisperAsr
boolean
default:false
startMessage
boolean
default:true
clearMemory
boolean
default:false
extraParams
Extraparams · object

Response

Successful Response