From 8daca91e52617ff2585ea6e475be21d6ae313e1e Mon Sep 17 00:00:00 2001 From: Waleed Date: Fri, 29 May 2026 12:22:21 -0700 Subject: [PATCH] feat(slack): request channels:manage and groups:write for conversation ops (#4792) --- apps/sim/lib/oauth/oauth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/sim/lib/oauth/oauth.ts b/apps/sim/lib/oauth/oauth.ts index 21d12053eb..8ba80675de 100644 --- a/apps/sim/lib/oauth/oauth.ts +++ b/apps/sim/lib/oauth/oauth.ts @@ -696,8 +696,10 @@ export const OAUTH_PROVIDERS: Record = { scopes: [ 'channels:read', 'channels:history', + 'channels:manage', 'groups:read', 'groups:history', + 'groups:write', 'chat:write', 'chat:write.public', 'im:write',