Email Input Block
The Email input block allows you to ask your user for an email. It will check if it is properly formatted.
✉️
Configure your Email block in the Indite editor to capture properly formatted email inputs seamlessly!
Flow Editor
Bot Preview
The retry message will be displayed whenever Bot detects that the email is not properly formatted.
It won't check if the email address is valid. To do that, you will have to trigger a HTTP request block and call an email validation service API.
🔧
Use an HTTP request block to validate email addresses via an external API for enhanced accuracy.

