# Slack

You can send monitor notifications (UP/DOWN) to Slack using our Slack integration.

### Generate Slack channel webhook url

* Generate the webhook url to the channel for which you need to send Hydrozen.io notifications using one of the below methods:
  * [Use the legacy Incoming webhook app](https://slack.com/apps/A0F7XDUAZ-incoming-webhooks)
  * [Use the new Slack incoming webhook via apps](https://api.slack.com/messaging/webhooks)
* Copy the generated webhook URL

### Create a Slack notification handler in Hydrozen.io

* Login to your Hydrozen.io dashboard. Under the **Notification handlers** tab, click on **Create notification handler**

<figure><img src="https://3939804252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8TaWz01jmUJl58p4ZVel%2Fuploads%2Fgit-blob-12266779f4fcbb31dd4a1303a834e5c9090480e9%2Fhydrozen_2.png?alt=media" alt=""><figcaption></figcaption></figure>

* Now, put in the **Name** and select **Slack** as **Notification type**. Paste the previously copied Slack Webhook URL in the **Slack Webhook URL** place holder and click on **Create.**

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

* Add this newly created Notificaion handler to any of the monitors and you will get Up/Down notifications for that monitor in Squadcast.

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

That's it, you are good to go! Your Slack integration is now complete.

Whenever Hydrozen.io detects a status change of your monitors, it will post a notification on Slack.


---

# 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.hydrozen.io/overview/integrations/slack.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.
