Create a draft
create_draftCreate a Proton Mail draft without sending it. Use in_reply_to to draft a reply to an existing message.
Instructions
Write a draft into the Proton Drafts folder. Never sends. For a reply, pass in_reply_to (the original Message-ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| body | Yes | ||
| attach | No | Files to attach, by path. Only from the allowed source directories. | |
| dry_run | No | Preview exactly what would happen and change nothing. Needs no confirmation. | |
| subject | Yes | ||
| references | No | ||
| in_reply_to | No |