How to use Web Messenger in Native Apps

How to use Web Messenger in Native Apps

·       All native apps need to use WebView to open a web page that contains the script of the channel.

·       The web page can be done by the customer side by calling the script provided in the channel settings. You can find details in this article: How to Integrate Web Messenger. Alternatively, you can directly use our test URL. https://app.mindbehind.com/chatbot-test?channelId={{channelId}}

By using WebView customers can set parameters to window object to pass parameters to the bot. Related article: How to send Parameters from MindBehind

Additionally, you can add some global JavaScript codes that can manipulate the UI of the Web Messenger. Related article: How to Customize Web Messenger







    • Related Articles

    • Client Tokens for Web Chat Channels

      In Mindbehind Web chat channel, we are supporting three types of authentication, either anonymous, or through one-time code coming to the client's mobile phone as a SMS message, or through tokens in case the client already signed in your website and ...
    • How to Use Integration Action

      Action usage Use the integration action when you want to call an HTTP integration endpoint to achieve some custom business needs. You can process the parameters saved during the life cycle of the assistant, and either only store them out in some ...
    • How to Use the Integration Action for Non-developers

      Why do we need the Integration Action? Virtual assistants are there to provide information and guidance for the user. The knowledge of the assistants is, however, limited to the conversation itself. When virtual assistants are incapable of providing ...
    • How to Use Logic Action

      Action usage Logic action is used when there is a conditional flow depending on the value of parameters in the current state. And logic action can contain multiple conditional units but always will use the connection of the last conditional unit ...
    • How to Use Language Detection

      What is Language Detection Module for? This module is created for detecting the language of user input. It is possible to detect language and send the user to different flows according to the language of the input. How to use Language Detection ...