Skip to content

Create Draft Node

Email/IMAP

Create Draft

Appends a new draft message to a mailbox (defaults to 'Drafts')

email_imap_create_draftweb
Inputs13
Outputs2
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

13

In

Execution
exec_in

Trigger

Connection

Struct
connection

IMAP connection details

ImapConnectionImapConnection1 fields
idstringrequired
Schema enforced

Drafts Mailbox

String
mailbox

Where to store the draft

Default Drafts

Create If Missing

Boolean
create_if_missing

Create the destination mailbox if it doesn't exist

Default true

From

String
from

From header

To

String
to

Comma-separated list

Cc

String
cc

Comma-separated list

Bcc

String
bcc

Comma-separated list

Subject

String
subject

Subject line

Default (no subject)

Body (text)

String
body_text

Plaintext body

Body (HTML)

String
body_html

Optional HTML body

Attachments

Struct Array
attachments

Files to attach

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Default []
Schema enforced

Mark as Seen

Boolean
mark_seen

Save draft with \Seen flag in addition to \Draft

Default false

Output Pins

2

Out

Execution
exec_out

Execution output

Message-ID

String
message_id

The generated Message-ID

Node Info

Internal name
email_imap_create_draft
Category
Email/IMAP