Is it possible to send an email containing a link?
Context: I have a web application with a button to send emails. I would like to pass a link through this email.
On the other hand, I have a mobile application that uses the information from the web application.
So, the goal is the following: The email will be sent with a link. When the user receives the email, he/she will click on the link and the mobile application will launch.
It’s like some link that “redirects” you to the application.
Do you know if this is possible? If so, do you have any documentation?
Yes this is absolutely doable in Adalo, you’ll need to use email templates for example Abracadalo.com or mailjet.com to achieve the email template and for the redirection you’ll need to use some deeplinking stuff which are also possible in Adalo
For abracadalo and mailjet we’re talking about external websites, and deep linking is component connected to API unfortunately there is no documentation
My goal is the following : I want to send a email including a link. When the user receive the email, he click on the link which is actually a deeplinking.
More precisely, when the user click on the link, he have two possibilities :
The user has never installed the app, so the link redirects it to the application on the play store
The user has already installed the app, so the link open the app on his mobile
You can take this link and add it to the email template, or you can save it in a database and create a variable in the email template in order to auto-populate it with the link from the database.