Start a Call
POST
https://api.aqx.ai/api/events-gateway/action/schedule-call
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aqx.ai/api/events-gateway/action/schedule-call' \
--header 'Ocp-Apim-Subscription-Key: request-your-api-key-to-aqx' \
--header 'Authorization: Bearer your-access-token-here' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaignId": "12345678-1234-1234-1234-123456789012",
"customerPhoneNumber": "+19543581225",
"customerName": "John",
"customerLastName": "Doe",
"scheduledDate": "2025-02-13T13:04:30+0000"
}'
Response Response Example
{}
Request
Header Params
Content-Type
string
required
Example:
application/json
Ocp-Apim-Subscription-Key
string
required
Example:
request-your-api-key-to-aqx
Authorization
string
required
Example:
Bearer your-access-token-here
Body Params application/json