Email

Collect and validate email addresses from your users

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

Flow View:

Email input in flow

Bot View:

Email input in bot

The retry message will be displayed whenever Zapbot detected 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 an HTTP request block and call an email validation service API.