Slack: Create Reminder logo

Catalog action Integrations slack

Create a reminder in Slack via native OAuth integration. Supports natural language time expressions and Unix timestamps. Ideal for: follow-up tasks, scheduled alerts, deadline reminders, timed notifications.

At a Glance

FieldValue
Action IDslack-create-reminder
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, notification, write

Payload Schema

FieldTypeRequiredDescription
textstringYesReminder text content
timestringYesWhen to trigger: Unix timestamp, or natural language like 'in 5 minutes', 'tomorrow at 9am'
userstringNoUser ID to create the reminder for (defaults to authenticated user)

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-create-reminder", "payload": { "text": "Workflow completed", "time": "example-time" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I