Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 935 Bytes

File metadata and controls

17 lines (10 loc) · 935 Bytes

CampaignStateChangedNotificationItem

A notification regarding a campaign whose state changed.

Properties

Name Type Description Notes
event String The type of the event. Can be one of the following: ['campaign_state_changed', 'campaign_ruleset_changed', 'campaign_edited', 'campaign_created', 'campaign_deleted']
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]