Atlas
  1. Actions
Atlas
  • Documentation
    • Welcome to Atlas!
    • Account Setup
    • Connect your calendar
    • Twilio Integration
    • Dashboard
    • Knowledge
    • Contacts
    • Script Formatting
    • Global Actions
    • Call Records
    • Account
    • Welcome to Atlas
      • Campaign Onboarding
      • Knowledge Base
      • Edit Script
      • Advanced Script Options
      • Phone number integration
      • Call Forwarding
      • Calendar Integration
      • Campaign Details
      • Call Records
      • SMS Integration
      • Call Scheduling
      • Add Contacts
      • Testing your outbound campaign
      • Clone Campaign
      • General Walkthrought
    • Campaigns
      • Create Campaign
      • Campaigns
      • Calls Enrichment
        • Enriching Calls with External CRM and Data Sources
        • Go High Level - Call Enrichment
        • Pipedrive - Call Enrichment
        • Shopify - Call Enrichment
        • Monday - Call Enrichment
        • Hubspot - Call Enrichment
    • Integrations
      • Zapier
      • Make
      • Keragon
      • Go High Level
        • Download Atlas App in GHL App Marketplace
        • Import the Atlas Snapshot
        • Triggers and Actions
        • Workflows
          • Workflow 01 - Lead form Submitted Website
          • Workflow 02 - CALL Lead from Website form
          • Workflow 03 - CALL Lead from Meta
          • Workflow 04 - Summary and Recording to Conversations
    • Phone Systems Integrations
      • Dialpad Integration
  • 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

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

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
{}
Modified at 2025-05-06 20:23:20
Previous
PerformList operation
Built with