Forward an inbox message to a new recipient
forward_threadForward a message from a thread (default: the most recent message) to a NEW recipient with an optional intro note. Body is composed as note + standard '---------- Forwarded message ----------' quote of the original. Goes from the thread's existing shiply alias so replies still route through the inbox. Subject defaults to 'Fwd: '.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | new recipient email address | |
| note | No | intro note prepended above the forwarded quote | |
| subject | No | subject; defaults to 'Fwd: <original>' | |
| threadId | Yes | thread id from list_inbox to forward from | |
| messageId | No | specific message to forward (default: most recent) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |