forward_email
Forward an email message specified by UID to one or more recipients, automatically adding 'Fwd:' prefix and quoting original headers. Optionally include a note and save to sent folder.
Instructions
Forward a message. Subject gets Fwd: prefix; original headers quoted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| uid | Yes | UID of the message to forward. | |
| text | No | Additional note to include above the forwarded body. | |
| folder | No | INBOX | |
| account | No | ||
| confirm | No | ||
| save_to_sent | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| account | Yes | ||
| message_id | No | ||
| recipients | Yes | ||
| saved_to_sent | No | ||
| idempotent_replay | No | True when this response was replayed from an earlier identical call within the idempotency window. |