🔀 Merge branch 'feature/zoho-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/zoho-node

This commit is contained in:
Jan Oberhauser
2020-03-31 08:22:54 +02:00
5 changed files with 983 additions and 65 deletions

View File

@@ -62,7 +62,7 @@ export class ZohoOAuth2Api implements ICredentialType {
displayName: 'Scope',
name: 'scope',
type: 'hidden' as NodePropertyTypes,
default: 'ZohoCRM.modules.ALL',
default: 'ZohoCRM.modules.ALL,ZohoCRM.settings.all,ZohoCRM.users.all',
},
{
displayName: 'Auth URI Query Parameters',