# Slack Integration

This integration ensures that your team stays informed about important changes and potential security risks & threats within your environment, enhancing your organization's identity protection capabilities.<br>

### Configuring Slack Channel & Incoming Webhook

For the integration, you will need an Incoming Webhook receiver in Slack. information regarding the process can be found on [Slack documentation](https://api.slack.com/messaging/webhooks).  After performing the steps as described in their documentation, please keep note of the **Webhook URL**.

### Adding integration in Rezonate

To enable this integration, click the setting button on the top right corner of the application.\
In the settings, select Accounts & Integrations, and then pick **External Integrations**.

Click on **New Integration** and select Slack.

In the opened window, please fill in the following:

* Name = The name for this integration channel (It can be anything)
* URL = The Webhook URL that you have previously created.

Note that before saving the integration, you can click on **Test Integration** which will send an example message to that channel.

<figure><img src="/files/JZ5k6sDgwWir6jR8vH66" alt=""><figcaption><p>External Integration Form, Rezonate.</p></figcaption></figure>


---

# 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://kb.rezonate.io/notifications-and-alerts/slack-integration.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.
