reply_to_message
Reply to an existing email by providing its message ID, mailbox, account, and reply body. Choose reply-all or sender-only, and optionally specify the sending account. Returns the sender address used.
Instructions
Reply to an existing email message. Returns the sender the reply was sent from. Does not support attachments (Mail.app limitation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The reply body text | |
| replyAll | Yes | Whether to reply to all recipients (true) or just the sender (false) | |
| messageId | Yes | The numeric ID of the message to reply to | |
| accountName | Yes | The name of the account containing the mailbox. This locates the source message only — it does not control which account sends. Use fromAccount for that. | |
| fromAccount | No | Account to send from — a Mail account name ("Google") or one of its addresses ("you@gmail.com"), as reported by list_accounts. Matching is case-insensitive and an unrecognised value is an error, never a silent fallback. Omit to use Mail's default sending account; either way the account used is returned as `sender`. | |
| mailboxName | Yes | The name of the mailbox containing the message |