gmail_draft_create
Create a Gmail draft by specifying recipient, subject, body, and optional cc, bcc, or HTML content.
Instructions
Create a Gmail draft. Returns {id, message: {...}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| cc | No | ||
| bcc | No | ||
| html | No | ||
| thread_id | No |