gmail_update_draft
Update an existing Gmail draft by specifying fields to change; omitted fields stay unchanged. Note: drafts with attachments cannot be updated.
Instructions
Update an existing Gmail draft. Omitted fields preserve current values. Drafts with attachments are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | No | ||
| account | No | Email or alias (uses active account if omitted) | |
| subject | No | ||
| draft_id | Yes | Gmail draft ID | |
| html_body | No | Optional raw HTML body. When set, body is used as the plain-text fallback. | |
| thread_id | No | ||
| references | No | ||
| in_reply_to | No | ||
| content_type | No | Interpret body as plain text or HTML when html_body is omitted. Defaults to text/plain. |