# Send alarms using simple webhooks

A webhook (also called a web callback) is a way for an app to provide other applications with real-time information. In other word&#x73;**,** webhooks are web-based events that have the ability to trigger an action, i.e. it is the simplest way of getting an alert when something happens in another system.&#x20;

From an architecture perspective, webhooks are HTTP callback points that are defined by the user. They allow you to register an https\:// URL where the **event data** can be stored in [**JSON**](https://en.wikipedia.org/wiki/JSON) **or** XML formats. After that, you will be able to do what you want with the data you retrieve and store from a certain event.

To generate an alarm via a webhook in evalink talos, go to the bottom of your Dashboard and click on the`Manage Integrations`option.

![](https://2391593005-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMylrHhFOA-tkSJGvhD%2F-MciBEJ-nIYDmYHhLk08%2F-Mcje6YnnznS82zBjL9n%2FAPI%201.1.png?alt=media\&token=178b7c16-ca3a-451d-981a-5ee22d43e4c6)

Then, enable the Webhook integration by clicking on the `Add Integration` button under **Webhooks**.

![](https://2391593005-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMylrHhFOA-tkSJGvhD%2F-MciBEJ-nIYDmYHhLk08%2F-McjeCYmeB4Dfm8cnHb-%2FAPI%201.2.png?alt=media\&token=ddb4c393-9a53-4427-a827-9e252a4926f4)

Once the Webhook Integration is enabled, click on the `Sites` from the main menu, select the site of your choice, and then click on the **Integrations** tab:

![](https://2391593005-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMylrHhFOA-tkSJGvhD%2F-McjeZ-kO5RQgFTq6Ecy%2F-McjefLnT8cZsACE1lG_%2FAPI%201.3.png?alt=media\&token=b1029530-146c-4351-a736-36fae29f2b5e)

In order for you to create a new webhook, you will have to click on the `+ Create WebHook`button.&#x20;

Then we will have to give it a:

**Name**

**Alarm Code**

and click on `Submit`.

![](https://2391593005-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMylrHhFOA-tkSJGvhD%2F-MciBEJ-nIYDmYHhLk08%2F-McjeL8uZ4q0OevYgGSv%2FAPI%201.4.png?alt=media\&token=8dec98b8-2194-4f3c-a047-b5e5404ab943)

Once you click on `Submit`, the URL of the newly created webhook will be displayed in evalink talos.&#x20;

![](https://2391593005-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMylrHhFOA-tkSJGvhD%2F-MciBEJ-nIYDmYHhLk08%2F-McjeQsgeCAk7Isc9oIj%2FAPI%201.5.png?alt=media\&token=523d3f3f-0958-4ffa-a68a-f48f1c22b70f)

You can now use this URL from any internet-facing device in order to trigger an alarm in evalink talos.
