> ## 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 Reply

> Create an unsent reply or reply-all draft in Outlook.

The **Draft Reply** action creates a threaded Outlook reply without sending it.
Use it when a person needs to review, edit, or approve the response.

## Inputs

| Input                   | Type                   | Required | Description                                |
| ----------------------- | ---------------------- | -------- | ------------------------------------------ |
| **Third-party account** | Microsoft account      | Yes      | Outlook account that owns the draft.       |
| **Message ID**          | String                 | Yes      | Message being answered.                    |
| **Reply All**           | Boolean                | No       | Include Outlook's reply-all recipients.    |
| **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 attached to the reply draft.         |

## Outputs

| Output       | Type   | Description                      |
| ------------ | ------ | -------------------------------- |
| **Draft ID** | String | Immutable ID of the reply draft. |

<Warning>
  Review recipients before sending a draft created with **Reply All**.
</Warning>
