Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 507 Bytes

CampaignNotification.md

File metadata and controls

17 lines (10 loc) · 507 Bytes

TalonOne::CampaignNotification

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']

Code Sample

require 'TalonOne'

instance = TalonOne::CampaignNotification.new(event: campaign_state_changed)