Send an email — reversibly (hold as draft)
walkback_email_stageStage an email as a draft in Gmail to delay delivery. Release to send later or cancel to unsend, preventing the email from reaching the recipient.
Instructions
Hold an email instead of sending it immediately: it becomes a Gmail DRAFT that has gone nowhere. Release it with walkback_email_release to actually deliver, or walkback_email_cancel to truly unsend it (it never reaches the recipient). Needs GMAIL_ACCESS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address. | |
| cwd | No | Project directory. Defaults to the server's working directory. | |
| body | Yes | Plain-text body. | |
| subject | Yes | Subject line. |