Call:
notification of the campaign(s) status changes
...
Type | PubSub |
---|---|
Key | enigma:notifications:campaigns:<ref><campaign_ref> |
Payload |
|
Values:
<status> | The new campaign status:
| <ref> | The campaign reference number
---|---|---|
<campaign_ref> | Your Campaign reference |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
# get notifications for all campaigns psubscribe enigma:notifications:campaigns:* # get notifications for campaign 1234 subscribe enigma:notifications:campaigns:1234 |
...