Has anybody succeeded in sending verification email to new signup

Hello Adaloniens,

We are preparing a series of how to set up different features using Abracadalo APIs, our first video will be available very soon and will be about verification codes.

In the meantime, below you can find a quick explanation about how to set up verification code via sms and email.

For this we will use the Random API and the Notification API.

  1. Add a button to the screen
  2. Create the custom action for Random API ( you can watch our tutorial « Creating an API Request »
  3. Create the custom action for the Notifications API (you can watch our tutorial «[Notification API](Notification API Tutorial Notification API Tutorial - YouTube) »
    3.1. Go to the Abracadalo Dashboard under Email template and create your verification email template
  4. In the custom action of the Notification API under the input of the « verification code » variable select as magic text the results of the Random API
  5. Add to the screen a text box
  6. Add a link action and update logged in user action (in order to switch to true the boolean « Verified user?)
  7. Set the conditions in order to trigger the last 2 actions if the « text box field » = the result of the Random API ( you can also save the results of the random api in the user collection)

We hope that this will help you achieve your goal with ease!

If you have any questions do not hesitate to contact us!

4 Likes