Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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, ...
Potato's user avatar
  • 477
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='' ...
jitendra rajput's user avatar
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 ...
Padma Channal's user avatar