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.
What do you mean by that? From Make or in general?
This is a search for DHL in my Gmail
This is with in:anywhere:
So the filter works. When I have some time later, I’ll check within Make to see how the behavior is different.
L
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