fix: standardize capitalization of "Jotform" in documentation and nav… (#4144)

This commit is contained in:
Kartik Balasubramanian
2026-01-26 21:56:58 +00:00
committed by GitHub
parent ace1e5a15d
commit 79fe9595c5
4 changed files with 29 additions and 29 deletions

View File

@@ -14,19 +14,19 @@ You can find authentication information for this node [here](/integrations/built
## Operations
* [**Add**](#add) a file or folder to commit. Performs a [git add](https://git-scm.com/docs/git-add).
* [**Add Config**](#add-config): Add configuration property. Performs a [git config](https://git-scm.com/docs/git-config) set or add.
* [**Clone**](#clone) a repository: Performs a [git clone](https://git-scm.com/docs/git-clone).
* [**Commit**](#commit) files or folders to git. Performs a [git commit](https://git-scm.com/docs/git-commit).
* [**Fetch**](#fetch) from remote repository. Performs a [git fetch](https://git-scm.com/docs/git-fetch).
* [**List Config**](#list-config): Return current configuration. Performs a [git config](https://git-scm.com/docs/git-config) query.
* [**Log**](#log): Return git commit history. Performs a [git log](https://git-scm.com/docs/git-log).
* [**Pull**](#pull) from remote repository: Performs a [git pull](https://git-scm.com/docs/git-pull).
* [**Push**](#push) to remote repository: Performs a [git push](https://git-scm.com/docs/git-push).
* [**Push Tags**](#push-tags) to remote repository: Performs a [git push --tags](https://git-scm.com/docs/git-push#Documentation/git-push.txt---tags).
* Return [**Status**](#status) of current repository: Performs a [git status](https://git-scm.com/docs/git-status).
* Create a new [**Tag**](#tag): Performs a [git tag](https://git-scm.com/docs/git-tag).
* [**User Setup**](#user-setup): Set the user.
* **Add** a file or folder to commit. Performs a [git add](https://git-scm.com/docs/git-add).
* **Add Config**: Add configuration property. Performs a [git config](https://git-scm.com/docs/git-config) set or add.
* **Clone** a repository: Performs a [git clone](https://git-scm.com/docs/git-clone).
* **Commit** files or folders to git. Performs a [git commit](https://git-scm.com/docs/git-commit).
* **Fetch** from remote repository. Performs a [git fetch](https://git-scm.com/docs/git-fetch).
* **List Config**: Return current configuration. Performs a [git config](https://git-scm.com/docs/git-config) query.
* **Log**: Return git commit history. Performs a [git log](https://git-scm.com/docs/git-log).
* **Pull** from remote repository: Performs a [git pull](https://git-scm.com/docs/git-pull).
* **Push** to remote repository: Performs a [git push](https://git-scm.com/docs/git-push).
* **Push Tags** to remote repository: Performs a [git push --tags](https://git-scm.com/docs/git-push#Documentation/git-push.txt---tags).
* Return **Status** of current repository: Performs a [git status](https://git-scm.com/docs/git-status).
* Create a new **Tag**: Performs a [git tag](https://git-scm.com/docs/git-tag).
* **User Setup**: Set the user.
Refer to the sections below for more details on the parameters and options for each operation.

View File

@@ -1,15 +1,15 @@
---
title: JotForm credentials
description: Documentation for JotForm credentials. Use these credentials to authenticate JotForm in n8n, a workflow automation platform.
title: Jotform credentials
description: Documentation for Jotform credentials. Use these credentials to authenticate Jotform in n8n, a workflow automation platform.
contentType: [integration, reference]
priority: medium
---
# JotForm credentials
# Jotform credentials
You can use these credentials to authenticate the following nodes:
- [JotForm Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.jotformtrigger.md)
- [Jotform Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.jotformtrigger.md)
## Supported authentication methods
@@ -17,11 +17,11 @@ You can use these credentials to authenticate the following nodes:
## Related resources
Refer to [JotForm's API documentation](https://api.jotform.com/docs/) for more information about the service.
Refer to [Jotform's API documentation](https://api.jotform.com/docs/) for more information about the service.
## Using API key
To configure this credential, you'll need a [JotForm](https://www.jotform.com/) account and:
To configure this credential, you'll need a [Jotform](https://www.jotform.com/) account and:
- An **API Key**
- The **API Domain**
@@ -30,11 +30,11 @@ To set it up:
1. Go to **Settings >** [**API**](https://www.jotform.com/myaccount/api).
2. Select **Create New Key**.
3. Select the **Name** in JotForm to update the API key name to something meaningful, like `n8n integration`.
3. Select the **Name** in Jotform to update the API key name to something meaningful, like `n8n integration`.
4. Copy the **API Key** and enter it in your n8n credential.
5. In n8n, select the **API Domain** that applies to you based on the forms you're using:
- **api.jotform.com**: Use this unless the other form types apply to you.
- **eu-api.jotform.com**: Select this if you're using JotForm [EU Safe Forms](https://www.jotform.com/eu-safe-forms/).
- **hipaa-api.jotform.com**: Select this if you're using JotForm [HIPAA forms](https://www.jotform.com/hipaa/).
- **eu-api.jotform.com**: Select this if you're using Jotform [EU Safe Forms](https://www.jotform.com/eu-safe-forms/).
- **hipaa-api.jotform.com**: Select this if you're using Jotform [HIPAA forms](https://www.jotform.com/hipaa/).
Refer to the [JotForm API documentation](https://api.jotform.com/docs/) for more information on creating keys and API domains.
Refer to the [Jotform API documentation](https://api.jotform.com/docs/) for more information on creating keys and API domains.

View File

@@ -1,18 +1,18 @@
---
title: JotForm Trigger node documentation
description: Learn how to use the JotForm Trigger node in n8n. Follow technical documentation to integrate JotForm Trigger node into your workflows.
title: Jotform Trigger node documentation
description: Learn how to use the Jotform Trigger node in n8n. Follow technical documentation to integrate Jotform Trigger node into your workflows.
contentType: [integration, reference]
priority: medium
---
# JotForm Trigger node
# Jotform Trigger node
[JotForm](https://www.jotform.com/) is an online form building service. JotForm's software creates forms with a drag and drop creation tool and an option to encrypt user data.
[Jotform](https://www.jotform.com/) is an online form building service. Jotform's software creates forms with a drag and drop creation tool and an option to encrypt user data.
/// note | Credentials
You can find authentication information for this node [here](/integrations/builtin/credentials/jotform.md).
///
/// note | Examples and templates
For usage examples and templates to help you get started, refer to n8n's [JotForm Trigger integrations](https://n8n.io/integrations/jotform-trigger/) page.
For usage examples and templates to help you get started, refer to n8n's [Jotform Trigger integrations](https://n8n.io/integrations/jotform-trigger/) page.
///

View File

@@ -650,7 +650,7 @@ nav:
- Hubspot Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.hubspottrigger.md
- Invoice Ninja Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger.md
- Jira Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.jiratrigger.md
- JotForm Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.jotformtrigger.md
- Jotform Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.jotformtrigger.md
- Kafka Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.kafkatrigger.md
- Keap Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.keaptrigger.md
- KoboToolbox Trigger: integrations/builtin/trigger-nodes/n8n-nodes-base.kobotoolboxtrigger.md