Get Email
Gets email data from an email's Message Id

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | Google API Connection | |
| User Email |
Config
| Name | Required | Description |
|---|---|---|
| Message ID | The Message ID of the email. |
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. | |
| Thread ID | The ID of the email's thread. | |
| Content Type | The content type of the email data |
|Message ID| |The Mime Message-ID of 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| |Reply To| |The reply-to email address| |Attachments| |The data of any attachments to the email.|