Slack Module
Build Slack bots and automated responders with BPMN — channel messaging, threads, and Block Kit.
Workflow Engine V 1.0.0Description
What this does
The Slack Module lets your workflows interact with Slack workspaces. Incoming messages create or continue Sessions on the SlackChannel Channel, and the engine routes Start, Output, Input, End, and rich Block Kit operations through Slack-specific handlers.
Session identity can be scoped per channel, per thread, or per user — so you can build focused thread-based conversations or broader channel-wide bots using the same BPMN editor you use for chat and voice.
What you can build
- Threaded support bots that reply in-context using
SlackInputandSlackOutput - Interactive approval flows with rich UI via
SlackBlockMessage(Slack Block Kit) - Auto-responders that start on incoming messages with
SlackStartand clean up withSlackEnd - Multi-step conversational workflows scoped per-thread or per-user
- Cross-channel notifications driven by other modules in the same Process
See the setup guide for configuration and full task reference.