With webhooks, you can connect different services. For example, when a customer places an order in your Voog store or submits a form, you can define where and how that information is sent automatically.
Technically, when an event occurs (like a form submission or a new order), the webhook listens for it and forwards the data to a specified address. The receiving service picks it up and triggers the next steps.
Why webhooks are useful
- Real-time updates — information arrives instantly without manual checking.
- Automated workflows — orders and form data go straight to the right service.
- Faster and more accurate data exchange.
How to use webhooks in Voog and which events are supported
- Form submissions — when a customer fills out a form, the data is sent automatically to another system.
- Orders — when a purchase is made in your online store, the order details are delivered directly to your accounting software or inventory system.