Skip to main content

Webhooks

Eventix webhooks provide the means to automatically send POST-requests to other applications when, for example, a ticket is scanned or an order is created. This part of the documentation describes how to create webhooks and what resources support webhooks. To create webhooks, you require a public facing application that can receive and process POST-requests from the Eventix system. The documentation gives pointers on how to process these POST-requests, but does not provide a step-by-step plan on how to create such an application.

caution

There are two different webhooks described in the documentation. The webhooks described in the API reference are legacy and are no longer actively maintained. The webhooks described in this section have long-term support, but are not yet complete. Changes can and will be made.