feat(Calendly Trigger Node): Deprecation notice for apiKey authentication (#15048)

This commit is contained in:
Michael Kret
2025-05-04 14:40:43 +03:00
committed by GitHub
parent f119ccbe3b
commit 40d0702ed3

View File

@@ -69,6 +69,18 @@ export class CalendlyTrigger implements INodeType {
],
default: 'apiKey',
},
{
displayName:
'Action required: Calendly will discontinue API Key authentication on May 31, 2025. Update node to use OAuth2 authentication now to ensure your workflows continue to work.',
name: 'deprecationNotice',
type: 'notice',
default: '',
displayOptions: {
show: {
authentication: ['apiKey'],
},
},
},
{
displayName: 'Scope',
name: 'scope',