SignetStudios / slackbot-uno

MIT License
4 stars 5 forks source link

Users should be force mentioned when it's their turn #34

Open caschw opened 7 years ago

caschw commented 7 years ago

When it becomes a user's turn, many people are available during their quiet hours. Have the bot notify them!

kingofzeal commented 7 years ago

Crossing some of the API docs, it looks like messages only force a notification if they're marked as 'urgent' (https://get.slack.help/hc/en-us/articles/214908388-Do-Not-Disturb-and-snooze-settings), but the messaging API doesn't seem to support marking messages as such (https://api.slack.com/methods/chat.postMessage).

A couple possible alternatives:

kingofzeal commented 7 years ago

So, I can't see any way of marking the announcement as urgent.

Any thoughts on the remaining alternatives?