> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2022.6-changes-overview/handling-of-unprocessed-emails.md).

# Handling of unprocessed emails

How to handle incoming emails which don't get auto-processed into a Ticket or Case.

## Overview

All emails arriving into Enate get automatically processed into either Tickets or Cases based on business rules which look at things like where it's sent into, who it's from and what it's about. Occasionally though, emails arrive into Enate and do not get processed into a Case or a Ticket.

This can happen due to the following reasons:

1. None of the To and/or CC email addresses have a matching email route defined for them in Builder (that's the rules which say which kind of Ticket or Case an incoming email should generate).
2. There are only BCC email addresses in the email, no To or CC addresses.

We have now added a new **Unprocessed Emails** view to the Email Inbox section in Work Manager that allows Agent users to review these unprocessed emails and take the appropriate steps. This option is visible to all users.&#x20;

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FOGt0QiEI4WnbiUq7Z40w%2Fimage.png?alt=media&amp;token=a724b21c-e974-4e59-9024-2835aa0d7472" alt=""><figcaption></figcaption></figure>

**Unprocessed Email View - What emails do I see?**&#x20;

You'll see unprocessed emails which have come into the mailbox that your area of the business works out of. Other unprocessed emails which arrive into mailboxes that aren't linked to any of your business processes will be seen by agents working in those other areas. The number next to this section shows the total number of emails in the unprocessed view.

#### Filter Options

You can filter the emails in this section by Mailbox Name (if you know it) and Mailbox Address. Specifically, this is the email address of the mailbox which handles the incoming mails.

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FuoH0KvDBWeTUufZSg9uN%2Fimage.png?alt=media&amp;token=caee8dc7-d964-4783-bf38-52af8c85825a" alt=""><figcaption></figcaption></figure>

**What options do I have?**&#x20;

The Unprocessed Emails view will let you review the incoming email's content to help you determine where you should route it.&#x20;

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FNK3UX8vQu8zy1y1bjZrU%2FUnprocessed%20Mails%20-%20Detail.PNG?alt=media&amp;token=d9efc03c-57a1-4d03-93ad-ba7d855ab183" alt=""><figcaption></figcaption></figure>

Once you've reviewed the email, you've got a couple of options:

1\) **You can decide to create a work item from the email,** specifying a Customer, Contract & Service for it, before launching the work item. If you do this, the email will be changed to 'Processed' and will be removed from the Unprocessed Emails view when you next click to refresh your email inbox view.

2\) **You can decide to delete the email if appropriate** (for example if it's a spam mail). If you do this, the email will be changed to 'Deleted' and will be removed from the Unprocessed Emails view when you next click to refresh your email inbox view.

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FYgc37iXeC1iDjlwf2pyY%2Fimage.png?alt=media&amp;token=af1a867a-e60b-480d-9b5f-30c40225055e" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note that it is not currently possible to append an unprocessed email to an *existing* work item, only to create a new work item. However once you have done this, you can still use the [merge ](https://docs.enate.net/enate-help/work-manager/work-manager-2021.1/processing-a-ticket/further-activities-available-for-ticket)feature to merge it in with an existing work item.&#x20;
{% endhint %}

{% hint style="info" %}
Note: Users will be able to create a new work item from an unprocessed email on this page even if they do not have the 'Can Create' permission set for them.
{% endhint %}

**Patterns to look out for - Is a new Email Route needed?**

If you find yourself regularly having to pick up unprocessed mails and route them into the same tickets or cases again & again, you should speak with your Business Admin to see if a new [Email Route](https://docs.enate.net/enate-help/builder/builder-2021.1/email-mailbox-configuration/email-routes) can be set in order to catch these emails and *automatically* create the right Work Item for them.

For more information about how Enate processes incoming emails and why they sometimes may land here instead, [see this section](/whats-new/older-versions/changes-overview-older-versions/2022.6-changes-overview/handling-of-unprocessed-emails/unprocessed-emails-further-specifics.md).


---

# 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://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2022.6-changes-overview/handling-of-unprocessed-emails.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.
