Event Notifications

Event notifications allow you to stream near-real-time updates about your loyalty promotions to external systems via webhooks. You can get updates on when a new loyalty promotion is created and when a loyalty promotion is updated.

For more information refer Event Notifications Overview documentation.

Supported Events

The new loyalty promotions utilize the existing promotion event schemas. Currently, the system supports the following configuration events:

Event NameTriggerDocumentation
promotionCreatedFired whenever a new loyalty promotion is created via the UI or API.View Schema
promotionUpdatedFired whenever an existing loyalty promotion's configuration is modified.View Schema

Configuring an event notifications

To configure event notifications for loyalty promotions you must configure a webhook endpoint and add the loyalty promotion events. For more information refer Configure Event Notifications