> For the complete documentation index, see [llms.txt](https://spaceone-dev.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceone-dev.gitbook.io/user-guide/monitoring/alert-manager/webhook-settings.md).

# Webhook Settings

## Overview

**`Webhook`** is based on the **`Project`**  page that allows you the following actions:

* **Set up the Alert Webhook.**&#x20;
* **Set up Notification Policy** : View, and Edit&#x20;
  * Notification Policy
  * Auto Recovery
  * Event Rule
* **Escalation Policy**

![](/files/-MdFFx_t1GSUWtpXof-9)

Once you Set Escalation Policy you can dealing with Webhook for following Actions

* [**Adding Webhook (Get Webhook URL)**](/user-guide/monitoring/alert-manager/webhook-settings.md#adding-webhook-get-webhook-url)
* [**Webhook list**](/user-guide/monitoring/alert-manager/webhook-settings.md#webhook-list)

**You can Set Webhook URL for AWS, Grafana, and more**

{% content-ref url="/pages/-Mcs0EC7XFBEZIhuVb\_K" %}
[AWS SNS](/user-guide/monitoring/alert-manager/webhook-settings/aws-sns.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mcs-erEliZRu7LwsFmX" %}
[Grafana](/user-guide/monitoring/alert-manager/webhook-settings/grafana.md)
{% endcontent-ref %}

## Adding Webhook (Get Webhook URL)

To set up a **Webhook** for alert and notification requires appropriate url to retrieve from monitoring systems such as AWS SNS, Grafana, etc.&#x20;

**STEP 1. Log in SpaceONE > Project > Alert tab**

Go to Project's Alert Tab and Click **`Activate Alert`**  button and then you will see Activate Alert Success&#x20;

![](/files/-MdFHgx0XjSpkrAmp2lS)

![](/files/-MdFI3NFG_MeAr39vkY4)

**STEP 2. Alert > Webhook > `+ Add`**

![](/files/-MdFPRe75Gi4AAbrEQt_)

**STEP 3. Name Webhook, Select Type of Webhook & Version and Click  `Confirm` Button**

{% hint style="info" %}
**Please, Select the latest Version of Webhook**\
**Latest version automatically will be selected if you click version drop-down.**  &#x20;
{% endhint %}

**STEP 4. Check registered Webhooks on the list.**

![](/files/-MdFuyBFWte412zP6mzz)

## Webhook List

**All Created Webhook list is Alert Tabs Per Project.**

![](/files/-MdLb8ToJPw4oxBK2sy4)

{% hint style="info" %}
All **Webhook URLs** that Created through **SpaceONE** is **HTTPS** but **HTTP** works as wel&#x6C;**.** \
\
**Please,** type URL as **HTTP  like if you need to set url as HTTP `http://monitoring-webhook.dev.spaceone.dev/monitoring/v1/webhook/...`**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://spaceone-dev.gitbook.io/user-guide/monitoring/alert-manager/webhook-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
