- Integrations
- /
- Slack
- /
- Triggers
- /
- App Mentioned
TriggerSlackReal-timeUpdated May 2026
How do I trigger when my Slack app is @-mentioned?
Short answer: Drop the "Slack → App Mentioned" 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
App Mentioned
When the matching event happens
new app mentionedwhen app mentionedwatch for app mentionedon app mentionedwhen your slack app is mentioned in a message
What this trigger returns
for the curiousYou 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": {"type": "event_callback","event": {"ts": "1712835600.000100","text": "<@U_BOT> help me with something","type": "app_mention","user": "U0123DEF","channel": "C0123ABC","event_ts": "1712835600.000100"},"token": "verification_token","team_id": "T1234567890","event_id": "Ev1234567890","api_app_id": "A1234567890","event_time": 1712835600},"text": "help me with something","user": "U0123DEF","channel": "C0123ABC"}
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.
| Field | Type | Example |
|---|---|---|
| raw | object | { … } |
| raw.type | string | "event_callback" |
| raw.event | object | { … } |
| raw.event.ts | string | "1712835600.000100" |
| raw.event.text | string | "<@U_BOT> help me with something" |
| raw.event.type | string | "app_mention" |
| raw.event.user | string | "U0123DEF" |
| raw.event.channel | string | "C0123ABC" |
| raw.event.event_ts | string | "1712835600.000100" |
| text | string | "help me with something" |
| user | string | "U0123DEF" |
| channel | string | "C0123ABC" |
Pairs with
Drop these actions after App Mentioned.
FAQ
Questions about App Mentioned.
How does the App Mentioned trigger work in Slack?
Fires when your Slack app is mentioned in a message. The standard hook for chatbots that answer when summoned with @your-app.
Is the App Mentioned trigger real-time?
Yes. App Mentioned uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Slack.
What data does App Mentioned 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 App Mentioned 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 App Mentioned?
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.
Trigger
App Home Opened
Fires when a user opens your Slack app's Home tab or DM. Useful for refreshing the Home view, lazy-loading user-specific data, or tracking app engagement.
TriggerNew Channel
Fires when a new Slack channel is created in the workspace. Useful for auto-adding the bot, welcome messages, or governance audit logs.
TriggerCustom Emoji Changed
Fires when a custom emoji is added, removed, or renamed in your Slack workspace. Use the subtype output to differentiate (add / remove / rename).
TriggerFile Made Public
Fires when a file is made public via "Get a public link". Use it to audit external sharing or to kick off DLP/security flows.
TriggerFile Shared
Fires when a file is shared in Slack. Use to mirror files to S3/Drive for backup, virus-scan, or to OCR receipts.
Build a workflow on this trigger.
One trigger. 45+ downstream actions. Zero glue.