create_draft
Create a Gmail draft with options for CC, BCC, attachments, HTML body, and reply-to threading. Returns draft ID, message ID, and thread ID.
Instructions
Create a Gmail draft. Returns {draft_id, message_id, thread_id}. For replies pass reply_to_message_id. Requires gmail.compose scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | A connected account ref (see list_accounts). | |
| to | No | ||
| cc | No | ||
| bcc | No | ||
| subject | No | ||
| body | No | Plain-text body. | |
| html_body | No | HTML body. With body, sent as multipart/alternative. | |
| reply_to_message_id | No | Message id to reply to (sets threading headers). | |
| from | No | Optional From override (must be a verified send-as alias). | |
| attachments | No |