Skip to content

Commit

Permalink
feat(JotForm Trigger Node): Add support for hipaa-api.jotform.com (#6171
Browse files Browse the repository at this point in the history
)

feat(JotForm Trigger): Add support for hipaa-api.jotform.com

Github issue / Community forum post (link here to close automatically): https://community.n8n.io/t/jotform-credentials-when-using-a-hipaa-account/25717?u=mutedjam
  • Loading branch information
that-one-tom authored May 3, 2023
1 parent b77a576 commit 3074f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nodes-base/credentials/JotFormApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export class JotFormApi implements ICredentialType {
name: 'eu-api.jotform.com',
value: 'eu-api.jotform.com',
},
{
name: 'hipaa-api.jotform.com',
value: 'hipaa-api.jotform.com',
},
],
default: 'api.jotform.com',
description:
Expand Down

0 comments on commit 3074f42

Please sign in to comment.