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.
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
forHighlight 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 setlink_names=1
parameter, but Notification forHighlight Words
still does not work. See https://api.slack.com/methods/chat.postMessage forlink_names=1
.