Atlas
  1. Actions
Atlas
  • Documentation
    • Dashboard
    • Campaigns
    • Account
    • Knowledge
    • Global Actions
    • Contacts
    • Call Records
    • Agents
    • Campaign Actions and integrations
    • Integrations
      • Integrations
      • Zapier
      • Make
      • Keragon
      • Go High Level
  • API Reference
    • API documentation
    • Authentication
      • Authentication
      • Authorization
      • Token
      • User Info
    • Triggers
      • Subscribe
      • Unsubscribe
      • Campaigns
      • PerformList operation
    • Actions
      • Start a Call
        POST
  1. Actions

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
campaignId
string 
required
customerPhoneNumber
string 
required
customerName
string 
required
customerLastName
string 
optional
scheduledDate
string 
optional
Examples

Responses

🟢200Success
application/json
Body
object {0}
Previous
PerformList operation
Built with