All Questions
3 questions
1
vote
0
answers
555
views
hubot rocketchat broadcast notification
I'm trying to send broadcast notification in direct message via bot (bot repository):
const { driver } = require('@rocket.chat/sdk');
module.exports = (robot) => {
robot.respond(/notify/i, ...
4
votes
0
answers
458
views
Rocket Chat Hubot Adapter is not replying back
Hi i am running hubot with rocket chat. I have created another user "mybot" having bot role and used it and got connected successfully.
Below are my environment variables
export ROCKETCHAT_ROOM=''
...
2
votes
1
answer
2k
views
Hubot with Rocket.chat
I am trying to integrate Hubot with rocketchat and make Hubot talk with rocketchat.
The sources I am referring to are:
https://hubot.github.com/docs/
https://github.com/RocketChat/hubot-rocketchat
...