# Send Email

{% hint style="info" %}
Available only for **TECHALPHA** as an email provider.
{% endhint %}

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/5DZXrsZRgkQi9iEIAeFB" alt=""><figcaption></figcaption></figure>

To configure the 'Send Email' action block:

1. Add the 'Send Email' action block on the canvas&#x20;
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.&#x20;

You can choose to view the template by clicking the 'Template preview' button.&#x20;

## Unsubscriptions

WotNot now natively manages email unsubscriptions for your outbound campaigns. With native unsubscription management, every unsubscribe is tracked directly in WotNot, giving you full control over your contact lists and subscription groups from one place.

### **For contacts receiving your emails:**

1. A contact receives a campaign email sent via an outbound bot.
2. They click the **Unsubscribe** link in the email.
3. They are taken to WotNot's hosted **Subscription Preferences** screen, where they can unsubscribe from specific groups or all communications.
4. Their unsubscription is recorded immediately in WotNot.

### **For you managing campaigns:**

1. Navigate to your outbound bot and open the **Send Email** block.
2. When designing your campaign, assign the email to one or more **Unsubscription Groups**.
3. After your campaign runs, go to **Settings > Email > Unsubscribed Contacts** to view which contacts have unsubscribed and from which groups.
4. Unsubscribed contacts are automatically excluded from future sends to those groups.

### Key things to know

* Unsubscriptions are now tracked in WotNot — you no longer need to cross-reference your transactional email provider to know who has opted out.
* You can create and manage **Unsubscription Groups** (e.g. "Product Updates", "Weekly Newsletter") so contacts can selectively unsubscribe rather than opting out entirely.
* Contacts who unsubscribe are automatically suppressed from future campaign sends to those groups.
* The WotNot Subscription Preferences screen is hosted and handled by WotNot — no custom setup required.
* Historical unsubscriptions recorded only on your email provider's side are not retroactively imported.


---

# 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.wotnot.io/build/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.
