Skip to content

Commit 6382ef7

Browse files
authored
DOC-1079: Update Jotform credentials to medium tier template (n8n-io#2435)
1 parent 4082a0d commit 6382ef7

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

docs/integrations/builtin/credentials/jotform.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ You can use these credentials to authenticate the following nodes:
1212

1313
- [JotForm Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.jotformtrigger/)
1414

15-
## Prerequisites
16-
17-
Create a [JotForm](https://www.jotform.com/){:target=_blank .external-link} account.
18-
1915
## Supported authentication methods
2016

2117
- API key
@@ -26,11 +22,20 @@ Refer to [JotForm's API documentation](https://api.jotform.com/docs/){:target=_b
2622

2723
## Using API key
2824

29-
To configure this credential, you'll need:
25+
To configure this credential, you'll need a [JotForm](https://www.jotform.com/){:target=_blank .external-link} account and:
26+
27+
- An **API Key**
28+
- The **API Domain**
29+
30+
To set it up:
3031

31-
- An **API Key**: Get an API key from the [API section](https://www.jotform.com/myaccount/api){:target=_blank .external-link} of **My Account**. Refer to [Jotform API Getting Started](https://api.jotform.com/docs/#gettingstarted) for detailed instructions.
32-
- The **API Domain**: This determines which base URL is used for the API. The domain selected needs to match the forms you're working with. Options include:
33-
- `api.jotform.com`: The default base URL.
34-
- `eu-api.jotform.com`: Used by Jotform [EU Safe Forms](https://www.jotform.com/eu-safe-forms/){:target=_blank .external-link}.
35-
- `hipaa-api.jotform.com`: Used by JotForm [HIPAA forms](https://www.jotform.com/hipaa/){:target=_blank .external-link}.
32+
1. Go to **Settings >** [**API**](https://www.jotform.com/myaccount/api){:target=_blank .external-link}.
33+
2. Select **Create New Key**.
34+
3. Select the **Name** in JotForm to update the API key name to something meaningful, like `n8n integration`.
35+
4. Copy the **API Key** and enter it in your n8n credential.
36+
5. In n8n, select the **API Domain** that applies to you based on the forms you're using:
37+
- **api.jotform.com**: Use this unless the other form types apply to you.
38+
- **eu-api.jotform.com**: Select this if you're using JotForm [EU Safe Forms](https://www.jotform.com/eu-safe-forms/){:target=_blank .external-link}.
39+
- **hipaa-api.jotform.com**: Select this if you're using JotForm [HIPAA forms](https://www.jotform.com/hipaa/){:target=_blank .external-link}.
3640

41+
Refer to the [JotForm API documentation](https://api.jotform.com/docs/) for more information on creating keys and API domains.

0 commit comments

Comments
 (0)