This readme outlines the kinds of documentation available to build bots and integrate them with your platform.
- Prerequisites
- Definitions
- Getting Started with the ServisBOT Portal
- Bot Blueprints
- Building Bots with the CLI
- Debugging Conversations
Get Access to the Portal To get started, you will need a ServisBOT organization with an initial user. Contact your ServisBOT salesrep or account manager for initial account creation. We can help you find your admin, or get you into the system.
We strive to make sure our bots can reach your customers on all of the latest browser and mobile device platforms. ServisBOT is tested in the following desktop web browsers and mobile OS version. It may still work in other unsupported browsers. You can find our supported browsers here
Nodejs and CLI must be installed and run. You can verify NPM or Node installation by checking your version, anything higher than the versions listed here should work.
$ node -v
V8.3.x
$ npm -v
6.4.1
You can get started building bots through either the portal or CLI.
Happy bot building