provider reminders POST /reminders.add
@utdk/slack /reminders.add
reminders_add
Creates a reminder.
token header required
Authentication token. Requires scope: `reminders:write`
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

remindersAdd
POST/reminders.add
Creates a reminder.

Input

required

The content of the reminder

required

When this reminder should happen: the Unix timestamp (up to five years from now), the number of seconds until the reminder (if within 24 hours), or a natural language description (Ex. "in 15 minutes," or "every Thursday")

The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.remindersAdd()