mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(HubSpot Trigger Node): Developer API key is required for webhooks
This commit is contained in:
@@ -58,6 +58,7 @@ export class HubspotDeveloperApi implements ICredentialType {
|
|||||||
displayName: 'Developer API Key',
|
displayName: 'Developer API Key',
|
||||||
name: 'apiKey',
|
name: 'apiKey',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
required: true,
|
||||||
typeOptions: { password: true },
|
typeOptions: { password: true },
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user