Skip to main content
search

Products – Online – Visitor Portal

Webhooks (Reverse-API)

Webhooks, also called reverse APIs, enable event-dependent data transfer to any other platforms and systems. This enables, for example, a live synchronisation of registrations or purchase information from the visitor portal directly into the CRM system in order to automate further tasks.

Book Demo Now
About Webhooks

About Webhooks

Webhooks allow data to be passed to an external system in real time. Webhooks can be used to set up integrations with external apps, APIs and websites which subscribe to certain events on the ADITUS ticketing platform. When one of those events is triggered, we’ll send a HTTP POST payload in JSON format to the webhook’s configured URL.

Creating Webhooks

Creating Webhooks

To set up a webhook, login to our Configuration Backend and go to Start->Interfaces->Webhooks. From there, click Webhooks, then Add webhook. Alternatively, you can create and manage a webhook through the Webhooks API. Check the API documentation for detailed information.

Event

Event

Choose which events will send payloads for this webhook. Only subscribing to the specific events you plan on handling limits the number of HTTP requests to your server. You can change the list of subscribed events anytime.

See the documentation for the list of all available webhook events and their payloads.

Testing Webhooks

Testing Webhooks

You can monitor your webhook deliveries in ADITUS Configuration Backend, including the HTTP Request and payload as well as the response.

Recent deliveries

Recent deliveries

Every webhook has its own “Recent Deliveries” section, which lists all occured events and whether a delivery was successful or failed. You can also identify when each delivery was attempted.