gmail_create_draft
Create an email draft without sending it. Specify recipients, subject, and body, and optionally pass a thread_id to draft a reply with correct In-Reply-To and References headers automatically.
Instructions
Create a draft email. This never sends anything.
Pass thread_id to draft a reply within an existing thread (the draft will pick up proper In-Reply-To/References headers automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| account | No | ||
| subject | Yes | ||
| thread_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||