> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Member card assigned

> Event data sent for a Loyalty v2 vl.member.card.assigned activity handled by Workflows

The `vl.member.card.assigned` event indicates that Voucherify automatically assigned a newly created Loyalty v2 card to a program member during enrollment.

<Note>
  This page documents only the event data nested under `data`. See [Introduction to webhooks](/api-reference/introduction-to-webhooks) for the shared webhook structure, and [Workflows webhooks](/api-reference/workflows-webhooks) for the full Workflows webhook payload.
</Note>

This event can trigger a workflow when **Loyalty activity** is configured with the **Members** group and the `vl.member.card.assigned` 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.

Voucherify also records a separate `vl.card.assigned` activity for the same assignment. Use the [Card assigned event](/api-reference/loyalty-activity/cards/assigned) to handle that event type. Because card code generation follows asynchronously, both assignment activity snapshots contain `code: null`.


## OpenAPI

````yaml openapi-events/events-loyalty-activity.json webhook vl.member.card.assigned
openapi: 3.1.0
info:
  title: Events - Events loyalty activity
  version: '2024-01-01'
  description: ''
servers: []
security: []
paths: {}

````