Skip to content

Commit 8daca91

Browse files
authored
feat(slack): request channels:manage and groups:write for conversation ops (#4792)
1 parent 8d68c8a commit 8daca91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/lib/oauth/oauth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,10 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
696696
scopes: [
697697
'channels:read',
698698
'channels:history',
699+
'channels:manage',
699700
'groups:read',
700701
'groups:history',
702+
'groups:write',
701703
'chat:write',
702704
'chat:write.public',
703705
'im:write',

0 commit comments

Comments
 (0)