Skip to main content
WEBHOOK
The EVENTS.PUBLICATION.SUCCEEDED event indicates that a voucher code was successfully published to a customer. This event serves as a real-time notification mechanism and it can notify other systems or applications that a voucher was assigned. As a result, the systems can react by, for example, sending a notification about an assignment to a customer. This event is used in a webhook configured in Project settings in Voucherify dashboard.
This page documents only the event. If you need more details about the webhook payload data that includes this event, go to Introduction to webhooks page.

Body

application/json

Event data object schema for publication.succeeded.

customer
Simple Customer · object | null

Simplified customer data.

campaign
Simple Campaign · object | null

Simplified campaign data.

publication
List Publications Item Base · object | null
voucher
Simple Voucher · object

Simplified voucher data.

user
object | null

Details about the user who triggered the publication.

Response

Webhook accepted

Last modified on February 10, 2026