Browse our comprehensive FAQ section to quickly find solutions, learn how to use ChatMaxima features, and get step-by-step guidance for setup, integrations, and support.
The email block is designed to allow users to enter their email addresses, which can then be used to follow up or store for future communication.
This block helps ensure that the email addresses collected are in a valid format, and it stores them in a variable so they can be reused throughout the chatbot's workflow.
The "Enter Variable Name" field is used to store the user's email input. This allows the chatbot to save the email address and use it for later steps.
Yes. By entering a variable name, you can save the user's email and reuse it in subsequent parts of the chatbot flow, such as in a confirmation message or for sending an email.
The block automatically validates the input to ensure it meets the standard rules for an email address, such as the presence of an "@" symbol and a domain.
If a customer's input does not meet the validation rules, the bot will display an error message and prompt the user to enter a valid email address.
Yes. The "Error Message" field allows you to provide a custom message that will be displayed when a user's input does not meet the validation rules.
The purpose of this field is to provide a clear and helpful message to the user, guiding them to provide a valid email address.
The email block is specialized for a single purpose: to validate and collect email addresses. Unlike the text block, it has built-in validation rules specific to email format, which saves you from having to set up custom rules.
An invalid email address, such as "test@.com" or "myemail," would be rejected because it does not follow the standard email format.
You need to provide a Variable Name to store the user's input and can customize the Error Message that appears for invalid entries.
The variable name should only contain lowercase letters and underscores.
After you have filled in the necessary fields, you can click submit to save the block.
You can find the email block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The email block will be available in the response section of the builder.
To find a video tutorial for the email block, navigate to Dashboard → Resources. In the dropdown menu, click on Video Tutorial, and then use the search bar to find the specific guide.
link: https://chatmaxima.com/video-tutorials/creating-a-response-email-node-in-chatmaxima/
The bot will display the error message you provided and will not proceed until a valid email address is entered.
The block has built-in, automatic validation for email addresses, so you do not need to manually write any code or complex rules to ensure the input is in the correct format.