add_reminder
Set a Slack reminder by providing the reminder text and when to trigger it. Accepts natural language times such as 'tomorrow at 9am' or Unix timestamps.
Instructions
Create a reminder for the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Reminder message text | |
| time | Yes | When to remind — Unix timestamp or natural language (e.g., 'in 30 minutes', 'tomorrow at 9am') |