# Slack Notification

{% tabs %}
{% tab title="Parâmetros" %}

<figure><img src="/files/59RI5YGpHH2ZjovVmafu" alt="" width="369"><figcaption><p>Parâmetros de configuração</p></figcaption></figure>

<table><thead><tr><th width="204">Campo</th><th width="121" align="center">Tipo</th><th>Descrição</th></tr></thead><tbody><tr><td>Conta de serviço</td><td align="center">Select</td><td>Possibilita a seleção de uma conta de serviço do tipo slack_oauth2, que concede acesso à administração dos dados no Slack.</td></tr><tr><td>Canal público</td><td align="center">Select</td><td>Define o canal de destino da notificação.</td></tr><tr><td>Conteúdo da mensagem</td><td align="center">String</td><td>Cria uma mensagem de notificação em formato de texto para ser exibida aos usuários.</td></tr><tr><td>Incluir botão?</td><td align="center">Select</td><td>Permite adicionar um botão de ação à notificacção.</td></tr><tr><td>Incluir informações?</td><td align="center">Select</td><td>Permite adicionar informações do fluxo.</td></tr><tr><td>Output path</td><td align="center">String</td><td>Define o nome de um atributo que irá armazenar a saída de dados do conector dentro do objeto msg no contexto do fluxo atual.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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.floui.io/guia/conectores/categorias/servicos-externos/slack-notification.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.
