From 5a257ac6a341b9fc52fcc57b0adadb1abff73642 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Fri, 29 May 2026 12:08:09 -0700 Subject: [PATCH] feat(slack): request channels:manage and groups:write for conversation ops --- 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 21d12053ebd..8ba80675de2 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',