Get Email
Gets email data from an email's Message Id using the Nylas API

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | Nylas API Connection |
Config
| Name | Required | Description |
|---|---|---|
| Message ID | The Message ID of the email. | |
| Query IMAP | Query from the IMAP server directly instead of the Nylas database. |
Attachment Options
| Name | Required | Description |
|---|---|---|
| Download Attachments | If checked, any attachments will be downloaded to the specified folder, and their paths written to the output | |
| Attachments Folder | The local folder that any attachments will be saved to |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |
|Global Message ID| |The globally unique ID included as a header in the email (Message-ID)| |Thread ID| |The thread ID included as metadata in the email| |Subject| |The Subject of the email| |Message Body| |The message body| |From| |The address of the sender| |To| |The recipients of the email| |CC'd Recipients| |The CC'd recipients of the email| |BCC'd Recipients| |The BCC'd recipients of the email| |Date Time Received| |The time the email was received, with a timezone offset| |Content Type| |The content type of the email data| |Priority| || |Reply To| |The reply-to email address| |Attachments| |The data of any attachments to the email.|