Many modern businesses and platforms support webhooks to enable integration with other products.
Webhooks are a method by which an application can deliver real-time information to another application when a specific event occurs.
Types of webhooks:
- Purchase/registration for an event – completed
- Purchase/registration for an event – canceled
The system sends an HTTP Post with JSON data to a predefined URL (the so-called “webhook URL”) specified by the receiving application. The receiving application can be a CRM system, an e-commerce platform, or a workflow automation tool. You can check the application's help to see if webhooks are supported or if they recommend another way to do this.
If the receiving application does not directly support webhooks, it may be possible to set up the integration via a workflow automation tool such as Zapier or similar.
Setting up webhooks
- Log in to your organizer profile on event.it
- Click on Organizer in the menu on the left
- On the “API” tab, click the “Webhooks” button
- Then a webhook setup opens where you click “Create webhook”
- Specify which type of event you want a callback for, e.g., “Purchase completed”