# 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.

![](/files/-Mcje6YnnznS82zBjL9n)

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

![](/files/-McjeCYmeB4Dfm8cnHb-)

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:

![](/files/-McjefLnT8cZsACE1lG_)

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`.

![](/files/-McjeL8uZ4q0OevYgGSv)

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

![](/files/-McjeQsgeCAk7Isc9oIj)

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


---

# Agent Instructions: 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://sitasys-ag.gitbook.io/evalink-talos/alarm-api/webhooks.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.
