You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a [JotForm](https://www.jotform.com/){:target=_blank .external-link} account.
18
-
19
15
## Supported authentication methods
20
16
21
17
- API key
@@ -26,11 +22,20 @@ Refer to [JotForm's API documentation](https://api.jotform.com/docs/){:target=_b
26
22
27
23
## Using API key
28
24
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:
30
31
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}.
36
40
41
+
Refer to the [JotForm API documentation](https://api.jotform.com/docs/) for more information on creating keys and API domains.
0 commit comments