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',