The post asks if there is a way to capture specific keywords that can trigger a flow regardless of the current node in a chatbot. Community members suggest using a condition block to check if the user's message matches the keyword "start ai", and then jumping to a specific node in the flow. One community member mentions they would like to implement this feature, and another shares a link to a related issue on a project called Typebot.io.
Is there a way to capture specific keywords that can trigger a flow regardless of the current node? For example, if the chatbot is currently at group ID 1234 and the user's next message is a specific keyword like "start ai," can the flow capture this keyword and directly jump to a specific node, bypassing the subsequent nodes in the flow?