RingCentral Glip with botbuilder demos
- Node.js > 8
- Ngrok to create a secure tunnel to local host
- RingCentral developer free account to create a new app with platform type -"Server/bot"
$ git clone https://github.com/dibyenduroy/botbuilder-glip-newsbot
$ cd botbuilder-glip-demos
$ yarn install
$ ngrok http 3978
And you will get a ngrok domain, such as https://981c576d.ngrok.io
. Use this as glip bot server url.
GLIP_API_SERVER=https://platform.devtest.ringcentral.com
GLIP_CLIENT_ID=YOUR_RINGCENTRAL_BOT_APP_ID
GLIP_CLIENT_SECRET=YOUR_RINGCENTRAL_BOT_APP_SECRET
GLIP_BOT_SERVER=YOUR_GLIP_BOT_SERVER
GLIP_BOT_VERIFICATION_TOKEN=YOUR_GLIP_BOT_VERIFICATION
LUIS_MODEL_URL=YOUR_LUIS_MODEL_URL
$ node index.js
Add bot to your glip with Add to Glip
button in your bot page.