Skip to content
TriggerSlackReal-timeUpdated May 2026

How do I trigger on a Slack slash command?

Short answer: Drop the "SlackSlash Command Used" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Slack, not on a polling schedule.

Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
Slash Command Used
When the matching event happens
slash commanduser pushed messagemanual trigger from slacksend to workflow/zapier style pushmanual run from slack
What this trigger returns
for the curious

You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"raw": {},
"text": "weekly sales",
"command": "/run-report",
"user_id": "U0123",
"user_name": "alice",
"channel_id": "C0123",
"trigger_id": "12345.67890.abcdef",
"response_url": "https://hooks.slack.com/commands/..."
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
rawobject{ … }
textstring"weekly sales"
commandstring"/run-report"
user_idstring"U0123"
user_namestring"alice"
channel_idstring"C0123"
trigger_idstring"12345.67890.abcdef"
response_urlstring"https://hooks.slack.com/commands/..."
FAQ

Questions about Slash Command Used.

How does the Slash Command Used trigger work in Slack?
Fires when a user runs a configured slash command in Slack (e.g. /run-report). Use it as a manual trigger, letting Slack users kick off workflows on demand.
Is the Slash Command Used trigger real-time?
Yes. Slash Command Used uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Slack.
What data does Slash Command Used return?
The full event payload from Slack. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter Slash Command Used so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Slack admin permissions to use Slash Command Used?
For most Slack accounts a standard user can authorize the trigger. Some Slack plans require an admin to enable third-party webhooks. Check Slack's docs if the trigger fails to register.
More triggers

Other Slack triggers.

Build a workflow on this trigger.

One trigger. 45+ downstream actions. Zero glue.