Slack
Import channels, users, files & user groups from Slack
Category: Communication · Authentication: API key / token
Connecting your account
api.slack.com/apps → your app → OAuth & Permissions → Bot User OAuth Token (starts with xoxb-). Needs channels:read, users:read, files:read and usergroups:read scopes.
Credentials needed
| Field | Required | Notes |
|---|---|---|
| Access Token | Yes | |
| Signature Secret | No | The signature secret is used to verify the authenticity of requests sent by Slack. |
Available data to import
Once connected, choose from these resources when setting up an import:
| Resource | What it imports |
|---|---|
| Channels | All channels records |
| Users | All users records |
| Files | All files records |
| User groups | All user groups records |
| Starred items | All starred items records |
| Channel messages | All channel messages records (you'll be asked to pick a channel) |
| Channel members | All channel members records (you'll be asked to pick a channel) |
This page is generated from Brooked's connector definition for slack. Found an error? Open an issue or send a PR.