Reply to Email
email_replyReply to a specific email after obtaining user confirmation. The message is sent immediately to the original sender.
Instructions
📧 Reply to an email (always require user confirmation)
WARNING: Reply will be sent immediately to the original sender. 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 | |||