mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(HubSpot Trigger Node): Developer API key is required for webhooks
This commit is contained in:
parent
3bf267c147
commit
918c79c137
|
@ -58,6 +58,7 @@ export class HubspotDeveloperApi implements ICredentialType {
|
|||
displayName: 'Developer API Key',
|
||||
name: 'apiKey',
|
||||
type: 'string',
|
||||
required: true,
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue