I would like to have a form filled out on my app to be sent to an email address. It’s a “Request call back” form, so when the user fills it in and submits it, I receive an email with the info from the form.
The easiest way to do it would be with Custom Actions. You need to sign-up on some transactional email provider platform, something like SendInBlue or SendGrid, and then create a custom action for “Form Submit” button.
I would recommend reading this help section: Accessing your Record ID - Adalo Resources
I will have a look again - what I have taken from those two platforms is that I can only use it to send the subscriber / customer an email and the other way around like I would like to.
Will reply on here when I get it or if I’m still struggling.
So I figured it out…
I first created a webviewer screen in my project, then used Integromat with Webhooks (whose url I used for the weviewer) and Mailgun.
I integrated Webhooks in integromat and then linked mailgun with the webhooks.
So when someone fills out the form, it triggers the webhooks in integromat and then sends the info to my specified email address with Mailgun.
It’s actually much easier than it sounds and you may think it is.
I literally came right with SendinBlue about 30 minutes ago, to send transactional emails for the call back request button… so I already scrapped the Integromat method lol…
I am still using integromat with Mailgun where I need to receive photos via email (I receive them via url code) but I believe I can do it in a simpler manner without Integromat and Mailgun, But I am still on the hunt for the solution.