Skip to main content
WEBHOOK
The vl.member.created event indicates that a customer was enrolled as a member of a Loyalty v2 program.
This page documents only the event data nested under data. See Introduction to webhooks for the shared webhook structure, and Workflows webhooks for the full Workflows webhook payload.
This event can trigger a workflow when Loyalty activity is configured with the Members group and the vl.member.created activity type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL. Workflows send this activity in the data.trigger object. Creating a member also creates a separate vl.member.card.assigned activity for each card assigned during creation. Card details are not included in the vl.member.created event data. Use the Member card assigned event to get details about the assigned member cards.

Body

application/json

Event data object schema for vl.member.created.

member
Loyalty Program Member · object
required

Loyalty v2 program member snapshot recorded with the activity.

program
Loyalty Program · object
required

Loyalty v2 program snapshot recorded with the activity.

Response

Webhook accepted

Last modified on September 25, 2026