Skip to main content
POST
EVENTS.CUSTOMER.LOYALTY.TIER.DOWNGRADED
The EVENTS.CUSTOMER.LOYALTY.TIER.DOWNGRADED event indicates that a customer has moved to a lower tier or a specific tier in a loyalty campaign. This event is used in a webhook configured in Distributions in Voucherify dashboard.
This page documents only the event. If you need more details about the webhook payload data that includes this event, go to Introduction to webhooks page.

Body

application/json

Event data object schema for customer.loyalty.tier.downgraded.

customer
Simple Customer · object
required

Simplified customer data.

campaign
Simple Campaign · object
required

Simplified campaign data.

loyalty_tier_from
Loyalty Tier · object
required

Loyalty tier data.

loyalty_tier_to
Loyalty Tier · object
required

Loyalty tier data.

created_at
string<date-time>
required

Timestamp representing the date and time when the customer entered a lower loyalty tier.

Example:

"2022-02-25T13:32:08.734Z"

Response

Webhook accepted