# Send Email

### Setting up the block and configuration:

1. Start by adding the action block on canvas.

2. Click on **Send SMS 1** block to open configuration panel on the right side of the screen.

   <figure><img src="https://1047404187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeyvV4WfyYBGZdBoAuetg%2Fuploads%2FiW0GduhsDIawnTAuDjcT%2FSend%20Email.JPG?alt=media&#x26;token=06f1da03-24f8-4cd1-9b5b-7a0d61335d31" alt=""><figcaption></figcaption></figure>

3. Before setting up the block, you need to configure the WhatsApp channel.
   1. **API Configuration:** \
      Go to **Channel Configurations -> Email.** Click on **+Email Configuration** to configure the\
      Email API then, fill the following details:

   2. **Template Messages:**

      * **‘Add’**, '**Edit'** and ‘**Remove’** templates.
      * Status of the templates created and template creation details.
      * **Preview** of the message template.

4. After all the configurations are done, go back to your outbound bot to further continue the configuration of the following details:<br>
   1. **From:** Sender ID / Sender Email through which the email campaign will be sent.
   2. **To:** Reply back to the Sender Email.
   3. **CC:** Email IDs to be kept in CC.
   4. **BCC:** Email IDs to be included in BCC.
   5. **Template:** Content of the email to be sent.
   6. **Template Preview**: You can view the template to get an idea of the email created.
   7. **Track links in this message:** Enables link tracking on the message.<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.reply.cx/outbound-bots/outbound-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.
