Update a draft using the Nylas API

Input
Connection
| Name | Required | Description |
|---|
| Connection | | Nylas API Connection |
| Name | Required | Description |
|---|
| Draft ID | | The ID of the draft to delete. |
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. |
Options
| Name | Required | Description |
|---|
| Overwrite When Empty | | If true, empty fields will set the draft's fields to be empty rather than ignoring them. |
Output
| Name | Required | Description |
|---|
| Action Success | | True if the action passed, false if it failed. |