gmail_update_draft
Modify a saved Gmail draft by specifying its ID, recipients, subject, and body.
Instructions
Update an existing Gmail draft with new content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email address(es) | |
| bcc | No | BCC recipients | |
| body | Yes | Email body | |
| isHtml | No | Send body as HTML (default false) | |
| draftId | Yes | The draft ID to update | |
| subject | Yes | Email subject |