Hi Community!
I wanted to know how you guys integrate your chatbot into your mobile application? Is there any opensource component that I could reuse in my App?
Any ideas are most welcome (especially for Android platform).
Thanks
Hi Community!
I wanted to know how you guys integrate your chatbot into your mobile application? Is there any opensource component that I could reuse in my App?
Any ideas are most welcome (especially for Android platform).
Thanks
Unfortunately I don’t know of such a component but I’m also wondering if you even need one. With the REST or websocket channels it should be fairly easy to hook up your applications.
You could integrate botfront’s js implementation into your app or just do it manually using rest input channel like @Tobias_Wochinger already suggested. For that, you just have to implement a wget https request in your app, which will receive a json response with all the data you need to implement into your own frontend