{
"campaignId": "12345678-1234-1234-1234-123456789012",
"customerPhoneNumber": "+19543581225",
"customerName": "John",
"customerLastName": "Doe",
"scheduledDate": "2025-02-13T13:04:30+0000"
}
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"
}'
{}