Webhook events
program_events/customer.approaching_tier_upgrade
This webhook is fired when a customer is close to moving up a tier. The constraint (i.e. how close a customer should be to the next tier before this webhook is sent) can be configured in your LoyaltyLion admin.
To subscribe to this webhook, your access token needs to contain the
read_customers
scope.
This webhook has a 7 day cool-down period per individual customer
Payload
Customer object with the same shape as the Customers API response
The loyalty tier the customer is currently in
The next tier the customer is approaching
If tiers are points-based, the number of points required to reach the next tier
If tiers are spend-based, the spend required to reach the next tier
Example
Example