Slack
Connect a Slack bot to your Pawz agents.Setup
- Go to api.slack.com/apps and create a new app
- Under OAuth & Permissions, add bot token scopes:
chat:writechannels:historyim:historyim:readim:write
- Install the app to your workspace
- Copy the Bot User OAuth Token (starts with
xoxb-) - In Pawz, go to Settings → Channels
- Select Slack
- Paste your bot token
- Start the channel
Configuration
| Field | Required | Description |
|---|---|---|
| Bot token | Yes | xoxb- token from Slack |
| DM policy | Yes | Who can message the bot |
| Allowed users | For allowlist | Slack usernames |
Features
- DMs and channel mentions
- Per-user sessions with memory
- Prompt injection scanning
- Agent routing via channel routing rules
- Thread support
Routing
Route Slack channels or users to specific agents:- Channel ID filter — route messages from specific Slack channels (use the channel ID, not the name)
- User filter — route messages from specific Slack users
Tips
- Invite the bot to channels where you want it to respond:
/invite @YourBot - The bot responds when mentioned (
@YourBot) or in DMs - Use the Slack skill separately if you want agents to proactively send messages

