diff --git a/app/en/references/auth-providers/slack/page.mdx b/app/en/references/auth-providers/slack/page.mdx index 07b492133..5c44a3122 100644 --- a/app/en/references/auth-providers/slack/page.mdx +++ b/app/en/references/auth-providers/slack/page.mdx @@ -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` @@ -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