mail_send_draft
Send an email draft from your Hermes account. Optionally reply to a thread by providing the in_reply_to ID.
Instructions
Send a draft email from Hermes's account.
The destination should be the sender returned by mail_get — i.e. the
user who forwarded the message to Hermes. To reply to a thread, pass the
in_reply_to value from mail_get.
Returns dict with key: id (sent message ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| subject | Yes | ||
| in_reply_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||