Skip to main content

Get Mail

Retrieves emails from a specified mailbox.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is set to true, no error will be caught and the automation will continue running. If a Catch node is used, it will have no effect.

Input

  • Client Id - The id of the client. The ID is created by the Connect node.
  • Mail Folder - The mailbox folder to search for emails. The default value is INBOX.
  • Number of Messages - The maximum number of messages to retrieve.

Output

  • Messages - The messages retrieved from the specified mailbox.

Options

  • Credentials - The credentials to use to authenticate the mailbox. Required if there is no Client Id.
  • Mark as Read - If set to true, all retrieved emails will be marked as read.
  • Only Unread - If set to true, only unread emails will be retrieved from the mailbox.

Automatic credentials are provided for authenticated mailboxes. You do not need to provide these credentials.