update_email_draft
Update an existing Gmail draft by modifying its recipient, subject, body, CC, or BCC fields. Unchanged fields are preserved from the original draft.
Instructions
Update an existing email draft in Gmail.
Only provide the fields you want to change — unchanged fields will be preserved from the original draft.
Args: draft_id: The ID of the draft to update. to: New recipient(s), or leave empty to keep existing. subject: New subject, or leave empty to keep existing. body: New body content, or leave empty to keep existing. cc: New CC recipients, or leave empty to keep existing. bcc: New BCC recipients, or leave empty to keep existing. body_type: Content type — "plain" or "html".
Returns: Updated draft details or error information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | No | ||
| subject | No | ||
| draft_id | Yes | ||
| body_type | No | plain |