How can you fetch and sort emails from a specific time frame in Decisions?

I have a Flow where I want to be able to look through all existing emails within my inbox in a given time frame. Is this possible?

Comments

  • Hi there,


    To accomplish this we can use the Get Header Step with a ForEach Step. The Get Header Step will allow you to pull the header information (such as the associated date) from an email. The Get Header Step will work for either IMAP servers or using the POP3 protocol.


    We can then use that information to sort the emails using a Rule Step. Utilizing the ForEach Step will allow us to go through and sort each email found within your inbox.


    A general Flow utilizing this logic would look something like this:


    Some documentation on the Get Header Step: https://documentation.decisions.com/step-library/docs/get-headers-step


    Hope this helps!

Sign In or Register to comment.