Skip to main content

Update Draft

Overview


Update a draft using the Nylas API

Input

Connection

NameRequiredDescription
ConnectionNylas API Connection
NameRequiredDescription
Draft IDThe ID of the draft to delete.

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.

Options

NameRequiredDescription
Overwrite When EmptyIf true, empty fields will set the draft's fields to be empty rather than ignoring them.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.