gmail_update_draft
Update an existing email draft by replacing its full content, including recipients, subject, and body.
Instructions
Update an existing draft email. Replaces the entire draft content. Requires compose or full scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email address(es), comma-separated for multiple | |
| to | Yes | Recipient email address(es), comma-separated for multiple | |
| bcc | No | BCC email address(es), comma-separated for multiple | |
| body | Yes | Email body (plain text, or HTML when bodyFormat="html") | |
| draftId | Yes | The draft ID to update | |
| subject | Yes | Email subject | |
| threadId | No | Thread ID (for continuing a conversation) | |
| accountId | Yes | The Google account ID, alias, or email | |
| inReplyTo | No | Message-ID of the message being replied to | |
| bodyFormat | No | Body content type. "text" (default) sends as text/plain with RFC 3676 format=flowed so clients reflow paragraphs instead of rendering hard wraps. "html" sends as text/html for HTML-formatted bodies. | |
| references | No | References header for threading |