Call Endpoints
Make Call
API Documentation
Campaign Endpoints
- GETGet Supported Language
- GETGet Supported Voices
- POSTCreate Campaign
- POSTUpdate Campaign
- GETGet Campaigns
- GETGet Campaign Title & ID
- GETGet Campaign from ID
- GETGet Campaign Cost report
- GETGet Campaign Silence Timer and Words to Interrupt
- POSTSet Campaign Silence timer and Words to interrupt
- POSTSet Campaign Silence timer and Words to interrupt
Call Endpoints
Text Pipeline
Contact Center
Webhook Handling
Meeting Handling
Monday Integration
Instagram Integration
Whatsapp Integration
ERP Next Integration
Call Endpoints
Make Call
POST
/
make_call
curl --request POST \
--url https://api.toingg.com/api/v3/make_call \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"phoneNumber": "<string>",
"campID": "<string>",
"whisperAsr": false,
"startMessage": true,
"clearMemory": false,
"extraParams": {}
}'
"<any>"
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.toingg.com/api/v3/make_call \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"phoneNumber": "<string>",
"campID": "<string>",
"whisperAsr": false,
"startMessage": true,
"clearMemory": false,
"extraParams": {}
}'
"<any>"