Aug 04, 2020 10:51 PM
I have a dropdown menu, and I want to automatically send a third party an email based on the person’s response. For example, if they choose option 1, I want to send an email to example@gmail.com. If they choose option 2, I want to send an email to example@hotmail.com, etc. Is there a way to do this? Thanks.
Solved! Go to Solution.
Aug 05, 2020 01:43 PM
If you don’t want to use a third party, and have a Pro account, you could try using an automation. If you set up a view with a filter for Dropdown = "option 1"
, and upon a record entering that view, Airtable can send an email to a given address.
If you have several alternate emails, as opposed to setting up a new automation for each email you could pass the dropdown value into a script first, and let the script decide which email address to send an email to.
Aug 05, 2020 09:01 AM
Any automations, including this one, can be done with Integromat or Zapier.
Note that Integromat is the far superior platform — it is way more powerful, way less expensive, and has way more functionality than Zapier. And for your needs, Integromat is absolutely the best choice, since you don’t need to jump through any hoops to get it to recognize the same record more than once. (However, Zapier does natively support more 3rd-party apps than Integromat at this moment.)
Aug 05, 2020 01:43 PM
If you don’t want to use a third party, and have a Pro account, you could try using an automation. If you set up a view with a filter for Dropdown = "option 1"
, and upon a record entering that view, Airtable can send an email to a given address.
If you have several alternate emails, as opposed to setting up a new automation for each email you could pass the dropdown value into a script first, and let the script decide which email address to send an email to.