Email Verification
Send a code to your users' email upon signup which they will put into your app to verify their email.
Last updated
Was this helpful?
Send a code to your users' email upon signup which they will put into your app to verify their email.
Last updated
Was this helpful?
Updated tutorial coming soon!
3. Open a new tab in your browser and open up your Adalo app in the Adalo editor
4. Under the "Click Actions" for the button, select Custom Action
5. Give your action a name, such as "Send Email Verification Code"
6. Select the Create option from the dropdown below the Title field, then click Next
7. Copy the following URL and paste it into the Base URL field of the Custom Action
8. Set the "Method" dropdown to POST
9. Add a query parameter called Content-Type with the value application/json
10. Add another query parameter called api_key with your Adastacks API Key as the value
11. Add Inputs to hold your data for the new Custom Action (You can name these whatever you like, but below are some suggestions)
Suggested Input Name
Input Type
Suggested Input Value
Email Subject
Text
Testing, Testing, 1, 2, 3!
From Email
Text
⚠️ This must be an email you have verified with Adastacks
To Email
Text
⚠️ This must be a legitimate email or the email will bounce
Website URL
Text
For testing, you can use any URL here
Logo Storage URL
Text
This must be a publicly accessible link to an image file (.png or .jpg is preferred)
Greeting
Text
Hello Adastacks Friend!
Instructions
Text
Below you will find the code for logging in!
Code
Text
12345
Optional Instructions
Text
Please join us for virtual tea and crumpits later!
Salutation
Text
Thanks!
Signature
Text
Your Adastacks Friends
Company Name
Text
For testing, you can use your app or company name
Company Tagline
Text
For testing, you can put any tagline here
12. Replace the capitalized text in the URL with the Inputs you just made using the Magic Text button in the top right of the URL field.
13. Run the test request. (See the success screenshot below)
14. Save the custom action and use it in all of your Adalo apps.
1. Login to and navigate to your dashboard (we'll need this for your API Key in a minute)
2. ⚠️ Be sure that you have added and verified at least one email to send from on your Adastacks dashboard. You can learn more about verifying email addresses .
Adastacks uses to verify your sending addresses. You will receive an email from Postmark asking you to verify that you want to give Adastacks permission to use your email to send from.