Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set slack reminder for private channel

Tags:

slack

I am able to set slack reminder using /remind #public-channel but for private channel there is no option.

like image 610
Pikachu-go Avatar asked Nov 02 '16 04:11

Pikachu-go


1 Answers

Found a solution for this. In case of a private-channel you can use slack inbuilt /remind command in following way:

/remind @channel every weekday at 2pm to start daily standup.

Here you can use either @here (to remind only online people) or @channel (remind everyone in the channel irrespective they are online).

This was a nifty trick I used with my private slack channel. Wont find it on slack documentation but it works.

like image 143
Pikachu-go Avatar answered Sep 22 '22 01:09

Pikachu-go