Skip to main content

Get Email

Overview


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

Input

Connection

NameRequiredDescription
ConnectionNylas API Connection

Config

NameRequiredDescription
Message IDThe Message ID of the email.
Query IMAPQuery from the IMAP server directly instead of the Nylas database.

Attachment Options

NameRequiredDescription
Download AttachmentsIf checked, any attachments will be downloaded to the specified folder, and their paths written to the output
Attachments FolderThe local folder that any attachments will be saved to

Output

NameRequiredDescription
Action SuccessTrue 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.|