create_gmail_draft
Creates a Gmail draft email and returns its ID and preview URL for review and sending.
Instructions
Creates a Gmail draft email ready for review and sending. Returns the draft ID and a preview URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC recipients (comma-separated email addresses). | |
| to | Yes | Recipient email address. | |
| body | Yes | Plain-text body of the email. | |
| subject | Yes | Email subject line. |