What is your goal?
Hi Makers,
I have a scenario set up like this:
Webhook β Google Sheets β Router β 3 Gmail modules
Each Gmail module should send an email to a different department (Housing, Food, Senior Services) based on a department or call_intent field coming from the webhook.
My questions:
What is the best way to configure the Router filters so only ONE Gmail module triggers per call?
Should I use separate Gmail connections for each department?
Or is it better practice to use ONE Gmail module and dynamically map the βToβ field based on department?
I want to make sure the routing is clean and that emails only go to the correct department.
Thank you!
What is the problem & what have you tried?
I am trying to route incoming webhook data to different Gmail modules based on a department or call_intent field.
My scenario:
Webhook β Google Sheets β Router β 3 Gmail modules (Housing, Food, Senior Services)
The issue is:
β’ I want to make sure only ONE Gmail module triggers per call
β’ I am unsure if I should use separate Gmail connections or one Gmail module with a dynamic βToβ field
β’ I am not fully confident my Router filters are set up correctly
Right now I am using Router filters with conditions like:
department = Housing
department = Food
department = Senior Services
But I am not sure if I should be using βcontainsβ instead of βequals,β or combining filters with OR conditions for better reliability.
I have not received an error, but I want to confirm best practice before deploying this live.
