Skip to main content

Create Draft

Overview


Creates a draft for an email address using the Nylas API

Input

Connection

NameRequiredDescription
ConnectionNylas API Connection

Recipients

NameRequiredDescription
ToEmail addresses of the recipients (Semicolon separated).
CcEmail addresses of the carbon copy recipients (Semicolon separated).
BccEmail addresses of the blind carbon copy recipients (Semicolon separated).

Email

NameRequiredDescription
SubjectThe subject of the email.
BodyThe body of the email.
Attachments (File paths)The file paths for files to be attached to the email (comma-separated).

Output

Draft The draft id of the draft to be used with other draft actions.