Slack
Delivery: Official add-on. Slack connects Fased to a hosted workspace through a Slack app. Fased supports Socket Mode and HTTP Events API mode, then applies the same pairing, allowlist, mention, and task ownership rules as other channels. Status: supported for DMs and channels. Socket Mode is the recommended default.Pairing
DMs can start in pairing mode.
Groups
Channel mention and sender policy.
Slash commands
Command behavior and catalog.
Quick setup
Socket Mode avoids public inbound exposure.- Open Agents > selected Agent > Channels > Slack and click Install. Restart the Gateway when prompted.
- Create a Slack app.
- Enable Socket Mode.
- Create an App Token with
connections:write. - Install the app and copy the Bot Token.
- Subscribe to message, mention, reaction, and membership events you need.
- Return to Agent > Channels > Slack.
- Paste App Token and Bot Token, choose Socket Mode, and save.
Slack app checklist
Typical bot events:app_mentionmessage.channelsmessage.groupsmessage.immessage.mpimreaction_addedreaction_removed
Access model
Runtime behavior
- Socket Mode keeps a private outbound connection to Slack.
- HTTP mode accepts Slack events at the configured endpoint.
- Threads keep route/session context.
- Slash commands share the normal command authorization path.
- Task commands create Agent-owned Tasks.