Skip to main content
The EVENTS.CUSTOMER.UPDATED event indicates that a customer was successfully updated in Voucherify. This event is used in a webhook configured in Project settings in Voucherify dashboard. The following API endpoints can update customer data, but don’t trigger customer update webhooks:
  • POST v1/customers/metadata/async
  • POST v1/customers/bulk/async
  • POST v1/customers/importCSV
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.