Fetch Emails Action
Fetch Emails Action fetches emails that match the defined criteria from an IMAP email server. It supports filtering emails, optionally marking them as read, and saving attachments to a local directory. The fetched emails are returned as an array stored in an output variable.
Appearance
In Talos, Fetch Emails Action appears as a standard rectangular node with an envelope icon.

Properties
As all Actions, Fetch Emails Action has a few unique properties that are essential for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same type of actions.
This property is Read only and it is not customizable
See more about Talos Scripting language & Expressions
This property supports expressions. You can use variable references and expressions to dynamically build filter criteria at runtime.
Examples
Assuming a declared String variable with name senderEmail.
FROM ${senderEmail}
UNSEEN
SINCE 01-Jan-2024
SUBJECT "Monthly Report"