The Email input node allows you to ask your user for an email. It will check if it is properly formatted.

The retry message will be displayed whenever Evallo 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.