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

# Send Reply

> Send a reply or reply-all to a Microsoft Outlook message.

The **Send Reply** action creates a reply draft for a message, adds the supplied
body and attachments, then sends it.

## Inputs

| Input                   | Type                   | Required | Description                                   |
| ----------------------- | ---------------------- | -------- | --------------------------------------------- |
| **Third-party account** | Microsoft account      | Yes      | Outlook account that sends the reply.         |
| **Message ID**          | String                 | Yes      | Microsoft ID of the message being answered.   |
| **Reply All**           | Boolean                | No       | Include the original conversation recipients. |
| **Body**                | String                 | Yes      | Reply content.                                |
| **Body Type**           | `Plain Text` or `HTML` | No       | Body encoding. Defaults to **Plain Text**.    |
| **Attachments**         | List of files          | No       | Files to attach to the reply.                 |

## Outputs

| Output       | Type   | Description                              |
| ------------ | ------ | ---------------------------------------- |
| **Reply ID** | String | Immutable ID created for the sent reply. |

<Warning>
  **Reply All** can send the response to every recipient selected by Outlook.
  Leave it off for a reply only to the original sender.
</Warning>
