mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Slack Node): Add missing channels:read OAuth2 scope (#5092)
This commit is contained in:
@@ -2,6 +2,7 @@ import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
||||
|
||||
//https://api.slack.com/authentication/oauth-v2
|
||||
const userScopes = [
|
||||
'channels:read',
|
||||
'channels:write',
|
||||
'chat:write',
|
||||
'files:read',
|
||||
|
||||
Reference in New Issue
Block a user