# Configuring Webhook Alerts

ASM supports the configuration of webhooks in order to deliver customized, automated messages to predefined endpoints. The information which is delivered to these webhook endpoints can be static or dynamic.

## What are Webhooks? <a href="#configuringwebhookalerts-whatarewebhooks" id="configuringwebhookalerts-whatarewebhooks"></a>

The concept of a Webhook is simple. A Webhook is an HTTP callback: an HTTP POST that occurs when something happens; i.e. a simple event-notification via HTTP POST. This means that Webhooks can deliver **alerts** using an HTTP POST, sent to *any service* with a configured URL that supports WebHooks. With no limit on what can be done with the posted information, applications can use WebHooks to perform any desired action.

The flexibility of a webhook allows ASM users to send much more data in an alert than they would be able to do using a non-webhook alert.

ASM Webhook alerts carry information to your Webhook-enabled service/application target(s) via data placeholders.

## What Are Some ASM Webhook Features? <a href="#configuringwebhookalerts-whataresomeasmwebhookfeatures" id="configuringwebhookalerts-whataresomeasmwebhookfeatures"></a>

Apica integrates with 3rd-Party Alerting services, allowing companies using ASM to have alerts sent to the receiving management system of their choice.

&#x20;The incident alerts are **PUSHED** by ASM to the selected system endpoint.

* The pushed data from ASM is either a **Trigger** or a **Resolution** of the alert.

The message can include dynamic **Alerts Message Placeholders** such as

* Check Location
* Check Description
* Check Name
* Date & Time of alert
* Etc.


---

# 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://docs.apica.io/platform-docs/synthetic-monitoring-overview/configurations/configuring-alerts/configuring-webhook-alerts.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.
