Reply All to Email
email_reply_allReply to all recipients of an email in one action. User confirmation prevents accidental sends.
Instructions
📧 Reply to all recipients of an email (always require user confirmation)
WARNING: Reply will be sent immediately to ALL recipients (original sender, To, and Cc recipients). This action cannot be undone.
Body content is stripped of surrounding whitespace and must not be empty before sending.
Args: account_id: Microsoft account ID email_id: The email ID to reply to body: Reply message body (plain text) confirm: Must be True to confirm sending (prevents accidents)
Returns: Status confirmation
Raises: ValidationError: If the reply body is empty/whitespace or confirm is False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| email_id | Yes | ||
| body | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||