reply_to_email
Compose and send a reply to a specific email using its entry ID. Supports replying to all recipients or saving as a draft for later.
Instructions
Reply to an email. The original message is quoted below your reply.
Args: entry_id: EntryID of the email to reply to. body: Your reply text. reply_all: Reply to all recipients instead of just the sender. save_as_draft: Save to Drafts instead of sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| entry_id | Yes | ||
| reply_all | No | ||
| save_as_draft | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |