reply_all
Sends a reply to all recipients of an existing message, either immediately or as a draft. Specify the message ID and optional body.
Instructions
Reply to all recipients of an existing message.
Convenience wrapper over create_draft with seed=reply and reply_all=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Reply body. Empty keeps Mail's auto-quoted original. | |
| reply_to | Yes | Id of the message to reply to (numeric Mail.app id or RFC 5322 Message-ID from search_messages/get_messages). | |
| send_now | No | True (default) sends immediately; False saves as draft. | |
| from_account | No | Mail.app account name or UUID. None = Mail default. | |
| seed_mailbox | No | Folder the original lives in (default INBOX). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||