gmail_composer.save_draft
Update an existing Gmail draft with new recipients, subject, body, CC, BCC, or attachments.
Instructions
Persist the current composer fields onto an existing Gmail draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | No | ||
| subject | No | ||
| user_id | No | ||
| draft_id | Yes | ||
| attachments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | No | ||
| subject | No | ||
| draft_id | Yes | ||
| thread_id | No | ||
| attachments | No |