> For the complete documentation index, see [llms.txt](https://docs.bolt.observer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bolt.observer/readme/integrations/slack.md).

# Slack

To receive notifications on Slack, you first have to set up incoming webhooks on Slack as described [here](https://slack.com/help/articles/115005265063-Incoming-webhooks-for-Slack).

### Create a new Slack app

Select the workspace in which you prefer to receive notifications.

![Untitled](https://user-images.githubusercontent.com/100695254/173595134-53850030-10ee-4581-8b56-da46e4cf5faa.png)

In the menu “Basic Information”, select Incoming Webhooks.

![Untitled (1)](https://user-images.githubusercontent.com/100695254/173595286-ed2baf18-08da-4841-9f13-b63d1ad9a949.png)

Toggle "**Activate Incoming Webhooks**"

![Untitled (2)](https://user-images.githubusercontent.com/100695254/173595411-5409c719-bce7-40d3-8635-8a38270b2788.png)

Click on “**Add new webhook to Workspace**” and grant permission to access your Slack workspace

Note: notifications can be received either in a channel or as a direct message

![Untitled (3)](https://user-images.githubusercontent.com/100695254/173595620-d2e4ef47-5378-47df-a4d4-ee52a0a7a446.png)

![Untitled (4)](https://user-images.githubusercontent.com/100695254/173595707-a1657cd6-fecc-4d90-b1fa-39ec3088cad6.png)

Once the access is granted, you can copy the webhook URL and insert it into the Slack integration window in the workflow.&#x20;

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

The new alert is now ready.&#x20;


---

# 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:

```
GET https://docs.bolt.observer/readme/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.
