Atlas
  1. Triggers
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
        GET
      • Unsubscribe
        DELETE
      • Campaigns
        GET
      • PerformList operation
        GET
    • Actions
      • Start a Call
  1. Triggers

PerformList operation

GET
https://api.aqx.ai/api/events-gateway/trigger/perform/{triggerName}
This endpoint is used to return an example of this operation for the specific campaign
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aqx.ai/api/events-gateway/trigger/perform/?campaignId=campaignId'
Response Response Example
{}

Request

Path Params
triggerName
string 
required
Query Params
campaignId
string 
required
Example:
campaignId

Responses

🟢200Success
application/json
Body
object {0}
Previous
Campaigns
Next
Start a Call
Built with