Skip to main content
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

object
required
Customer object with the same shape as the Customers API response
object
required
The loyalty tier the customer is currently in
object
required
The next tier the customer is approaching
number
If tiers are points-based, the number of points required to reach the next tier. Only the field matching your program’s tier mode is present
number
If tiers are spend-based, the spend required to reach the next tier. Only the field matching your program’s tier mode is present
number
If tiers are order-count based, the number of qualifying orders required to reach the next tier. Only the field matching your program’s tier mode is present

Example

Example