Coordinate messages, threads, reactions, channels, and users while AgentRuntime keeps the workflow state.
- 8
- Slack actions
- API + webhook
- Workflow starts
Use Slack as the human coordination surface for durable AgentRuntime workflows: discover accessible channels and users, read conversation context, post messages, reply in threads, and add reactions.
Coordinate messages, threads, reactions, channels, and users while AgentRuntime keeps the workflow state.
Connect Slack with other workflow systems through AgentRuntime instead of wiring each service directly.
List channels and users, read message context, post updates, reply in threads, and add reactions. Available actions depend on the token scopes and workspace access you provide.
List public and private channels available to the token or a configured channel allowlist.
slack_list_channelsGet recent messages from an accessible Slack channel.
slack_get_channel_historyGet the messages and replies attached to a Slack thread.
slack_get_thread_repliesList workspace users with basic profile information.
slack_get_usersGet detailed profile information for a Slack user.
slack_get_user_profilePost a new message to a channel or direct message.
slack_post_messagePost a reply beneath an existing Slack message.
slack_reply_to_threadAdd an emoji reaction to an existing message.
slack_add_reactionThe incident-response blueprint uses Slack to post the incident message, keep updates in its thread, read replies, and record acknowledgements while AgentRuntime retains workflow state.
Explore the incident path →The connector accepts a Slack bot or user OAuth token (xoxb- or xoxp-). Required scopes depend on the methods used. Start the workflow from AgentRuntime or an external alert, then use Slack for conversation context, coordination, and updates.
Common scopes are shown for planning. Private-channel and direct-message patterns can require additional access. Match the final scopes to the actions selected for the workflow.
channels:readchannels:historychat:writeusers:readreactions:writeslack_api_tokenRequiredslack_team_idConditionalslack_channel_idsOptionalslack_api_baseOptionalBring the target channels, required actions, token model, scopes, and human decision points. We will map them into a governed execution path.