I am looking for a way to get a welcome email to fire that is fully customisable when users created an account.
Ideally I want a way to trigger a webhook response that I can then put into make and build out a scenario (so I can then use mailchimp/send in blue transactional emails).
I can see there is a way to trigger an automation in airtable to send an email but these emails are not fully customisable and have airtable branding. How to send an automated email | Airtable Support
I think I have actually found a solution that will although not in real time - I can start my scenario with ‘watch records’ and get it to scan for any new users in a certain time frame (although yet to build and test).
There are a couple of challenges I can think of with this approach, and there are probably more I haven’t thought of:
You’ll need to have a way to know when to run that script, and to keep track of the fact that you have run it so you don’t run it a second time.
Since you are calling a webhook from JavaScript, there is the risk that your webhook URL could get spammed.
I can think of some possibilities for addressing each of these, but I don’t have anything iron-clad. Let me know if this approach seems to you like it’s worth pursuing.
Having said this, the scenario is currently only triggered once an hour as every trigger counts towards my Make Operations. I’d love for it to be more instant (e.g. within 5 min) without having to trigger the scenario every 5 minutes.
Definitely going to explore the Airtable-Make integration, and liking @dcoletta’s idea of the custom code block to trigger the Webhook too.
Oh interesting, is that from the Youtube video I posted? I take it you have paid for airtable to get the script functionality? I am yet to try it but still deciding on the best outcome so any extra information is welcome