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 Trigger block is the starting point of your bot's conversation flow. It defines the first action or message that your chatbot will send to a user when a specific condition is met.
It's essential for creating clear entry points for your bot. It ensures your bot responds to the user's initial message with a relevant reply, guiding them into the correct conversation path.
This field allows you to choose how your bot will "listen" for a user's initial message. You can select a method that is very specific or one that is more flexible.
There are three types of triggers you can choose from: "Exact Match," "Any one of the Terms," and "Starts With."
"Exact Match" requires the user's message to be precisely the same as the keyword you specify. For example, if the keyword is "Hello," the bot will only trigger if the user types exactly "Hello."
You should use this type for simple, direct commands or keywords where you need a very precise response, like "pricing" or "contact info."
With "Any one of the Terms," the bot will be triggered if the user's message contains any of the keywords from your list. For example, if your keywords are "hi," "hello," and "greetings," the bot will respond to any of those terms.
This is a good choice for common greetings or for topics with multiple keywords, allowing for a more flexible and natural conversation start.
The "Starts With" trigger fires if the user's message begins with the keyword you specify. For example, if the keyword is "How," the bot will trigger on "How are you?" or "How do I sign up?"
This is useful for general questions or commands, like "I want to..." or "Help me with..."
This is where you type in the specific keyword or list of keywords that your bot will use to identify the user's input and start the conversation.
After you have selected your trigger type and entered your keyword(s), you must click submit to save and activate the trigger.
You can find the Trigger block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The Trigger block is the first block available on the canvas.
You can find the video tutorial at: https://chatmaxima.com/video-tutorials/creating-a-sequence-trigger-node-in-chatmaxima/
Yes. You can have multiple trigger blocks, each with different keywords and logic, to guide users down different conversation paths from the very beginning.