I’ve just started with Make and perhaps the question I’m going to ask today is too simple, but after thinking about it I haven’t been able to find a solution.
I am doing a personal use scenario to clean my gmail inbox. My idea is simply to run the scenario every 2 months so that I can quickly organize the emails into folders according to the words they contain.
My doubt is that I am not finding a way to do this in a single scenario. I can’t find the option to set an initial trigger that addresses each of the “Check email” triggers
I put an example image of what I would like to achieve:
You can just use the Watch Email Trigger and schedule the automation to run every 2 months. Depending on how many emails you get you might want to shorten that period and schedule it to run weekly, or monthly.
The problem is that I want to apply 3 different types of filters:
Look at the emails that contain the word “Invoices” that have been read and move them to the “Invoices” folder
Look at the emails that contain the word “Flights” that have been read and move them to the “Flights” folder
Look at emails that contain the word “Asana” and move it to the “Work” folder
And so whatever occurs to me. Do I have to create a new scenario for each filter? Since all the points have the same purpose, I thought it was a good idea to put them together.
But of course, I can only put one trigger as I show in the image
I think that is not the solution if I have more than 2 “Watch emails” modules
A router only allows me to link to one place from where the information comes and in the “Watch emails” itself I cannot put 2 different filters.
What I need is something that allows me to trigger 3 Watch emails at the same time so I don’t have to do 3 scenarios for something that is very similar