I am trying to see if it possible to map the gmail connection based on scenario data.
If the scenario can populate the :to, Subject, body, attachments based on the data triggers, can I also trigger what connection is used to send the email?
I am trying to see if it possible to map the gmail connection based on scenario data.
If the scenario can populate the :to, Subject, body, attachments based on the data triggers, can I also trigger what connection is used to send the email?
Welcome to the Make community!
You cannot dynamically select the connection, but you can use a Router module with a clone of the Gmail module and a different connection selected.
Use filters to determine which route should be taken.
So If I have X possible senders to the same email I need to clone it x times? I wonder why it cannot be dynamic as well.
The only other workaround I can think of is that all the senders are aliases of the main account.
For more information, see Send emails from a different address or alias - Gmail Help
There is a new feature that may solve this problem, but it’s available on Enterprise plans only.
https://www.make.com/en/help/connections/dynamic-connections
@Donald_Mitchell have you tried it?
Unfortunately, no, I don’t have Enterprise plan.