> For the complete documentation index, see [llms.txt](https://docs.ninox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninox.com/user-hub/common-tasks/work-with-emails.md).

# Work with emails

Use emails in Ninox to stay organized and keep important communication close to your data. Connect your inbox, work with messages in your workspace, and link emails to the right records so you always have the full context.

### Understand the inbox <a href="#understand-the-inbox" id="understand-the-inbox"></a>

When an inbox is connected to your workspace, the **Inbox** section shows your emails in a familiar layout.

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

The inbox has two main areas:

* On the left, you browse messages and folders.
* You can filter by read status and search for emails.
* You can also start a new email here.

On the right, you open the selected message and work with it directly. From there, you can:

* Read the full message
* Reply or forward
* Link the email to a record

This makes it easier to stay in context.

### Connect your inbox <a href="#connect-your-inbox" id="connect-your-inbox"></a>

To use email features in Ninox, first connect your inbox in your workspace. If no inbox is connected yet, Ninox shows a message in the **Inbox** section where you can start the setup.

You can also connect it from **Workspace settings**:

{% stepper %}
{% step %}
**Open email integration**

Go to **Workspace settings** and open **Email integration**.
{% endstep %}

{% step %}
**Choose your provider**

Select **Continue with Google** or **Continue with Microsoft**.
{% endstep %}

{% step %}
**Confirm the connection**

Ninox uses your prefilled email information to connect the account.
{% endstep %}
{% endstepper %}

After the connection is complete, your email address appears in the email integration settings.

### Work with emails in Ninox <a href="#work-with-emails-in-ninox" id="work-with-emails-in-ninox"></a>

Once your inbox is connected, you can manage email communication without leaving your workspace.

Use the inbox to:

* Review incoming messages
* Search for past communication
* Keep related emails close to your records

This is especially useful when emails are part of a process such as sales, support, or project work.

### Link emails to records <a href="#link-emails-to-records" id="link-emails-to-records"></a>

You can link an email to an existing record while reading it. This keeps the conversation and the related data together.

For example, you might receive an email from a customer about an open deal. In that case, link the email to the customer contact or the related deal record. You can then open the record and see the email in context.

Use this when an email belongs to a contact, company, deal, project, ticket, or any other record in your workspace.

Linked emails help you:

* Keep communication in the right context
* Open the related record faster
* Give teammates a clearer view of the full history

{% stepper %}
{% step %}
**Start from the email**

Open the email you want to link, then click **Link new record**.
{% endstep %}

{% step %}
**Open the link dialog**

In the side panel, click **Link records**.
{% endstep %}

{% step %}
**Choose the app and table**

Select the app first, then select the table that contains the record. This narrows the search to the right part of your workspace.
{% endstep %}

{% step %}
**Find the record**

Start typing in **Search in records**. Ninox filters the list while you type. Search by a name, email address, company, or any other visible record detail.
{% endstep %}

{% step %}
**Link the record**

Select the record you want, then click **Link**. The record appears in the linked records panel for this email.
{% endstep %}
{% endstepper %}

After the link is created, you can click the linked record to open the related table and record. If needed, repeat the same steps to link more records to the same email.

### Work with linked emails in a record <a href="#work-with-linked-emails-in-a-record" id="work-with-linked-emails-in-a-record"></a>

After you link an email, open the record and select the **Emails** tab. You will see the linked email thread there. This gives you a record-based view of the conversation, which is useful when you want to check communication while working in the app instead of switching back to the inbox.

From this tab, you can review the conversation and move back to the inbox when needed.

You can also:

* Click the small arrow < to open a preview of the linked email
* Click the <i class="fa-arrow-up-right-from-square">:arrow-up-right-from-square:</i> icon to return to the **Inbox** with that email open
* Click the three dots <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i> icon to unlink the email from the record

The preview helps you confirm the right message without leaving the record. The inbox shortcut is useful when you want to reply, forward, or continue from the original email view. If you unlink the email, the connection between the record and the email is removed. This helps you keep the full conversation close to the record without losing context.

You can link several records to one email. You can also link several emails to one record.

### Disconnect an inbox <a href="#disconnect-an-inbox" id="disconnect-an-inbox"></a>

You can remove the connection at any time.

{% stepper %}
{% step %}
**Open email integration**

Go to **Workspace settings** and open **Email integration**.
{% endstep %}

{% step %}
**Disconnect the inbox**

Select **Disconnect**.
{% endstep %}

{% step %}
**Finish**

This removes the email account connection from the workspace.
{% 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:

```
GET https://docs.ninox.com/user-hub/common-tasks/work-with-emails.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.
