diff --git a/packages/nodes-base/credentials/ZoomApi.credentials.ts b/packages/nodes-base/credentials/ZoomApi.credentials.ts index 5add749fa8..e3b3460450 100644 --- a/packages/nodes-base/credentials/ZoomApi.credentials.ts +++ b/packages/nodes-base/credentials/ZoomApi.credentials.ts @@ -13,6 +13,13 @@ export class ZoomApi implements ICredentialType { documentationUrl = 'zoom'; properties: INodeProperties[] = [ + { + displayName: + 'On 1 June, 2023 Zoom will remove JWT App support. You will have to connect to Zoom using the Oauth2 auth method. More details (zoom.us)', + name: 'notice', + type: 'notice', + default: '', + }, { displayName: 'JWT Token', name: 'accessToken',