From 3074f42b3b98cf0dbdc13ad7b927d6b7fc726fab Mon Sep 17 00:00:00 2001 From: Tom <19203795+that-one-tom@users.noreply.github.com> Date: Wed, 3 May 2023 15:56:54 +0200 Subject: [PATCH] feat(JotForm Trigger Node): Add support for hipaa-api.jotform.com (#6171) 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 --- packages/nodes-base/credentials/JotFormApi.credentials.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/nodes-base/credentials/JotFormApi.credentials.ts b/packages/nodes-base/credentials/JotFormApi.credentials.ts index 83e865443d995..4993229a00225 100644 --- a/packages/nodes-base/credentials/JotFormApi.credentials.ts +++ b/packages/nodes-base/credentials/JotFormApi.credentials.ts @@ -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: