1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-21 09:59:34 +03:00

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 GitHub
parent 085660d7d7
commit e11a30a640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: '',
},