feat(HighLevel Node): Add support for calendar items (#10820)

This commit is contained in:
Stanimira Rikova
2025-01-08 11:59:01 +02:00
committed by GitHub
parent 9dd068632b
commit 6e189fda77
24 changed files with 2214 additions and 76 deletions

View File

@@ -61,5 +61,15 @@ export class HighLevelOAuth2Api implements ICredentialType {
type: 'hidden',
default: 'body',
},
{
displayName:
'Make sure your credentials include the required OAuth scopes for all actions this node performs.',
name: 'notice',
type: 'notice',
default: '',
displayOptions: {
hideOnCloud: true,
},
},
];
}