reply_to_email
Reply to existing emails by UID: provide the message body to send an immediate response. Handles plain-text or HTML and automatically targets the correct mailbox for labeled messages.
Instructions
Reply to an existing email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | UID of the email to reply to | |
| body | Yes | Reply message body | |
| html | No | Send as HTML | |
| mailbox | No | IMAP mailbox the UID came from (the `mailbox` field in list results, e.g. "[Gmail]/Sent Mail"). Defaults to INBOX. Required for emails returned by get_emails_by_label, since UIDs are only unique within a mailbox. |