Just a demo for Permabots.
Permabots is a Django App to build chat bots and connect then to your app APIs.
Repository: https://github.com/jlmadurga/permabots/
Official implementation: https://www.permabots.com
Permabots do not have dashboard (yet) you must create bots using the API or Django admin:
$ python manage.py createsuperuser
Grab token to use it with the API or manage all from admin.
Note
You can use swagger docs generated to use API <your_domain>/docs/
Permabots uses Django Site to generate webhooks. Set site domain through admin before start creating bots.