Email Source
Last updated
Last updated
Refers to the username as the email address. For example, ‘’.
STRING
Represents the password associated with the email account.
STRING
Denotes the protocol used for retrieving emails. Options include 'IMAP' and 'POP3'.
IMAP
imap.google.com
IMAP
STRING
pop3.google.com
POP3
STRING
Represents the port used for establishing the connection with the email server.
993
IMAP
ON
INTEGER
If set to ON, a secure port is utilized for connecting. Possible values are ON or OFF.
ON
Indicates the content type of the email, which can be either 'Plain Text' or 'HTML'.
Plain Text
Indicates the name of the folder from which emails should be retrieved.
INBOX
STRING
Defines conditions for filtering emails, such as key-value pairs that are separated by commas(','). Also multiple value pairs for a single key can be separated with semicolons(';').
This search term can include multiple attributes like 'subject
', 'from
', 'to
', 'bcc
', and 'cc
', and performs case-sensitive substring matching.
e.g. A search criteria with string ‘subject:Campaign;ESD, from:selfuel, bcc:customers
’ will search for emails that have ‘Campaign
' and ‘ESD
’ in their subject that come from email addresses that contain “selfuel
” with BCC addresses that include 'customers’.
If '@' is included in the value for any key other than the 'subject' key, it matches addresses that are equal to the value given.
e.g. If you search for 'hr@
', the string search terms looks for an address that contains 'hr
' before the '@
' symbol.
STRING
Specifies the time interval, in seconds, at which the email source should check the account for new emails.
600
LONG
Defines what action should be taken after an email is processed. Options include marking as ‘Flagged', ‘Read', 'Answered', 'Delete’, or 'Move’ to a specified folder.
'Flagged': Sets the flag as 'Flagged'.
'Seen': Sets the flag as 'Read'.'
Answered': Sets the flag as 'Answered'.
'Delete': Deletes the mail after the polling cycle.
'Move': Moves the mail to the folder specified in the Target Folder for Moved Emails parameter.
If the folder specified is 'pop3', then the only option available is 'Delete'.
NONE
In Preview Step, you're provided with a concise summary of all the changes you've made to the Email Source Node. This step is pivotal for reviewing and ensuring that your configurations are as intended before completing node setup.
Viewing Configurations: Preview Step presents a consolidated view of your node setup.
Saving and Exiting: Use the Complete button to save your changes and exit the node and return back to Canvas.
Revisions: Use the Back button to return to any Step of modify node setup.
The Preview Step offers a user-friendly summary to manage and finalize node settings in Cortex.
Specifies the hostname of the email server (e.g., '' for a Gmail account using IMAP). The default is '' if using a Gmail account with IMAP.