mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
fix(Slack Node): Add missing channels:read OAuth2 scope (#5092)
This commit is contained in:
parent
d548161632
commit
62b2fc37c3
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue