# Enviar e-mail

Este módulo é responsável por disparar um e-mail previamente configurado ao usuário. Os canais disponíveis são **Gmail** e **Outlook.**

<figure><img src="/files/wFnzevvxPjCNyDwq1jwC" alt=""><figcaption><p>Utilização do módulo <strong>Enviar e-mail</strong> em um fluxo real</p></figcaption></figure>

### Detalhes do módulo

Nas configurações do módulo é preciso selecionar o provedor de e-mail (Gmail ou Outlook) que será utilizado para disparar a mensagem e também o canal pré-definido. Caso não exista um canal conectado, é necessário estabelecer uma conexão na aba "canais".

Posteriormente é necessário informar o **assunto** do e-mail, os **destinos** e por fim o **conteúdo** da mensagem.

### Caso de uso

Precisamos enviar um e-mail de boas-vindas ao usuário com as seguintes configurações:

Provedor de e-mail:  Gmail

Canal: Canal de Boas-vindas

Assunto: Boas-vindas

Destinos: Todos os usuários que criaram a conta recentemente

Conteúdo do e-mail: Mensagem de agradecimento e boas-vindas ao novo usuário.


---

# 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://help.hyperflow.global/docs/builder-de-chatbots/integracao/enviar-e-mail.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.
