hubot-mattermost
hubot-mattermost copied to clipboard
A hubot adapter for Mattermost
I want to send Message Attachments to mattermost server from hubot i tried with res.send() and res.reply() but it's not working. https://docs.mattermost.com/developer/message-attachments.html?highlight=attachment how can i send it?
Hi everyone, I have followed all the steps but cannot get the bot working. I have 2 doubts. 1. what is MATTERMOST_ENDPOINT ?? would the value be /hubot/incoming for everyone?...
Hi, I running centos 7 and installed mattermost 4.8 and also installed hubot to connect with my mattemost, but I'm stuck on finding those variables to set and get access...
Thank you first of all for getting this bot ready. I followed the instructions as per the README but I am unable to get the bot working. Here are some...
The [list of hubot adapters in the hubot documentation](https://hubot.github.com/docs/adapters/) is being replaced with a link to a [GitHub topic search](https://github.com/search?q=topic%3Ahubot-adapter&type=Repositories). Add the `hubot-adapter` [topic](https://help.github.com/articles/classifying-your-repository-with-topics/) to your repository on GitHub to...
This adds support for slash commands by sending the name of the command to hubot (therefor the command name should match the hubot's `--name`). To use, add a Slash command...
Webhook set up, hubot can receive a webhook, but it does not send anything back. Using the example block ```coffee robot.hear /badger/i, (msg) -> msg.send 'badgers....' ``` I get no...
Hello, First of all, thank you for taking the time to make this integration for mattermost. I followed your guide twice from scratch but I can't seem to get it...
hubot help answers e.g.: `hubot set to % ["comments"] - Updates an issue and sets the percent done` is shown as: ``` hubot set to ``` same is true for...