compose_email
Compose emails directly from your workflow: specify recipient, subject, and body, then either open a draft in Apple Mail or send immediately.
Instructions
Compose a new email. If send is false (default), opens the compose window with a draft. If send is true, sends immediately without confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email address (optional). | |
| to | Yes | Recipient email address. | |
| body | Yes | Email body text. | |
| send | No | If true, send immediately. If false (default), open compose window with draft. | |
| subject | Yes | Email subject line. |