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 Mar 31, 2023
1 parent 085660d commit e11a30a
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 e11a30a

Please sign in to comment.