reply_to_message
Reply to an email in its original thread, targeting the sender or all recipients, with a preview and confirmation step to ensure safe sending.
Instructions
Reply to a message, keeping the thread intact. Goes to the sender only unless reply_all=True. Previews first and sends on the second call with commit=True and the confirmation_token, exactly like send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | ||
| body | No | ||
| commit | No | ||
| folder | No | INBOX | |
| account | No | ||
| html_body | No | ||
| reply_all | No | ||
| attachments | No | ||
| quote_original | No | ||
| confirmation_token | No |