95

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

Ivan Aracki
  • 4,861
  • 11
  • 59
  • 73
Pikachu-go
  • 3,058
  • 4
  • 20
  • 27
  • Yes, unfortunately that is true. You may want to check out some of the many Slack apps for an alternative that also works in private channels – Erik Kalkoken Nov 03 '16 at 12:04

4 Answers4

144

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.

Ryan Taylor
  • 8,740
  • 15
  • 65
  • 98
Pikachu-go
  • 3,058
  • 4
  • 20
  • 27
81

I was able to set the reminder for the private channel by treating the name as a public channel as such :

Channel name : @private-channel

/remind #private-channel at 9AM every weekday to Start standup

Using #private-channel did not show the channel as an option in the list, but after submitting the reminder, it works

Toodoo
  • 8,570
  • 6
  • 35
  • 58
egervais7
  • 891
  • 7
  • 6
  • 2
    `#` prefix matters I think – twamley Mar 06 '18 at 19:06
  • 3
    This answer is the correct one. It still works the normal way - it just looks like it's not going to because it doesn't appear in the channel list as you type. – Tim Malone Sep 13 '19 at 06:51
  • 2
    correct, private channel names wont pop up as you type because it's private, which is smart since it prevents non-members from seeing the group name exists, such as #private-things-we-hate-about-the-boss ;) – jpw Feb 02 '20 at 18:05
  • Any idea about how can we remove `Reminder:` prefix from the output of the reminder? – shubham rajput Jun 30 '20 at 14:06
0

Try the following in the private channel: /remind @here to “send cost report” at 9AM every weekday

0

You can use Slack workflows to post a scheduled message in a private channel. Start by tapping the lightning icon and search for "Create a workflow". It's straightforward from there

Youval Vaknin
  • 611
  • 6
  • 11