# Como configurar alertas no Telegram

Siga estes passos para configurar alertas no Telegram:

## Configurando os alertas&#x20;

1. Instale o aplicativo Telegram em seu smartphone.
2. Crie um nome de usuário.
3. Na lista de contatos do aplicativo, procure **@RawDataBot**.
4. Ao ser redirecionado para o chat com o bot, inicie ambas a conversa clicando em **Iniciar (/start)**.
5. O bot responde fornecendo um payload, e as informações necessárias são os números listados no campo abaixo:

```
“Chat”: {
“Id”: xxxxxxxxx,
```

6. Copie o ID no campo ChatID na página de Alertas ao criar um novo alerta. Este campo aparece apenas quando o botão de alternância do Telegram está habilitado.

## Recebendo os alertas

1. Após configurar o alerta, procure por **@DigibeeMonitorBot** na lista de contatos do Telegram.
2. Quando redirecionado para o chat com o bot, inicie a conversa clicando em **Iniciar (/start)**.
3. O bot responde fornecendo os alertas configurados na Digibee Integration Platform.&#x20;

<figure><img src="/files/3v2j95oOocquf9ONJlEH" alt=""><figcaption></figcaption></figure>

## Exemplo de mensagens de alertas

Veja abaixo um exemplo de mensagem de alerta para todos os pipelines recebido via Telegram:

<figure><img src="/files/hCvZyUCXV7vsNYJ4ENTB" alt="" width="563"><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-telegram.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.
