Appearance
Busy ERP ChatBot Setup Guide
Follow these steps to configure and customize your Busy ERP ChatBot in the BMS portal.
Step 1: Configure Bot Settings
- Log in to the BMS Portal.
- Navigate to the menu labeled Bot Reply.
- Under this menu, locate and click on the Bot Setting button.
- After clicking Bot Setting, proceed to click on the ERP Config button.
- In the ERP Config section, locate the Keyword Input Field:
- Enter the keywords that will trigger the ERP Bot. You can use multiple keywords separated by commas (e.g.,
Hi, Hello, ETC
). - Add a welcome message keyword to initiate the chatbot's responses when triggered.
- Enter the keywords that will trigger the ERP Bot. You can use multiple keywords separated by commas (e.g.,
Step 2: Configure Response Options
In the configuration form from Step 1, find the Response Button JSON field.
Copy the JSON code below and paste it into the Text Input Box:
json{ "billbybill": "Bill By Bill, My Bills, bills", "ledger": "Ledger, Ladger, Statement" }
Once pasted, press the Save button to confirm.
Step 3: Customize JSON Fields (Optional)
If you wish to modify the response text, you can edit the following fields in the JSON code:
- title
- description
- footer
- displayText
Note: Do not edit any other fields in the JSON code, as this may disrupt functionality.
The footer text length in a WhatsApp Cloud API button message is limited to 60 characters
footer: A short line of text that appears at the bottom of a message template. It's an optional component and only supports text.
title: An optional component that supports text header type only. It's also limited to 60 characters.
displayText: A required component that supports a maximum of 20 characters.
description: A required component that supports a maximum of 4096 characters.