gmail_create_draft
Compose a new email draft with recipient, subject, and body, then save it to your Gmail drafts folder without sending.
Instructions
Create a draft email (does NOT send it)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Comma-separated recipient email addresses | |
| bcc | No | ||
| body | Yes | Plain text email body, or HTML when content_type is text/html and html_body is omitted | |
| account | No | Email or alias (uses active account if omitted) | |
| subject | Yes | Email subject | |
| html_body | No | Optional raw HTML body. When set, body is used as the plain-text fallback. | |
| thread_id | No | ||
| references | No | ||
| in_reply_to | No | ||
| content_type | No | Interpret body as plain text or HTML when html_body is omitted. Defaults to text/plain. |