> For the complete documentation index, see [llms.txt](https://help.wotnot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wotnot.io/deploy/publishing-agents/email.md).

# Email

{% hint style="info" %}
Available on the **PREMIUM** plan onwards.
{% endhint %}

WotNot's Email Integration enables your AI agent to automatically respond to customer emails, providing instant support and information directly through your company’s email system. Set up takes just minutes and provides seamless AI-powered email automation across your organization.

## Setup instructions

{% stepper %}
{% step %}

### Define the sender email

* Navigate to Settings > Email > Add email configuration&#x20;
* Enter the email address through which the agent will send replies from. \
  For example, `support@yourcompany.com`&#x20;

<figure><img src="/files/6svM96yCdLBwJxw9IPhk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set up email forwarding

Next, configure automatic forwarding in your email provider so that emails sent to your support addresses are delivered to your agent email.

#### How it works:

1. A customer emails `support@yourcompany.com`.
2. Your email provider forwards that message automatically to `{uniquecode}@inbound.wotnot-mail.com`.
3. The AI agent processes the email and generates a reply.
4. The response is sent back via email from your sender email.

{% hint style="info" %}
Your mailbox provider may require you to verify ownership of the forwarding address. Typically, they send a verification email to your inbox.
{% endhint %}

<figure><img src="/files/8grmCbTjrcWk2ZENus1U" alt=""><figcaption></figcaption></figure>

#### Provider specific forwarding guides:

**For Gmail** (personal inbox forwarding): [Set up email forwarding in Gmail](https://support.google.com/mail/answer/10957)

**For Google Workspace**: &#x20;

* Sign in to the **Admin console** using an admin account
* Navigate to Apps → Google Workspace → Gmail
* Find **Default routing**, then click **Configure or add another rule** to create a new routing rule.
* Set **Envelope Recipient** to the email address you want customers to use (for example, <support@yourcompany.com>).
* Under Envelope Recipient, select **Change Envelope Recipient**.
* In **Replace Recipient**, enter your WotNot forwarding email (for example, `{uniquecode}@inbound.wotnot-mail.com`).
* Save the rule and enable it for recognized + unrecognized addresses
* **Verify forwarding** in WotNot

**For Outlook**: [Turn on automatic forwarding on Outlook](https://support.microsoft.com/en-US/Outlook/mail/turn-automatic-forwarding-on-or-off-in-outlook)

{% hint style="warning" %}
After setting up forwarding in Outlook, Microsoft 365 will block the forwarded emails from leaving your organization by default. Your Microsoft 365 administrator must allow external forwarding for the emails to reach WotNot.
{% endhint %}
{% endstep %}

{% step %}

### Authenticate your domain with DNS

Once we detect automatic forwarding from at least one email address on the domain, you’ll be able to proceed to DNS authentication. This step allows WotNot to send emails on your behalf from your defined sender email address in Step 1.

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

#### Steps to perform on your DNS provider:

1. Sign in to your domain provider and find their DNS settings.
2. Copy the WotNot domain records into your domain settings.&#x20;
3. Paste each of the codes below into the DNS settings
4. Once done, click **Verify configuration**.

{% hint style="info" %}
Verification begins automatically once the DNS records are detected. This may take some time depending on DNS propagation.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.wotnot.io/deploy/publishing-agents/email.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
