Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.23 KB

File metadata and controls

20 lines (13 loc) · 1.23 KB

IntegrationResponse

Contains entities that might be valuable in Talon.One integrations.

Properties

Name Type Description Notes
customerProfile CustomerProfile [optional]
loyalty Loyalty [optional]
triggeredCampaigns List<Campaign> The campaigns that were triggered as a result of processing the event. [optional]
effects List<Effect> The effects generated by the rules in your running campaigns. See API effects.
ruleFailureReasons List<RuleFailureReason> The reasons why certain rules were not triggered during the event processing. [optional]
createdCoupons List<Coupon> The coupons that were created during the event processing.
createdReferrals List<Referral> The referrals that were created during the event processing.
awardedGiveaways List<Giveaway> The giveaways that were awarded during the event processing. [optional]