create_gmail_draft
Compose and save an email draft in Gmail with specified recipient, subject, body, and optional CC. Ready to send later.
Instructions
Create a draft email in Gmail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| to | Yes | Email address of the recipient. | |
| subject | Yes | Subject line of the email. | |
| body | Yes | Body content of the email. | |
| cc | No | Optional list of email addresses to CC. |