Comment on page
Bot FAQs
Our comprehensive FAQs cover all aspects of Bot Management to help you create, deploy, and optimize your chatbots with ease.
"Action on Invalid Response" phrase refers to action taken when a bot-flow encounters an invalid or unexpected response from a user. Let's define each of the options:
- 1.End the Flow:
If the system encounters an invalid response, it will terminate or stop the current bot-flow.
- 2.Skip the Question:
In this case, if the system receives an invalid response to a particular question, it will simply move on to the next question or step in the flow.
- 3.Proceed to Fallback:
Fallback refers to an alternative or backup plan. If an invalid response is encountered, the system might have a predefined fallback mechanism or a default action to take. This could involve providing a default answer, asking a predefined follow-up question, or taking another predetermined action to keep the interaction or moving forward.
Payload is the unique ID given to each intent/option button created for the Bot flow. Button payloads are used in scenarios when the option keyword may be repetitive or similar in nature. Types of Payload in Gallabox:
- Intent Payload to link bot flows.
- Button Payload to link cards within a flow.

Ask Question Cards wait for some seconds for user response but Send Message Cards don't wait for user's response.
Ask Question Cards can be further linked to multiple cards depending on the options whereas the Send Message Cards can be further linked to one card.
Yes, you can store user replies in variables for every Ask Card. Gallabox Variables are of two types:
- Pre-existing data variables - these variables are available for the bot to use through customer contact information or field collection metrics. Eg: {{contact.name}}
- Acquired data variables - these variables can be a response generated by the customer within the bot flow. Please note that these variables can only be used while collecting customer data in a conversational bot flow. Eg: {{response.email}}
Yes, you can integrate your bot flow with your CRM using the 'Connectors' Nodes. At present, we have Zoho, Leadsquared, Sangam, HubSpot connectors. You can also use API Call Connector to Integrate any third - party CRM.
Gallabox offers a helpful feature called "Nudge" to prevent users from dropping off the bot. If a user doesn't respond, enabling the nudge feature proactively engages the customer before they're disconnected from the bot.
Session logs are comparable to a diary for your bot, helping you understand user behavior and engagement. By analyzing session logs, you can pinpoint where users might be dropping off in the bot flow and assess the number of users who successfully complete interactions.
Last modified 13d ago