Give your team a simple way to run internal actions from Slack. Teammates type a command and the request is routed to the right n8n workflow, with clear replies and optional threads in a shared channel. This fits common IT and operations needs like user changes, data checks, or on demand jobs.
A secure webhook receives the Slack command. The flow validates the token and signing secret, parses the text, and looks up a command map set in a config node. When a thread is needed, it opens a thread in a chosen alerts channel and shares a direct link to the exact execution for fast support. It then forwards the request with thread details to a target sub workflow using Execute Workflow Trigger. Help and Unknown paths reply to Slack using the response_url so users always get feedback.
Setup needs a Slack app with a slash command, a bot token, and the signing secret. You can also connect PostgreSQL for data actions. Map each command name to a workflow id and choose if it should start a Slack thread. Expect faster responses, fewer handoffs, and a clear audit trail in channels for each request.