Read Mailbox
7min
read mailbox was previously called inbound email procesio integrates read mailbox action with your email server configurations this means that once you configure the read mailbox server to use (check working with credentials manager), you can start configuring the read mailbox action in any process use this action to filter your received emails as needed, by subject from body to, bcc, cc deliveredafter (retrieves emails that were received after a certain date) deliveredbefore (retrieves emails that were received before a certain date) deliveredon (retrieves emails that were received on a certain date) you can also apply filters only for unread emails or those with attachments note for pop3, the unread filter will have no impact, because there is a limitation of the pop3 protocol this action requires a credential of type ' smtp inbound configuration ' check documentation filter rules multiple filters are allowed and every filter should be added on a new row after each filter name, you can add a colon ( ) or just white space the names of the filters can be written in upper or lower case example from/from/from are valid filters; the date format for deliveredafter/deliveredbefore/deliveredon is yy/mm/dd or mm/dd/yy if no filter is provided, all the emails will be retrieved example from name234\@test com deliveredafter 2022 09 02 subject my subject the filter will retrieve all the emails that were received after august 2, 2022, from " name234\@test com " and where the subject contains "my subject" you can add only a part of the email address name234 configure the email server to use (check working with credentials manager), you can start configuring the send email action in any flow how to configure the read mailbox action? go to the process designers section and open a new or an existing process actions configuration can be performed once they are dragged and dropped on canvas step 1 drag the read mailbox action from toolbar and drop it on canvas; click on the action to open the properties panel step 2 you can edit the action name step 3 select the smtp inbound server configuration in the properties panel the read mailbox server configuration may be created upfront in credentials manager or you can create one by pressing 'create credential' if the desired email server configuration is not created upfront, you have a shortcut in the selector to proceed to the credentials manager page step 4 add your filters (see filter rules above) to the editor you can apply filters only to unread emails or to those that have attachments by checking the corresponding box/es step 5 create a process variable that will store the retrieved email information use the data type inboundemailinformation when creating this output variable, and mark it as a list this configuration will retrieve my unread emails, received from jira on 08 11 2022, and will store the data in the resultedemails process variable