> For the complete documentation index, see [llms.txt](https://docs.unskript.com/unskript-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/alarms/create-an-alarm-webhook.md).

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