My goal is to set up scenario that’s checking emails and automatically adds tasks to Nozbe based on message content. I have multiple clients working with and I want this scenario to tag tasks properly depending on client that message is coming from.
Example:
I’m receiving email from COMPANY1 >>> Message is interpreted by chapt gpt >>> max 3-word task is sent to Nozbe.
It works well when when I toggle scenario when there’s email in COMPANY1 folder on my gmail. But then I would have to create serparate scenario for all my clients.
I was trying to make it work in single scenario so I want to filter every email that’s dropping in my inbox.
So I want to set up router and multiple paths filtered by sender emails.
My main issue is that I can filter by single email (for example all emails kate@company1.com).
Is it possible to set up filter that can pass all emails sent from specific domain? Something that is possible in google filters - ( *@company1.com ). Then all emails from different people from same company are passed further.
Hope I’m clear with that.
Thanks!