Hey everyone, nice to be here. I’m trying to setup a flow that starts with Email Trigger (IMAP) that works only on certain emails with a certain subject line.
I know I can add an “IF subject contains”…but how do I set as unread emails that give false as a result?
Another option, if exists, could be triggering the Email Trigger (IMAP) only for the emails that fall into a certain filter immediately. Is this a possibility? And if not, how do I put as unread the emails that I don’t need to process?
Thank you!
Maybe its also possible to solve it in n8n but what about filtering those email right in your email provider into a seperat folder and only get those emails in that folder?
That’s a great solution, didn’t think of that. Thank you.
Besides Simon’s solution, is there any way to actually read and filter out emails? Because I would like to create something that uses the AI to assess if the AI can answer automatically, and if not then put it as unread again so a human can process it.
just to make sure:
you tried to set ‘nothing’ here as the action instead of ‘mark as read’?
Then I would need to mark as read the processed email that goes into the YES branch of the if. How do I do that?
Can you just let it unread? because you also have to check again what the agent did? 
But what happens if you set Action to Mark as Read and also used the custom email rules to filter?
Are then all emails as read? also the ones that didnt passed the filter?