# Send Email

Available only for **TECHALPHA** as an email provider.

If you intend to send an email to your contacts in the outbound bot, you can use the 'Send Email' action block.

<figure><img src="/files/Faws2yJsU5W3IedbWoUF" alt=""><figcaption></figcaption></figure>

To configure the 'Send Email' action block:

1. Add the 'Send Email' action block on the canvas
2. Choose/Add the 'From' address.
3. Choose the 'Reply to' address.
4. Choose the variable containing the contact email address in the 'To' field.
5. Add email addresses to 'CC'.
6. Add email addresses to 'BCC'.
7. Select the email template you want to send.

You can choose to view the template by clicking the 'Template preview' button.

\ <br>


---

# 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.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/send-email.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.
