Create Draft
Creates a draft for an email address using the Nylas API

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | Nylas API Connection |
Recipients
| Name | Required | Description |
|---|---|---|
| To | Email addresses of the recipients (Semicolon separated). | |
| Cc | Email addresses of the carbon copy recipients (Semicolon separated). | |
| Bcc | Email addresses of the blind carbon copy recipients (Semicolon separated). |
Email
| Name | Required | Description |
|---|---|---|
| Subject | The subject of the email. | |
| Body | The 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.