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 website block is designed to collect website URLs from a user and validate that the input is a valid URL.
This block helps ensure the chatbot receives a valid URL and can even fetch content from the provided website for further use in the conversation.
The "Variable Name" field is used to store the user's input, which is the website URL. This allows the bot to save the URL and use it for later steps.
By fetching content from the URL, your chatbot can instantly process the information on a webpage. This allows the bot to answer questions about the content or take further actions based on what it finds, all without the user leaving the chat.
You can store the URL by entering a name in the "Variable Name" field.
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, such as not being a valid URL.
Yes, the block is designed to automatically check if the provided URL is in a valid format.
The "Response Content" field is a variable where the bot will store the fetched content from the website URL provided by the user.
An invalid URL, such as "googlecom" or "www.example," would be rejected because it does not follow the standard URL format.
The variable name should only contain lowercase letters and underscores.
You need to provide a Variable Name to store the user's input and can optionally define a variable to store the fetched Response Content. You can also customize the Error Message for invalid inputs.
After you have filled in all the necessary fields, you can click submit to save the block.
If a customer's input does not meet the validation rules, the bot will display the error message you provided and will not proceed until a valid URL is entered.
You can find the website block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The website block will be available in the response section of the builder.
To find a video tutorial for the website 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-website-node-in-chatmaxima/
The block has built-in, automatic validation for website URLs, so you do not need to manually write any code or complex rules to ensure the input is in the correct format.
The content fetched from the URL is stored in the variable you specified in the "Response Content" field. You can then use this stored content for various purposes, such as analyzing the information or displaying it to the user.