Collect email addresses from users with built-in format validation, ensuring proper structure. Ideal for user registration and contact forms in your chatbot agent.
The Email User Input Block is designed to collect email addresses from users while ensuring proper formatting. It provides built-in validation for email structure but does not verify if the email address exists or is active.
user@example.com
).User prompt:
“Please enter your email address.”
Behavior:
example@domain.com
).Example HTTP Request Configuration:
https://api.mailboxlayer.com/check?access_key=YOUR_API_KEY&email={{email_variable}}
GET
{{email_variable}}
with the variable storing the user’s email.Collect email addresses from users with built-in format validation, ensuring proper structure. Ideal for user registration and contact forms in your chatbot agent.
The Email User Input Block is designed to collect email addresses from users while ensuring proper formatting. It provides built-in validation for email structure but does not verify if the email address exists or is active.
user@example.com
).User prompt:
“Please enter your email address.”
Behavior:
example@domain.com
).Example HTTP Request Configuration:
https://api.mailboxlayer.com/check?access_key=YOUR_API_KEY&email={{email_variable}}
GET
{{email_variable}}
with the variable storing the user’s email.