# Create an Alarm Webhook

unSkript currently supports webhooks for Grafana and AWS (Cloudwatch). The process for creating a webhook is the same for both services.

## Create the Webhook

1. In your unSkript dashboard, go to the Proxies tab.  Choose the environment you wish to connect to and then find the Grafana or AWS connection that will be used to connect to the alarm.
2. If no webhook has been created, there will be a "Generate" button in the webhook column.  If you have already created a webhook, the button will say "webhook details".

<figure><img src="/files/yZ0hcVJlNpwSqFVakoJL" alt="" width="563"><figcaption><p>Connections in a proxy</p></figcaption></figure>

3. Click Generate to create the webhook (the same popup appears with "webhook details"):

<figure><img src="/files/m2auplU9jGjDPLpWqjyM" alt=""><figcaption></figcaption></figure>

Use these credentials to set up the connection at [Grafana](/unskript-documentation/runbooks/xrunbooks/alarms/create-a-grafana-alert.md) or Cloudwatch.

## Pull the Alarms

This step will sync the alarms you have created at Grafana and Cloudwatch to unSkript. &#x20;

Just to the right of the webhook details button, click the 3 dot menu, and choose "Pull Alarms."

![](/files/Giie0Lf2hbQaCOKFdzuk)


---

# 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.unskript.com/unskript-documentation/runbooks/xrunbooks/alarms/create-an-alarm-webhook.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.
