Skip to content

BOT Application Introduction

Bot applications are automated programs provided by the MosApp platform that interact with users through open APIs, supporting diverse scenarios from simple tasks to complex applications.

Creating and Configuring BOT Applications on the App

1. Steps to Create a BOT Application

  1. Enter the Creation Page
    In MosApp, tap "Settings" in the bottom navigation bar -> "Bot Applications" menu, then click the "Create New" button at the bottom to enter the Bot application creation interface.

  2. Set Application Name
    When naming your Bot application, it's recommended to choose a name that reflects your business scenario (users can find the application through MosApp's search tool). After creation, you can modify the name through the edit function.

  3. Add Application Description
    Add a brief description for your Bot application to help users quickly understand the core functionality and purpose of the application.

  4. Configure Webhook Address
    Configure the webhook address (serves as a bridge connecting MosApp and the Bot application server): MosApp will send user operations or messages to the Bot application server through this address; after implementing the webhook interface on the server side, you need to configure the corresponding https address here. If the webhook address is not ready during creation, you can supplement the configuration later through the edit function (see the "Bot Application Server Development" section for development guidelines).

  5. Associate Mini-App
    Associate a mini-app (only supports associating mini-apps created by yourself): If you haven't created a mini-app yet, you can skip this association; you can associate it later when needed.

  6. Get Application Token
    After the Bot application is created, enter the edit page to view the system-generated token. Please keep this token secure (it is the unique credential for sending messages to MosApp). If it gets leaked, you can reset it through the edit page.