> For the complete documentation index, see [llms.txt](https://docs.unifize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unifize.com/getting-started/first-steps-for-new-users/sending-and-receiving-emails-in-unifize.md).

# Sending and receiving emails in Unifize

> Share updates with people outside Unifize and have their replies captured directly within your conversations.

***

#### ✨ What this does

Lets you send a message from a Unifize conversation to any email address and receive the response directly inside the same thread—without requiring the recipient to log into Unifize.

***

#### ✅ When to use it

* You want to involve someone who’s not on Unifize (e.g., supplier, consultant)
* You need an external approval or update tied to a record
* You want full traceability of external communications inside your workflows

***

#### 🔄 How it works

#### To send an email:

1. Open any **conversation**
2. Click **+ Add participant**
3. Type the recipient’s **email address**
4. Press **Enter** and assign a role (usually *Viewer*)
5. Type your message and click **Send**

📤 The recipient gets a regular email with your message and a link to respond.

***

#### To receive replies:

* The external user replies to the email
* Their response is added **directly to the Unifize conversation**
* Everyone in the thread sees the reply, just like any internal message

***

#### ⚠️ Things to keep in mind

* You can only send emails to **one recipient at a time**
* Email replies are **not private**—they appear in the group thread
* External participants can’t log into Unifize unless invited
* You can remove email participants from the thread at any time

***

#### 🧠 Pro tips

* Keep your messages focused—external users see the whole conversation
* Use this for one-off updates, document reviews, or supplier clarifications
* Great for auditors or stakeholders who just need visibility on a few records


---

# 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.unifize.com/getting-started/first-steps-for-new-users/sending-and-receiving-emails-in-unifize.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.
