Skip to content

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

  1. Log in to the BMS Portal.
  2. Navigate to the menu labeled Bot Reply.
  3. Under this menu, locate and click on the Bot Setting button.
  4. After clicking Bot Setting, proceed to click on the ERP Config button.
  5. 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.

Step 2: Configure Response Options

  1. In the configuration form from Step 1, find the Response Button JSON field.

  2. 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"
     }
  3. 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.

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.

This feature is currently in Beta and available exclusively to testers.


Released under the MIT License.