feat(gmail): overhaul Gmail node + create gmail trigger (#3734)

This commit is contained in:
Michael Kret
2022-09-08 15:44:34 +03:00
committed by GitHub
parent ca8c2d6577
commit 74304db4e2
24 changed files with 3858 additions and 927 deletions

View File

@@ -56,7 +56,8 @@ export class GoogleDriveTrigger implements INodeType {
type: 'options',
options: [
{
name: 'OAuth2 (Recommended)',
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
name: 'OAuth2 (recommended)',
value: 'oAuth2',
},
{