I am using the hubot-glip adapter to build a chatbot. Based on tutorials provided on hubot and https://github.com/tylerlong/hubot-glip, I have
- Confirmed that the hubot runs locally on my machine using .inhubot
- used heroku CLI to push app to heroku, and added heroku config variables using heroku config:set HUBOT_GLIP_APPKEY=BXy.... etc. All four variables in the link above were added
- Signed up for a ring central developer account and created a new project app. Now have access to client key and secret.
- The tutorial in https://ringcentral-tutorials.github.io/botkit-watson-bot-nodejs-demo/#5 was not very detailed, and also uses the botkit adapter (and not hubot), so I Was not able to follow along
What are my next steps? I want to chat with my bot that is running on Heroku by adding the bot to the Glip UI; how do I do this?
Running .inhubot -a glip locally gives me:
ERROR No saved token detected. You need to add the bot to Glip first.
Where do I add this token? And what token do I add - the ringcentral API key and secret?
Your help will be greatly appreciated.
Thanks,
Shreyas