AQX
DocumentationAPI Reference
DocumentationAPI Reference
  1. Triggers
  • 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. 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

Path Params

Query Params

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 GET 'https://api.aqx.ai/api/events-gateway/trigger/perform/?campaignId=campaignId'

Responses

🟢200Success
application/json
Body

Example
{}
Previous
Campaigns
Next
Start a Call
Built with