sowawa / fluent-plugin-slack

132 stars 52 forks source link

Support Slackbot Remote Control #14

Closed sonots closed 9 years ago

sonots commented 9 years ago

Added Slackbot Remote Control support https://api.slack.com/slackbot

Slackbot Remote Control is useful because this is the only way to enable Desktop Notification for Highlight Words from BOT. I noticed that we can not send notification from Incomig Webhook or Web API.

(I asked to slack.com, and I was told as Desktop Notification from Incoming Webhook and Web API is not supported currently)

EDIT: I found that Desktop Notification for Mentioning works from Incoming Webhook and Web API if I set link_names=1 parameter, but Notification for Highlight Words still does not work. See https://api.slack.com/methods/chat.postMessage for link_names=1.

sonots commented 9 years ago

Let me merge

sonots commented 9 years ago

v0.5.5 released