Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/en/references/auth-providers/slack/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ The `conversations.history` and `conversations.replies` endpoints are now limite
- If you plan to use the [Arcade Slack MCP Server](/resources/integrations/social/slack), select the scopes below (include additional scopes for your application's authorization needs or custom tools, in any):
- `channels:history`
- `channels:read`
- `channels:write.invites`
- `chat:write`
- `groups:read`
- `groups:history`
- `groups:write`
- `groups:write.invites`
- `im:history`
- `im:read`
- `im:write`
Expand All @@ -60,6 +61,7 @@ The `conversations.history` and `conversations.replies` endpoints are now limite
- `mpim:write`
- `users:read`
- `users:read.email`
- Add all of the scopes above under **User Token Scopes**, not Bot Token Scopes. Arcade requests Slack credentials as user tokens, so scopes declared only for a bot token are never granted.
- Set the redirect URL to the redirect URL generated by Arcade (see below)
- Copy the client ID and client secret

Expand Down
Loading