/
Campaign Status
Campaign Status
notification of the campaign(s) status changes
Redis | //Notification Example
psubscribe enigma:notifications:campaigns:*
{
type: "status",
payload: {
status: <status>,
ref : <campaign_ref>
}
}
|
---|
Values:
<status> | The new campaign status:
|
---|---|
<campaign_ref> | Your Campaign reference |
Example:
# get notifications for all campaigns
psubscribe enigma:notifications:campaigns:*
# get notifications for campaign 1234
subscribe enigma:notifications:campaigns:1234
Ending a Campaign
If a campaign runs out of callees to call it will stop.
If a campaign is manually stopped via the API, it will first enter a stopping state which indicates that the agents still have callee's on the line and that there are still callees in the queue. Once all the callees are dealt with it will enter stopped.
A campaign is only completed if it has dialed all callees and all retries have been reached.
Related content
Campaign Preview
Campaign Preview
More like this
Agent Status
Agent Status
More like this
Dialer Status
Dialer Status
More like this
Click2Dial
Click2Dial
More like this
Redis Notifications: C2D
Redis Notifications: C2D
More like this
Call Connection
Call Connection
More like this