Save or update a Gmail draft reply
multi_gmail_set_draftSave or update a Gmail draft reply for a thread without sending. Provide messageId, to, subject, and body; optionally include quoted original text and signature.
Instructions
Save/update a Gmail draft reply for a thread without sending. Requires messageId, to, subject, and body; use format text/html for HTML drafts (default text/plain). quoteOriginal (default true) appends Gmail-style quoted parent history so drafts show the collapsible history expander in Gmail. appendSignature (default true) appends the account Gmail signature from Settings above the quote block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | ||
| to | Yes | ||
| subject | Yes | ||
| body | No | ||
| html | No | ||
| format | No | text/plain | |
| cc | No | ||
| bcc | No | ||
| quoteOriginal | No | ||
| appendSignature | No | ||
| accountAlias | No | ||
| chatScope | No |