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

# Forward

> Forward an Outlook message with optional content and attachments.

The **Forward** action creates and sends a forward of an existing Outlook
message. You can add new content and additional attachments.

## Inputs

| Input                   | Type                   | Required | Description                                     |
| ----------------------- | ---------------------- | -------- | ----------------------------------------------- |
| **Third-party account** | Microsoft account      | Yes      | Outlook account that sends the forward.         |
| **Message ID**          | String                 | Yes      | Microsoft ID of the original message.           |
| **Recipients**          | List of email strings  | Yes      | One or more destination addresses.              |
| **Body**                | String                 | No       | Additional content included with the forward.   |
| **Body Type**           | `Plain Text` or `HTML` | No       | Encoding for the additional body. Default text. |
| **Attachments**         | List of files          | No       | Additional files to include.                    |

## Outputs

| Output         | Type   | Description                                |
| -------------- | ------ | ------------------------------------------ |
| **Forward ID** | String | Immutable ID created for the sent forward. |

<Note>
  **Attachments** adds new files to the forward. Outlook itself constructs the
  forwarded-message content from the source Message ID.
</Note>
