Skip to main content
WEBHOOK
The vl.earning_rule.assigned event indicates that a Loyalty v2 earning rule was assigned to a 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 Earning rules group and the vl.earning_rule.assigned 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. This operation also creates a separate vl.program.earning_rule.assigned activity. Use the Program earning rule assigned event to handle that event type.

Body

application/json

Event data object schema for vl.earning_rule.assigned.

program
Loyalty Program · object
required

Loyalty v2 program snapshot recorded with the activity.

earning_rule
object
required

Earning rule as returned by the API.

program_earning_rule
Loyalty Program Earning Rule Assignment · object
required

Assignment of an earning rule to a Loyalty v2 program.

Response

Webhook accepted

Last modified on September 25, 2026