Webhooks Supported Events
It is possible to receive notifications on various Vouchery system actions through Subscription API which works as a webhook interface.
The following events are supported:
Name | Context |
---|---|
customer_created | Customer |
customer_updated | Customer |
customer_deleted | Customer |
customer_added_to_segment | Customer |
customer_removed_from_segment | Customer |
loyalty_points_granted | Loyalty points |
loyalty_points_revoked | Loyalty points |
loyalty_points_used | Loyalty points |
loyalty_points_restored | Loyalty points |
voucher_created | Voucher |
voucher_assigned | Voucher |
redemption_created | Redemption |
redemption_updated | Redemption |
redemption_cancelled | Redemption |
redemption_confirmed | Redemption |
invalid_redemption_created | Redemption |
workflow_started | Workflow |
transaction_created | Transaction |
Updated 6 months ago