> For the complete documentation index, see [llms.txt](https://docs.gantner.com/eloxx-365/HN3yXU2vWRZ8y5EuQtp8/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gantner.com/eloxx-365/HN3yXU2vWRZ8y5EuQtp8/guides/e-webhooks-integration/overview/introduction.md).

# Introduction

Webhook is a method of augmenting or altering the behavior of a web page or web application with custom callbacks. These callbacks may be maintained, modified, and managed by third-party users and developers who may not necessarily be affiliated with the originating website or application.

Integrating webhook with eLoxx 365 facilitates receiving real-time event notifications. It is efficient because it does not require refreshing for new updates. Webhooks push notifications as the event happens. You can custom-configure webhooks depending on the events you wish to receive notifications.

This document explains various aspects of configuring webhooks to receive event notifications from eLoxx 365.

{% hint style="success" %}
**Developers agreement**

By using our webhooks, you agree to our terms of service.&#x20;
{% endhint %}

### Use case

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

By configuring eLoxx 365 webhooks, eLoxx 365 sends push notifications to your API for the events of your choice. Whether upon opening a locker or closing a locker, 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 eLoxx system API(s) should be used to fetch the data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gantner.com/eloxx-365/HN3yXU2vWRZ8y5EuQtp8/guides/e-webhooks-integration/overview/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
