Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set a reminder via the Slack API?

I'd like to be able to create messages that use the /remind slash command in Slack via an API (probably either with an incoming webhook or the web API.

When I post a message via the web API, however, the command just comes through like a "regular" message, for example, /remind me in 1 month to follow up with the Boss — it doesn't trigger an actual reminder.

Is there a way to set a reminder (or, more generally, use slash commands) programmatically in Slack?

like image 379
mstringer Avatar asked Jan 22 '16 06:01

mstringer


1 Answers

It looks like it was added recently to the API: https://api.slack.com/methods/reminders.add

like image 156
Vikram Bodicherla Avatar answered Sep 21 '22 21:09

Vikram Bodicherla