Acqueon Campaigns Status
- DarkLight
Acqueon Campaigns Status
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API provides information about Campaign Manager which is enabled in admin application.
Pre-requisite
The Agent must be in the LoggedIn state.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
No Request Parameters |
Response Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | OutboundStatus |
message | JSON Object |
Message Parameters
Parameters | Data Type | Description | Example Data |
---|---|---|---|
enabled | Boolean | Is Campaign Manager Enabled in Admin. | TRUE |
Sample Response
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "OutboundStatus",
"message": {
"enabled": true
}
}
Was this article helpful?