> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Draft Email

> Create an unsent email draft in Microsoft Outlook.

The **Draft Email** action saves a new message in Outlook without sending it.
Recipients, subject, and body can be left empty for a person to complete later.

## Inputs

| Input                   | Type                   | Required | Description                                |
| ----------------------- | ---------------------- | -------- | ------------------------------------------ |
| **Third-party account** | Microsoft account      | Yes      | Outlook account that owns the draft.       |
| **Recipients**          | List of email strings  | No       | `To` addresses.                            |
| **CC**                  | List of email strings  | No       | Carbon-copy addresses.                     |
| **Subject**             | String                 | No       | Draft subject. Defaults to empty.          |
| **Body**                | String                 | No       | Draft content. Defaults to empty.          |
| **Body Type**           | `Plain Text` or `HTML` | No       | Body encoding. Defaults to **Plain Text**. |
| **Attachments**         | List of files          | No       | Files included in the draft.               |

## Outputs

| Output              | Type   | Description                         |
| ------------------- | ------ | ----------------------------------- |
| **Message ID**      | String | Immutable ID of the created draft.  |
| **Conversation ID** | String | Conversation assigned to the draft. |

## Example

To prepare an account summary for review:

1. Generate the summary with an earlier action.
2. Use the generated text as the Outlook draft's **Body**.
3. After the draft is created, notify the account owner that it is ready to
   review.
