Mail Reader
Read email via IMAP
HOST
IMAP mail server hostname, such as imap.gmail.com.
PORT
IMAP mail server port number, typically set to 993.
TLS/SSL
Whether the IMAP mail server requires TLS/SSL encryption.
USERNAME
The user name configured in the email server. The %FILENAME% variable can be included to insert the content of the TXT file with the filename named 'FILENAME' inside the workspace, achieving dynamic customization.
PASSWORD
Password for the account filled above. The %FILENAME% variable is also supported
MAILBOX
Mailbox name.
SINCE DAY(S) AGO
Read emails since how many days ago.
UNREAD ONLY
Choose whether to read unread emails only.
Input Object
Each element in the input object array represents each email read from the specified mailbox:
Output Object
Each object added to the output array represents a row of data in the output table. The object contains key-value pairs, where the key is the column header, and the value is the data for that column in the row. Once all the data is processed, the table will be output as a .csv file called 'output.csv' in the workspace.
--
We are dedicated to improving our content. Please let us know if you come across any errors, including spelling, grammar, or other mistakes, as your feedback is valuable to us! 🤖️⚡️
Last updated