Connecting
In the dashboard, open Connectors, find Slack and press Connect. The key you enter is checked against Slack before anything is saved, so a key that is refused never becomes a connection that fails later.What you will need
Getting the credential
- Go to Slack API Apps
- Click Create New App → From scratch
- Name your app and select your workspace
- Go to OAuth & Permissions in the sidebar
- Add Bot Token Scopes (see required scopes below)
- Click Install to Workspace and authorize
- Copy the Bot User OAuth Token (starts with
xoxb-)
Notes
- The bot token needs scopes to match what you ask for:
chat:writeto post,channels:readandchannels:historyto read,users:readfor members. A missing scope reads asmissing_scope. - The bot must be invited to a private channel before it can see it.
- Tier 1 methods: 1+ requests per minute
- Tier 2 methods: 20+ requests per minute
- Tier 3 methods: 50+ requests per minute
- Tier 4 methods: 100+ requests per minute