mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
feat(Calendly Trigger Node): Deprecation notice for apiKey authentication (#15048)
This commit is contained in:
@@ -69,6 +69,18 @@ export class CalendlyTrigger implements INodeType {
|
|||||||
],
|
],
|
||||||
default: 'apiKey',
|
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',
|
displayName: 'Scope',
|
||||||
name: 'scope',
|
name: 'scope',
|
||||||
|
|||||||
Reference in New Issue
Block a user