gmail_create_draft
Create a Gmail draft by specifying recipient, subject, and body. Returns the draft and message IDs for later review or sending.
Instructions
Create a draft email without sending it.
Returns: str: JSON with the draft's id and message id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |