Skip to content

Commit

Permalink
fix(HubSpot Trigger Node): Developer API key is required for webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency authored and netroy committed Apr 3, 2023
1 parent 3bf267c commit 918c79c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class HubspotDeveloperApi implements ICredentialType {
displayName: 'Developer API Key',
name: 'apiKey',
type: 'string',
required: true,
typeOptions: { password: true },
default: '',
},
Expand Down

0 comments on commit 918c79c

Please sign in to comment.