Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 696 Bytes

CampaignStateChangedNotification.md

File metadata and controls

16 lines (9 loc) · 696 Bytes

CampaignStateChangedNotification

A notification regarding a campaign whose state changed.

Properties

Name Type Description Notes
campaign Campaign
oldState String The campaign's old state. Can be one of the following: ['running', 'disabled', 'scheduled', 'expired', 'archived']
newState String The campaign's new state. Can be one of the following: ['running', 'disabled', 'scheduled', 'expired', 'archived']
ruleset Ruleset [optional]