# How to configure alerts on Slack

{% hint style="info" %}

* The notifications are available in Portuguese only.
  {% endhint %}

In addition to configuring alerts via email, [Telegram](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-configure-alerts-on-telegram) or [Webhook](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/webhook), you can also use Slack as a channel to set up your alerts.

## Configure Slack to receive alerts

Follow these steps to configure alerts on Slack:

1. Log in to **Slack**.
2. Install the [Incoming Webhooks](https://godigibee.slack.com/apps/A0F7XDUAZ-webhooks-de-entrada?tab=more_info) app on Slack.
   * Only Slack administrators are able to install apps. If you don’t have this right, click **Request configuration** or contact your administrator directly.
3. Click **Add to Slack**.
4. Choose on which channel you want to receive alert notifications or create a new channel.
5. Click **Add integration with Incoming Webhooks**.
6. Copy and save the **Webhook URL**.
7. Personalize the name of the alert and the icon if you prefer.
8. Save settings.

## Configure alerts on Digibee Integration Platform

Follow these steps to finalize configuring the alerts on the Digibee Integration Platform:&#x20;

1. Create the alert following the steps explained in the[ “How to create an alert documentation"](https://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-create-an-alert).
2. Activate the **Slack toggle**.

<figure><img src="https://content.gitbook.com/content/jvO5S91EQURCEhbZOuuZ/blobs/fwMNZDNk4kuOJVo870OR/Slack_Alerts.png" alt=""><figcaption></figcaption></figure>

3. Insert the Webhook URL previously copied.
4. Select the alert frequency.&#x20;
5. Click **Save** to proceed or **Cancel** to return to the previous page.&#x20;

## Alerts message example

See below an example of an alert message for all pipelines received via Slack:

<figure><img src="https://content.gitbook.com/content/jvO5S91EQURCEhbZOuuZ/blobs/RbRXcKG8NV1AmcZKkt2v/ASP7ZxDLrX.png" alt=""><figcaption></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://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-configure-alerts-on-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.
