AQX
DocumentationAPI Reference
DocumentationAPI Reference
  1. Actions
  • AQX API documentation
  • Authentication
    • Authentication
    • Authorization
      GET
    • Token
      POST
    • User Info
      GET
  • Triggers
    • Subscribe
      GET
    • Unsubscribe
      DELETE
    • Campaigns
      GET
    • PerformList operation
      GET
  • Actions
    • Start a Call
      POST
  1. Actions

Start a Call

POST
https://api.aqx.ai/api/events-gateway/action/schedule-call

Request

Header Params

Body Params application/json

Example
{
    "campaignId": "12345678-1234-1234-1234-123456789012",
    "customerPhoneNumber": "+19543581225",
    "customerName": "John",
    "customerLastName": "Doe",
    "scheduledDate": "2025-02-13T13:04:30+0000"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
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"
}'

Responses

🟢200Success
application/json
Body

Example
{}
Previous
PerformList operation
Built with