Authenticate users by sending an OTP via email before allowing them to modify their profile data. Once the user submits the form, the data is automatically updated in Airtable.
This template consists of:
- A form with 3 steps. The first requests the email, the second asks for the temporary code (OTP), and the third allows the user to modify their data.
- 3 flows connected to it. The first generates and sends the OTP, the second verifies it, and the third updates the data in Airtable.
To configure it you will only need:
- The Airtable account where you store user data.
- An email sending service. A native action is available for testing purposes but you will need to replace it with a service like Mailjet or SendGrid.