Skip to main content
POST
EVENTS.CUSTOMER.LOYALTY.TIER.JOINED
The EVENTS.CUSTOMER.LOYALTY.TIER.JOINED event indicates that a customer has entered a loyalty campaign tier structure or a specific tier. 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.joined.

customer
Simple Customer · object
required

Simplified customer data.

campaign
Simple Campaign · object
required

Simplified campaign data.

loyalty_tier
Loyalty Tier · object
required

Loyalty tier data.

created_at
string<date-time>
required

Timestamp representing the date and time when the customer joined the loyalty tier structure.

Example:

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

Response

Webhook accepted