I am using Gmail module, and not being able to filter the email when spam/promotion?
So the idea is to get all emails, and then if it is spam/promotion => do something, if not => do something else?
I am using Gmail module, and not being able to filter the email when spam/promotion?
So the idea is to get all emails, and then if it is spam/promotion => do something, if not => do something else?
Hi @Rifat and welcome to the Make Community!
According to the Google documentation, you can use this gmail query:
in:anywhere
Find emails across Gmail. This includes emails in Spam and Trash.
in:anywhere movie
L
in:anywhere doesn’t work at all, even on Gmail filters, so it seems that it is not supported on Gmail first.
My bad, on Gmail ‘in:anywhere‘ is working, but not on make.com seems that in:anywhere is not returning the spam ones.
Ah, true dat. You might have to do two searches: one in All Mail and one in Spam. I think “All Mail” searches everywhere except Trash and Junk.
L
yes probably need two scenarios with different Gmail module filters
Or two searches in the same flow and save the results in variable so you can reuse the data.
L