Skip to main content
WEBHOOK
The vl.card.unassigned event indicates that Voucherify removed a Loyalty v2 card assignment from a program member, for example when deleting the member. The card itself is not deleted.
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 Cards group and the vl.card.unassigned activity type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL. The example shows the content of data. It contains snapshots recorded with the activity. It is not wrapped in an activity property. Voucherify also records a separate vl.member.card.unassigned activity for the same unassignment. Use the Member card unassigned event to handle that event type. The card snapshot contains the code value available when the assignment was removed.

Body

application/json

Event data object schema for vl.card.unassigned.

card
Loyalty Card · object
required

Loyalty v2 card snapshot recorded with the activity.

member
Loyalty Program Member · object
required

Loyalty v2 program member snapshot recorded with the activity.

member_card
Loyalty Member Card · object
required

Member assignment to a Loyalty v2 card.

program
Loyalty Program · object
required

Loyalty v2 program snapshot recorded with the activity.

Response

Webhook accepted

Last modified on September 25, 2026