Send email verification link method
With "Send email verification link" method, you can implement email verification in your application.
This method will send a verify link to the user email and after user go to that link, you will need to call "Verify email" method to verify the email.
NOTE
To use this method, you will need to enable authentication in the App configuration
Parameters
- Email: This is a required function field where you can return user's submitted email.
- Redirect url: This is a required function field where you can return the url of the page in which you plan to redirect user from email.