mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
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
This commit is contained in:
parent
b77a5767d0
commit
3074f42b3b
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue