Forward Email
email_forwardForward an email to specified recipients with optional CC and message. Requires user confirmation to prevent accidental sending.
Instructions
📧 Forward an email to recipients (always require user confirmation)
WARNING: Email will be forwarded immediately to specified recipients. This action cannot be undone.
Addresses are validated, deduplicated across To/CC, and limited to 500 unique recipients in total.
Args: account_id: Microsoft account ID email_id: The email ID to forward to: Recipient email address(es) cc: CC recipient email address(es) (optional) body: Optional comment/message to include with forward (plain text) confirm: Must be True to confirm sending (prevents accidents)
Returns: Status confirmation
Raises: ValidationError: If recipients are invalid, exceed limits, or confirm is False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| email_id | Yes | ||
| to | Yes | ||
| cc | No | ||
| body | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||