update_draft
Update an existing email draft by replacing its recipients, subject, and body content. Use it to revise unsent messages with new details.
Instructions
Update an existing draft by replacing it with new content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draftId | Yes | Draft ID to update (format: Drafts:uid) | |
| to | No | Recipient email address(es), comma-separated | |
| cc | No | CC recipients, comma-separated | |
| bcc | No | BCC recipients, comma-separated | |
| subject | Yes | Email subject | |
| body | Yes | Email body content | |
| isHtml | No | Whether body is HTML | |
| replyTo | No | Reply-to email address |