# Como configurar alertas no Slack

Além de configurar alertas por e-mail, [Telegram](/documentation/developer-guide/pt-br/development-cycle/dashboards/alerts/how-to-configure-alerts-on-telegram.md) ou [Webhook](/documentation/developer-guide/pt-br/development-cycle/dashboards/alerts/webhook.md), você também pode usar o Slack como um canal para configurar seus alertas.

## Configurar o Slack para receber alertas

Siga estas etapas para configurar alertas no Slack:

1. Faça login no Slack.
2. Instale o aplicativo **Incoming Webhooks** no Slack.
   * Apenas administradores do Slack podem instalar aplicativos. Se você não tiver essa permissão, clique em Solicitar configuração ou entre em contato diretamente com o administrador.
3. Clique em **Add to Slack**.
4. Escolha o canal onde deseja receber notificações de alertas ou crie um novo canal.
5. Clique em **Add integration with Incoming Webhooks**.
6. Copie e salve a URL do Webhook.
7. Personalize o nome do alerta e o ícone, se preferir.
8. Salve as configurações.

## Configurar alertas na Digibee Integration Platform

Siga estas etapas para finalizar a configuração dos alertas na Digibee Integration Platform:

1. Crie o alerta seguindo as etapas explicadas na documentação [Como criar um alerta](/documentation/developer-guide/pt-br/development-cycle/dashboards/alerts/how-to-create-an-alert.md).
2. Ative a opção Slack.
3. Insira a URL do Webhook copiada anteriormente.
4. Selecione a frequência do alerta.
5. Clique em Salvar para prosseguir ou em Cancelar para voltar à página anterior.

## Exemplo de mensagem de alerta

Veja abaixo um exemplo de mensagem de alerta para todos os pipelines recebidos via Slack:

<figure><img src="/files/zRgfh5Svvg2gJxoYNPOZ" 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/pt-br/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.
