S
Agentic Workflows
Slack Workspace Agentic Workflows
4 workflows — multi-step AI automation tools for coding agents on Slack Workspace.
Available free v1.0.0 Browser
$
sidebutton install slack Slack Workspace agentic workflows
4 Browser: Post Message slack_browser_post_message
Navigate to a Slack channel, type a message, and send it
Inputs
-
channel· string -
message· string
Steps
7
Click an elementbrowser keyNavigate to a URLCapture page snapshotType into a fieldWait
Browser: Read Channel slack_browser_read_channel
Navigate to a Slack channel and snapshot recent messages
Inputs
-
channel· string
Steps
3
Navigate to a URLCapture page snapshotWait
Respond to Message slack_respond
Generates a contextual response to a Slack message. Pure utility — the response tone and content are shaped by the injected role context.
Inputs
-
message· stringThe message to respond to -
reporter· string · defaultUserWho sent the message -
channel· string · defaultgeneralSource channel
Steps
2
control stopllm generate
Triage Message slack_triage
Understands a Slack message and decides what to do. The LLM picks an action based on role context — SE might create a ticket, Sales might just respond. Zero hardcoded branching.
Inputs
-
message· stringThe Slack message to triage -
channel· string · defaultengineeringSlack channel where the message was posted -
reporter· string · defaultUserName of the person who posted the message -
jira_project· stringJira project key for ticket creation (e.g. SB, ENG)
Steps
4
control stopAsk an LLM to classify inputllm decideworkflow call