{
"benefit": {
"id": "lben_3e8a1c74d952",
"name": "Birthday points",
"type": "POINTS",
"status": "DRAFT",
"stock": {
"type": "UNLIMITED"
},
"points": {
"value": 100,
"card_definition_id": "lcdef_6a2d9f41c783"
},
"created_at": "2026-09-09T10:15:43.091Z",
"updated_at": "2026-09-09T10:16:12.284Z",
"object": "benefit"
}
}Benefit drafted
Event data sent for a Loyalty v2 vl.benefit.drafted activity handled by Workflows
WEBHOOK
vl.benefit.drafted
{
"benefit": {
"id": "lben_3e8a1c74d952",
"name": "Birthday points",
"type": "POINTS",
"status": "DRAFT",
"stock": {
"type": "UNLIMITED"
},
"points": {
"value": 100,
"card_definition_id": "lcdef_6a2d9f41c783"
},
"created_at": "2026-09-09T10:15:43.091Z",
"updated_at": "2026-09-09T10:16:12.284Z",
"object": "benefit"
}
}The
This event can trigger a workflow when Loyalty activity is configured with the Benefits group and the
vl.benefit.drafted event indicates that a Loyalty v2 benefit was moved to draft.
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.vl.benefit.drafted 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.Body
application/json
Event data object schema for vl.benefit.drafted.
A benefit object. Exactly one type-specific configuration object
(points, points_proportional, material, or digital) is present, matching the type; the others are omitted.
Show child attributes
Show child attributes
Response
Webhook accepted
Last modified on September 25, 2026

