fix(HubSpot Trigger Node): Developer API key is required for webhooks

This commit is contained in:
Michael Kret 2023-03-31 14:02:32 +03:00 committed by कारतोफ्फेलस्क्रिप्ट™
parent 3bf267c147
commit 918c79c137

View file

@ -58,6 +58,7 @@ export class HubspotDeveloperApi implements ICredentialType {
displayName: 'Developer API Key',
name: 'apiKey',
type: 'string',
required: true,
typeOptions: { password: true },
default: '',
},