Skip to main content

Webhook integration

Use cases

Webhooks are the most effective way to integrate different systems in semi-real time.

By configuring Enviso webhooks, Enviso sends push notifications to your API for the events of your choice. Whether creating an order or scanning a ticket, Enviso informs you automatically instead of having to poll yourself through the API.

The webhook notification payload only contains a limited amount of data as its primary goal is to notify about the changes. When more information is needed on the data, the Enviso API(s) should be used to fetch the data.