Forward Email
forward_messageForward an email message to another address. Includes the original message context (sender, date, subject, body). Optionally prepend a note. Subject is auto-prefixed with 'Fwd:'. API: POST /api/emails/{address}/messages/{id}/forward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address(es) | |
| slug | Yes | Mailbox slug | |
| text | No | Optional note to prepend to the forwarded message | |
| domain | Yes | Mailbox domain | |
| message_id | Yes | ID of the message to forward |