gmail_draft_create
Create a Gmail draft with recipients, subject, and body. Optionally add cc, bcc, or reply to a thread.
Instructions
Create a Gmail draft. Returns {id, message: {...}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| html | No | ||
| account | Yes | ||
| subject | Yes | ||
| thread_id | No |