@n8n-as-code/skills 1.10.1-next.7 → 2.0.0-next.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/agent-skills/n8n-architect/SKILL.md +379 -0
- package/dist/agent-skills/n8n-manager/SKILL.md +116 -0
- package/dist/assets/n8n-credentials-ontology.json +24968 -0
- package/dist/assets/n8n-docs-complete.json +211 -205
- package/dist/assets/n8n-knowledge-index.json +189 -179
- package/dist/assets/n8n-nodes-index.json +8726 -150
- package/dist/assets/n8n-nodes-technical.json +16338 -56
- package/dist/assets/workflows-index.json +2149 -3
- package/dist/commands/skills-commander.d.ts.map +1 -1
- package/dist/commands/skills-commander.js +69 -5
- package/dist/commands/skills-commander.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/services/ai-context-generator.d.ts +7 -31
- package/dist/services/ai-context-generator.d.ts.map +1 -1
- package/dist/services/ai-context-generator.js +89 -885
- package/dist/services/ai-context-generator.js.map +1 -1
- package/dist/services/cli-command-resolver.d.ts +14 -0
- package/dist/services/cli-command-resolver.d.ts.map +1 -0
- package/dist/services/cli-command-resolver.js +52 -0
- package/dist/services/cli-command-resolver.js.map +1 -0
- package/package.json +8 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-
|
|
2
|
+
"generatedAt": "2026-05-05T22:01:24.733Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"sourceUrl": "https://docs.n8n.io/llms.txt",
|
|
5
5
|
"totalPages": 1273,
|
|
@@ -2575,7 +2575,7 @@
|
|
|
2575
2575
|
"nodeName": null,
|
|
2576
2576
|
"nodeType": null,
|
|
2577
2577
|
"content": {
|
|
2578
|
-
"markdown": "# Log streaming\n\nFeature availability\n\nLog Streaming is available on all Enterprise plans.\n\nLog streaming allows you to send events from n8n to your own logging tools. This allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## Set up log streaming\n\nTo use log streaming, you have to add a streaming destination.\n\n1. Navigate to **Settings** > **Log Streaming**.\n1. Select **Add new destination**.\n1. Choose your destination type. n8n opens the **New Event Destination** modal.\n1. In the **New Event Destination** modal, enter the configuration information for your event destination. These depend on the type of destination you're using.\n1. Select **Events** to choose which events to stream.\n1. Select **Save**.\n\nSelf-hosted users\n\nIf you self-host n8n, you can configure additional log streaming behavior using [Environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## Events\n\nThe following events are available. You can choose which events to stream in **Settings** > **Log Streaming** > **Events**.\n\n- Workflow\n - Started\n - Success\n - Failed\n - Cancelled\n- Node executions\n - Started\n - Finished\n- Audit\n - User login success\n - User login failed\n - User signed up\n - User updated\n - User deleted\n - User invited\n - User invitation accepted\n - User re-invited\n - User email failed\n - User reset requested\n - User reset\n - User credentials created\n - User credentials shared\n - User credentials updated\n - User credentials deleted\n - User API created\n - User API deleted\n - User MFA enabled\n - User MFA disabled\n - User execution deleted\n - Execution data revealed\n - Execution data reveal failed\n - Package installed\n - Package updated\n - Package deleted\n - Workflow created\n - Workflow deleted\n - Workflow updated\n - Workflow archived\n - Workflow unarchived\n - Workflow activated\n - Workflow deactivated\n - Workflow version updated\n - Workflow executed\n - Workflow waiting\n - Workflow resumed\n - Variable created\n - Variable updated\n - Variable deleted\n - External secrets provider settings saved\n - External secrets provider reloaded\n - Personal publishing restricted enabled\n - Personal publishing restricted disabled\n - Personal sharing restricted enabled\n - Personal sharing restricted disabled\n - 2FA enforcement enabled\n - 2FA enforcement disabled\n- Worker\n - Started\n - Stopped\n- AI node logs\n - Memory get messages\n - Memory added message\n - Output parser parsed\n - Retriever get relevant documents\n - Embeddings embedded document\n - Embeddings embedded query\n - Document processed\n - Text splitter split\n - Tool called\n - Vector store searched\n - LLM generated\n - LLM error\n - Vector store populated\n - Vector store updated\n- Runner\n - Task requested\n - Response received\n- Queue\n - Job enqueued\n - Job dequeued\n - Job completed\n - Job failed\n - Job stalled\n\n## Destinations\n\nn8n supports three destination types:\n\n- A syslog server\n- A generic webhook\n- A Sentry client\n",
|
|
2578
|
+
"markdown": "# Log streaming\n\nFeature availability\n\nLog Streaming is available on all Enterprise plans.\n\nLog streaming allows you to send events from n8n to your own logging tools. This allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## Set up log streaming\n\nTo use log streaming, you have to add a streaming destination.\n\n1. Navigate to **Settings** > **Log Streaming**.\n1. Select **Add new destination**.\n1. Choose your destination type. n8n opens the **New Event Destination** modal.\n1. In the **New Event Destination** modal, enter the configuration information for your event destination. These depend on the type of destination you're using.\n1. Select **Events** to choose which events to stream.\n1. Select **Save**.\n\nSelf-hosted users\n\nIf you self-host n8n, you can configure additional log streaming behavior using [Environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## Events\n\nThe following events are available. You can choose which events to stream in **Settings** > **Log Streaming** > **Events**.\n\n- Workflow\n - Started\n - Success\n - Failed\n - Cancelled\n- Node executions\n - Started\n - Finished\n- Audit\n - User login success\n - User login failed\n - User signed up\n - User updated\n - User deleted\n - User invited\n - User invitation accepted\n - User re-invited\n - User email failed\n - User reset requested\n - User reset\n - User credentials created\n - User credentials shared\n - User credentials updated\n - User credentials deleted\n - User API created\n - User API deleted\n - User MFA enabled\n - User MFA disabled\n - User execution deleted\n - Execution data revealed\n - Execution data reveal failed\n - Package installed\n - Package updated\n - Package deleted\n - Workflow created\n - Workflow deleted\n - Workflow updated\n - Workflow archived\n - Workflow unarchived\n - Workflow activated\n - Workflow deactivated\n - Workflow version updated\n - Workflow executed\n - Workflow waiting\n - Workflow resumed\n - Variable created\n - Variable updated\n - Variable deleted\n - External secrets provider settings saved\n - External secrets provider reloaded\n - External secrets connection created\n - External secrets connection updated\n - External secrets connection deleted\n - External secrets connection tested\n - External secrets connection reloaded\n - Personal publishing restricted enabled\n - Personal publishing restricted disabled\n - Personal sharing restricted enabled\n - Personal sharing restricted disabled\n - 2FA enforcement enabled\n - 2FA enforcement disabled\n - Token exchange succeeded\n - Token exchange failed\n - Token exchange embed login\n - Token exchange embed login failed\n - Token exchange identity linked\n - Token exchange user provisioned\n - Token exchange role updated\n - Role mapping roles resolved\n - Role mapping rule created\n - Role mapping rule updated\n - Role mapping rule deleted\n - Role mapping rules bulk deleted\n- Worker\n - Started\n - Stopped\n- AI node logs\n - Memory get messages\n - Memory added message\n - Output parser parsed\n - Retriever get relevant documents\n - Embeddings embedded document\n - Embeddings embedded query\n - Document processed\n - Text splitter split\n - Tool called\n - Vector store searched\n - LLM generated\n - LLM error\n - Vector store populated\n - Vector store updated\n- Runner\n - Task requested\n - Response received\n- Queue\n - Job enqueued\n - Job dequeued\n - Job completed\n - Job failed\n - Job stalled\n\n## Destinations\n\nn8n supports three destination types:\n\n- A syslog server\n- A generic webhook\n- A Sentry client\n",
|
|
2579
2579
|
"excerpt": "# Log streaming Feature availability Log Streaming is available on all Enterprise plans. Log streaming allows you to send events from n8n to your own logging tools. This allows you to manage your n8n monitoring in your own alerting and logging processes. ## Set up log streaming To use log streaming, you have to add a streaming destination. 1. Navigate to **Settings** > **Log Streaming**. 1. Select **Add new destination**. 1. Choose your destination type. n8n opens the **New Event Destinati...",
|
|
2580
2580
|
"sections": [
|
|
2581
2581
|
{
|
|
@@ -2596,23 +2596,31 @@
|
|
|
2596
2596
|
"codeExamples": 0,
|
|
2597
2597
|
"complexity": "beginner",
|
|
2598
2598
|
"readingTime": "3 min",
|
|
2599
|
-
"contentLength":
|
|
2599
|
+
"contentLength": 3621,
|
|
2600
2600
|
"relatedPages": []
|
|
2601
2601
|
},
|
|
2602
2602
|
"searchIndex": {
|
|
2603
|
-
"fullText": "log streaming # log streaming\n\nfeature availability\n\nlog streaming is available on all enterprise plans.\n\nlog streaming allows you to send events from n8n to your own logging tools. this allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## set up log streaming\n\nto use log streaming, you have to add a streaming destination.\n\n1. navigate to **settings** > **log streaming**.\n1. select **add new destination**.\n1. choose your destination type. n8n opens the **new event destination** modal.\n1. in the **new event destination** modal, enter the configuration information for your event destination. these depend on the type of destination you're using.\n1. select **events** to choose which events to stream.\n1. select **save**.\n\nself-hosted users\n\nif you self-host n8n, you can configure additional log streaming behavior using [environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## events\n\nthe following events are available. you can choose which events to stream in **settings** > **log streaming** > **events**.\n\n- workflow\n - started\n - success\n - failed\n - cancelled\n- node executions\n - started\n - finished\n- audit\n - user login success\n - user login failed\n - user signed up\n - user updated\n - user deleted\n - user invited\n - user invitation accepted\n - user re-invited\n - user email failed\n - user reset requested\n - user reset\n - user credentials created\n - user credentials shared\n - user credentials updated\n - user credentials deleted\n - user api created\n - user api deleted\n - user mfa enabled\n - user mfa disabled\n - user execution deleted\n - execution data revealed\n - execution data reveal failed\n - package installed\n - package updated\n - package deleted\n - workflow created\n - workflow deleted\n - workflow updated\n - workflow archived\n - workflow unarchived\n - workflow activated\n - workflow deactivated\n - workflow version updated\n - workflow executed\n - workflow waiting\n - workflow resumed\n - variable created\n - variable updated\n - variable deleted\n - external secrets provider settings saved\n - external secrets provider reloaded\n - personal publishing restricted enabled\n - personal publishing restricted disabled\n - personal sharing restricted enabled\n - personal sharing restricted disabled\n - 2fa enforcement enabled\n - 2fa enforcement disabled\n- worker\n - started\n - stopped\n- ai node logs\n - memory get messages\n - memory added message\n - output parser parsed\n - retriever get relevant documents\n - embeddings embedded document\n - embeddings embedded query\n - document processed\n - text splitter split\n - tool called\n - vector store searched\n - llm generated\n - llm error\n - vector store populated\n - vector store updated\n- runner\n - task requested\n - response received\n- queue\n - job enqueued\n - job dequeued\n - job completed\n - job failed\n - job stalled\n\n## destinations\n\nn8n supports three destination types:\n\n- a syslog server\n- a generic webhook\n- a sentry client\n log streaming",
|
|
2603
|
+
"fullText": "log streaming # log streaming\n\nfeature availability\n\nlog streaming is available on all enterprise plans.\n\nlog streaming allows you to send events from n8n to your own logging tools. this allows you to manage your n8n monitoring in your own alerting and logging processes.\n\n## set up log streaming\n\nto use log streaming, you have to add a streaming destination.\n\n1. navigate to **settings** > **log streaming**.\n1. select **add new destination**.\n1. choose your destination type. n8n opens the **new event destination** modal.\n1. in the **new event destination** modal, enter the configuration information for your event destination. these depend on the type of destination you're using.\n1. select **events** to choose which events to stream.\n1. select **save**.\n\nself-hosted users\n\nif you self-host n8n, you can configure additional log streaming behavior using [environment variables](../hosting/configuration/environment-variables/logs/#log-streaming).\n\n## events\n\nthe following events are available. you can choose which events to stream in **settings** > **log streaming** > **events**.\n\n- workflow\n - started\n - success\n - failed\n - cancelled\n- node executions\n - started\n - finished\n- audit\n - user login success\n - user login failed\n - user signed up\n - user updated\n - user deleted\n - user invited\n - user invitation accepted\n - user re-invited\n - user email failed\n - user reset requested\n - user reset\n - user credentials created\n - user credentials shared\n - user credentials updated\n - user credentials deleted\n - user api created\n - user api deleted\n - user mfa enabled\n - user mfa disabled\n - user execution deleted\n - execution data revealed\n - execution data reveal failed\n - package installed\n - package updated\n - package deleted\n - workflow created\n - workflow deleted\n - workflow updated\n - workflow archived\n - workflow unarchived\n - workflow activated\n - workflow deactivated\n - workflow version updated\n - workflow executed\n - workflow waiting\n - workflow resumed\n - variable created\n - variable updated\n - variable deleted\n - external secrets provider settings saved\n - external secrets provider reloaded\n - external secrets connection created\n - external secrets connection updated\n - external secrets connection deleted\n - external secrets connection tested\n - external secrets connection reloaded\n - personal publishing restricted enabled\n - personal publishing restricted disabled\n - personal sharing restricted enabled\n - personal sharing restricted disabled\n - 2fa enforcement enabled\n - 2fa enforcement disabled\n - token exchange succeeded\n - token exchange failed\n - token exchange embed login\n - token exchange embed login failed\n - token exchange identity linked\n - token exchange user provisioned\n - token exchange role updated\n - role mapping roles resolved\n - role mapping rule created\n - role mapping rule updated\n - role mapping rule deleted\n - role mapping rules bulk deleted\n- worker\n - started\n - stopped\n- ai node logs\n - memory get messages\n - memory added message\n - output parser parsed\n - retriever get relevant documents\n - embeddings embedded document\n - embeddings embedded query\n - document processed\n - text splitter split\n - tool called\n - vector store searched\n - llm generated\n - llm error\n - vector store populated\n - vector store updated\n- runner\n - task requested\n - response received\n- queue\n - job enqueued\n - job dequeued\n - job completed\n - job failed\n - job stalled\n\n## destinations\n\nn8n supports three destination types:\n\n- a syslog server\n- a generic webhook\n- a sentry client\n log streaming",
|
|
2604
2604
|
"importantTerms": [
|
|
2605
2605
|
"user",
|
|
2606
2606
|
"streaming",
|
|
2607
2607
|
"workflow",
|
|
2608
|
-
"destination",
|
|
2609
|
-
"events",
|
|
2610
2608
|
"updated",
|
|
2611
2609
|
"deleted",
|
|
2612
|
-
"
|
|
2610
|
+
"destination",
|
|
2611
|
+
"events",
|
|
2613
2612
|
"failed",
|
|
2614
|
-
"
|
|
2613
|
+
"external",
|
|
2614
|
+
"secrets",
|
|
2615
|
+
"token",
|
|
2616
|
+
"exchange",
|
|
2615
2617
|
"created",
|
|
2618
|
+
"role",
|
|
2619
|
+
"your",
|
|
2620
|
+
"connection",
|
|
2621
|
+
"mapping",
|
|
2622
|
+
"login",
|
|
2623
|
+
"credentials",
|
|
2616
2624
|
"enabled",
|
|
2617
2625
|
"disabled",
|
|
2618
2626
|
"personal",
|
|
@@ -2625,6 +2633,7 @@
|
|
|
2625
2633
|
"execution",
|
|
2626
2634
|
"package",
|
|
2627
2635
|
"variable",
|
|
2636
|
+
"rule",
|
|
2628
2637
|
"vector",
|
|
2629
2638
|
"store"
|
|
2630
2639
|
]
|
|
@@ -2741,7 +2750,7 @@
|
|
|
2741
2750
|
"nodeName": null,
|
|
2742
2751
|
"nodeType": null,
|
|
2743
2752
|
"content": {
|
|
2744
|
-
"markdown": "# Release notes\n\nNew features and bug fixes for n8n.\n\nYou can also view the [Releases](https://github.com/n8n-io/n8n/releases) in the GitHub repository.\n\nStable and Beta versions\n\nn8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nCurrent `stable`: 2.18.5 Current `beta`: 2.19.1\n\n## How to update n8n\n\nThe steps to update your n8n depend on which n8n platform you use. Refer to the documentation for your n8n:\n\n- [Cloud](../manage-cloud/update-cloud-version/)\n- Self-hosted options:\n - [npm](../hosting/installation/npm/)\n - [Docker](../hosting/installation/docker/)\n\n## Semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). All version numbers are in the format `MAJOR.MINOR.PATCH`. Version numbers increment as follows:\n\n- MAJOR version when making incompatible changes which can require user action.\n- MINOR version when adding functionality in a backward-compatible manner.\n- PATCH version when making backward-compatible bug fixes.\n\nOlder versions\n\nYou can find the release notes for older versions of n8n: [1.x](1-x/) and [0.x](0-x/)\n\n## n8n@2.19.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.1...n8n@2.19.2) for this version.\\\n**Release date:** 2026-04-30\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.19.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.0...n8n@2.19.1) for this version.\\\n**Release date:** 2026-04-29\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.19.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.19.0) for this version.\\\n**Release date:** 2026-04-28\n\nThis release contains bug fixes.\n\n### Contributors\n\n[abhishekDeshmukh74](https://github.com/abhishekDeshmukh74)\\\n[jeanibarz](https://github.com/jeanibarz)\\\n[yetval](https://github.com/yetval)\\\n[corazzione](https://github.com/corazzione)\\\n[kuishou68](https://github.com/kuishou68)\\\n[MDub3y](https://github.com/MDub3y)\\\n[aikido-autofix[bot]](https://github.com/apps/aikido-autofix)\\\n[Vitalini](https://github.com/Vitalini)\\\n[sinehypernova-0718](https://github.com/sinehypernova-0718)\\\n[nihaals](https://github.com/nihaals)\\\n[yuniq-neko](https://github.com/yuniq-neko)\\\n[patdt](https://github.com/patdt)\\\n[pedrodicati](https://github.com/pedrodicati)\\\n[GauthierPLM](https://github.com/GauthierPLM)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.5...n8n@2.18.6) for this version.\\\n**Release date:** 2026-04-30\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.4...n8n@2.18.5) for this version.\\\n**Release date:** 2026-04-28\n\nThis release contains bug fixes and features.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.3...n8n@2.18.4) for this version.\\\n**Release date:** 2026-04-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.2...n8n@2.18.3) for this version.\\\n**Release date:** 2026-04-24\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.1...n8n@2.18.2) for this version.\\\n**Release date:** 2026-04-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.18.1) for this version.\\\n**Release date:** 2026-04-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.18.0) for this version.\\\n**Release date:** 2026-04-21\n\nThis release contains bug fixes.\n\n### Contributors\n\n[jcampbell](https://github.com/jcampbell)\\\n[robrown-hubspot](https://github.com/robrown-hubspot)\\\n[rahulps1000](https://github.com/rahulps1000)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.8\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.7...n8n@2.17.8) for this version.\\\n**Release date:** 2026-04-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.7\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.6...n8n@2.17.7) for this version.\\\n**Release date:** 2026-04-24\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.5...n8n@2.17.6) for this version.\\\n**Release date:** 2026-04-23\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.4...n8n@2.17.5) for this version.\\\n**Release date:** 2026-04-22\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.3...n8n@2.17.4) for this version.\\\n**Release date:** 2026-04-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.2...n8n@2.17.3) for this version.\\\n**Release date:** 2026-04-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.1...n8n@2.17.2) for this version.\\\n**Release date:** 2026-04-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.17.1) for this version.\\\n**Release date:** 2026-04-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.16.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.16.0...n8n@2.16.1) for this version.\\\n**Release date:** 2026-04-15\n\nThis release contains bug fixes.\n\n## n8n@2.16.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.15.0...n8n@2.16.0) for this version.\\\n**Release date:** 2026-04-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.15.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.15.0) for this version.\\\n**Release date:** 2026-03-30\n\nThis release contains bug fixes.\n\n### Contributors\n\n[manusjs](https://github.com/manusjs)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.14.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.1...n8n@2.14.2) for this version.\\\n**Release date:** 2026-03-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.14.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.14.1) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.14.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.14.0) for this version.\\\n**Release date:** 2026-03-24\n\nThis release contains bug fixes.\n\n### Contributors\n\n[pkaya89](https://github.com/pkaya89)\\\n[kesku](https://github.com/kesku)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.3...n8n@2.13.4) for this version.\\\n**Release date:** 2026-03-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.13.3) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.1...n8n@2.13.2) for this version.\\\n**Release date:** 2026-03-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.0...n8n@2.13.1) for this version.\\\n**Release date:** 2026-03-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.12.0...n8n@2.13.0) for this version.\\\n**Release date:** 2026-03-16\n\nThis release contains bug fixes and features.\n\n### Visual diff comes to version history\n\nOpen version history, click **Compare changes**, pick any two versions, and the canvas renders both side by side with changed nodes highlighted. A change count badge on each version helps you spot significant edits at a glance.\n\nVisual diff is available on Cloud Pro and above.\n\n### Project-scoped external secrets: full team access (Enterprise)\n\nWhat's new:\n\n- Project admins manage their own vault connections from project settings.\n- Project editors can use project-scoped secrets in credentials once the instance admin enables access.\n- [Custom roles](../user-management/rbac/custom-roles/) now include five secrets scopes: list, read, create, update, and delete.\n- Instance admins/owners no longer need to be project members for secrets to resolve.\n\n**For instance admins:** go to **Settings > External Secrets** and enable the **System Roles** toggle, or use custom roles for more granular control.\n\n**For project admins:** go to **Project Settings > External Secrets** to create and manage project-level connections. Instance-level connections shared with you appear as read-only.\n\nRefer to [External secrets](../external-secrets/) for more information. Project-scoped external secrets are available on n8n Enterprise.\n\n### Folder-based filtering in the push and pull dialog (Enterprise)\n\nThe push and pull dialogs now include a **Folder** filter alongside Status and Owner. Selecting a folder scopes the list to workflows in that folder and its subfolders, shown as a hierarchical tree with folder-level checkboxes. Text search also matches folder names.\n\nFolder-based filtering is available on n8n Enterprise (requires [Environments](../source-control-environments/setup/) configured).\n\n### Contributors\n\n[tbigby-kristin](https://github.com/tbigby-kristin)\\\n[ajuijas](https://github.com/ajuijas)\\\n[ByteEVM](https://github.com/ByteEVM)\\\n[mjain](https://github.com/mjain)\\\n[bram2w](https://github.com/bram2w)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.12.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.12.1...n8n@2.12.2) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.12.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.12.0...n8n@2.12.1) for this version.\\\n**Release date:** 2026-03-11\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.12.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.0...n8n@2.12.0) for this version.\\\n**Release date:** 2026-03-09\n\nThis release contains bug fixes and features.\n\n### 1Password is now available as an external secrets provider (Enterprise)\n\nn8n now supports 1Password Connect Server as an [external secrets](../external-secrets/) provider, alongside HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, and GCP Secret Manager.\n\nSecrets are fetched at runtime and never stored in n8n: 1Password stays the single source of truth. Multi-field items are available as structured sub-paths: `$secrets.<vault>.<item>.<field>`.\n\n#### How to connect\n\n1. Deploy a 1Password Connect Server and create an access token scoped to the vaults n8n should read.\n1. In n8n, go to **Settings > External Secrets**, select **1Password**, and enter your Connect Server URL and token.\n\nRequires self-hosted 1Password Connect Server with read-only access. 1Password as an external secrets provider is available on n8n Enterprise.\n\n### Contributors\n\n`github-actions[bot]` [amenk](https://github.com/amenk)\\\n[bpk9](https://github.com/bpk9)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.3...n8n@2.11.4) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.2...n8n@2.11.3) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.1...n8n@2.11.2) for this version.\\\n**Release date:** 2026-03-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.0...n8n@2.11.1) for this version.\\\n**Release date:** 2026-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.0...n8n@2.11.0) for this version.\\\n**Release date:** 2026-03-02\n\nThis release contains bug fixes and features.\n\n### Easier credential setup on Cloud\n\nSetting up credentials on n8n Cloud is now much simpler. For supported services, just click the **Connect** button, authenticate with the service, and you're ready to go. Skip the manual setup for Slack, Firecrawl, HubSpot, GitHub, Google Calendar, PagerDuty, Apify, and more.\n\nSetting up Slack credentials with managed OAuth.\n\n#### Things to keep in mind\n\n- If you prefer to use your own OAuth configuration, you can still switch to manual setup from the auth mode dropdown at any time.\n- This feature is only available on n8n Cloud, where n8n manages the OAuth apps on your behalf.\n\n### Custom roles: Assignments tab (Enterprise)\n\nInstance admins now have a dedicated **Assignments** tab on each [custom role](../user-management/rbac/custom-roles/) showing every user assigned to that role, which project they're in, and a direct link to manage them — no more navigating project by project.\n\nCustom roles are available on n8n Enterprise.\n\n### Project-scoped external secrets: instance admin setup (Enterprise)\n\nInstance admins can now create vault connections scoped to a specific project. Secrets from that connection appear only within that project's credentials, not across the instance. Instance-level connections are unaffected.\n\nRefer to [External secrets](../external-secrets/) for more information. Project-scoped external secrets are available on n8n Enterprise.\n\n### Workflow execute as a separate permission scope (Enterprise)\n\n`workflow:execute` is now a distinct scope in [custom project roles](../user-management/rbac/custom-roles/), separate from editing and publishing. Users can be granted run access without being able to modify the workflow, which is a common compliance requirement for sensitive workflows.\n\nThis scope is available on n8n Enterprise.\n\n### Contributors\n\n[ByteEVM](https://github.com/ByteEVM)\\\n[onyxraven](https://github.com/onyxraven)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.3...n8n@2.10.4) for this version.\\\n**Release date:** 2026-03-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.2...n8n@2.10.3) for this version.\\\n**Release date:** 2026-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.1...n8n@2.10.2) for this version.\\\n**Release date:** 2026-02-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.0...n8n@2.10.1) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.0...n8n@2.10.0) for this version.\\\n**Release date:** 2026-02-23\n\nThis release contains bug fixes and features.\n\n### Multiple connections per external secrets provider\n\nYou can now set up more than one connection for a single [external secrets](../external-secrets/) provider. The updated UI makes it easier to configure and manage multiple connections under the same provider type.\n\n### Performance improvements for large workflow and credential volumes\n\nImproved the reliability of the workflows and credentials listing pages for large-scale instances, reducing loading times by 30% to 80%.\n\n### Contributors\n\n[peteawood](https://github.com/peteawood)\\\n[horiyee](https://github.com/horiyee)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.3...n8n@2.9.4) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.4-exp.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.4...n8n@2.9.4-exp.0) for this version.\\\n**Release date:** 2026-02-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.2...n8n@2.9.3) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.3-exp.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.3...n8n@2.9.3-exp.0) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.1...n8n@2.9.2) for this version.\\\n**Release date:** 2026-02-23\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.0...n8n@2.9.1) for this version.\\\n**Release date:** 2026-02-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.0...n8n@2.9.0) for this version.\\\n**Release date:** 2026-02-16\n\nThis release contains bug fixes.\n\n### Contributors\n\n[ByteEVM](https://github.com/ByteEVM) [LudwigGerdes](https://github.com/LudwigGerdes)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.3...n8n@2.8.4) for this version.\\\n**Release date:** 2026-02-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.2...n8n@2.8.3) for this version.\\\n**Release date:** 2026-02-13\n\nThis release contains a bug fix and features.\n\n### Personal space policies (Enterprise)\n\nA new **Security & policies** settings section provides a central place for enforcing security requirements on your instance. In addition to the existing two-factor authentication enforcement, admins can now control what users can do in their personal spaces.\n\nAvailable policies include:\n\n- **Sharing**: control whether users can share workflows and credentials from their personal space.\n- **Workflow publishing**: control whether users can publish workflows from their personal space.\n\nThis release builds on the recent updates to the permissions model, including [custom project roles](../user-management/rbac/custom-roles/), to better support policy-driven governance.\n\nPersonal space policies are available on n8n Enterprise.\n\nThe new Security & policies settings section.\n\n### Custom roles: improved discoverability and permission visibility (Enterprise)\n\nThe project role selector now separates built-in system roles and custom roles into distinct sections, making it easier to find and choose the right role. Hovering over a role shows a summary of its configured permissions, with an option to view the full permission details.\n\nSystem roles and custom roles are now displayed in separate sections.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.1...n8n@2.8.2) for this version.\\\n**Release date:** 2026-02-12\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.0...n8n@2.8.1) for this version.\\\n**Release date:** 2026-02-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.4...n8n@2.7.5) for this version.\\\n**Release date:** 2026-02-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.3...n8n@2.7.4) for this version.\\\n**Release date:** 2026-02-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.2...n8n@2.7.3) for this version.\\\n**Release date:** 2026-02-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.3...n8n@2.6.4) for this version.\\\n**Release date:** 2026-02-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.0...n8n@2.8.0) for this version.\\\n**Release date:** 2026-02-09\n\nThis release contains bug fixes and features.\n\n### Stronger external secrets validation (Enterprise)\n\nn8n now verifies that the current user has access to the referenced vaults before allowing a credential that uses **$secrets...** expressions to be saved. If access is missing, the save operation fails. This prevents secret values from being exposed through guessed secret paths.\n\n### Improved API auditability (Enterprise)\n\nAPI endpoints have been expanded to provide clearer visibility into project membership and credentials:\n\n- `GET /projects/{projectId}/users` returns all members of a project including their assigned role.\n- `GET /credentials` returns a paginated list of all credentials across the instance, including the project they belong to.\n\nThis makes it easier to audit who has access to which projects and credentials without manually reviewing each one in the UI.\n\n### More granular workflow permissions\n\nWorkflow publishing permissions for [custom roles](../user-management/rbac/custom-roles/) have been split into two separate scopes: **workflow:publish** and **workflow:unpublish**. This enables more precise access control in governance scenarios where unpublishing needs to be managed independently.\n\n### Performance and stability improvements\n\n- Improved performance for instances with very large user counts, reducing slowdowns caused by user-related operations.\n- Fixed a high-memory issue that could cause crashes during Source Control push flows in large deployments with many workflows and credentials.\n\n### Minor fixes\n\n- Canvas: improved node repositioning on insertion to reduce overlaps and spacing issues.\n- Log streaming: fixed proxy configuration handling for webhook destinations so requests work reliably when a proxy is configured.\n\n### Deprecated nodes\n\n#### Motorhead node\n\nThe [Motorhead](../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorymotorhead/) memory node is now deprecated because the Motorhead project is no longer maintained. The node is hidden from the nodes panel for new selections, but existing workflows using this node will continue to work.\n\n### Contributors\n\n[AmitAnveri](https://github.com/AmitAnveri)\\\n[derandreas-dt](https://github.com/derandreas-dt)\\\n[ongdisheng](https://github.com/ongdisheng)\\\n[vCaisim](https://github.com/vCaisim)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.1...n8n@2.7.2) for this version.\\\n**Release date:** 2026-02-04\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.0...n8n@2.7.1) for this version.\\\n**Release date:** 2026-02-03\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.0...n8n@2.7.0) for this version.\\\n**Release date:** 2026-02-02\n\nThis release contains bug fixes.\n\n### Contributors\n\n[LostInBrittany](https://github.com/LostInBrittany)\\\n[adriencohen](https://github.com/adriencohen)\\\n[ibex088](https://github.com/ibex088)\\\n[rutgere-indeed](https://github.com/rutgere-indeed)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.7-exp.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.7...n8n@2.4.7-exp.0) for this version.\\\n**Release date:** 2026-01-29\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.2...n8n@2.6.3) for this version.\\\n**Release date:** 2026-02-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.8\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.7...n8n@2.4.8) for this version.\\\n**Release date:** 2026-01-29\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.1...n8n@2.6.2) for this version.\\\n**Release date:** 2026-01-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.7\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.6...n8n@2.4.7) for this version.\\\n**Release date:** 2026-01-28\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.5.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.5.1...n8n@2.5.2) for this version.\\\n**Release date:** 2026-01-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.5...n8n@2.4.6) for this version.\\\n**Release date:** 2026-01-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.4...n8n@2.4.5) for this version.\\\n**Release date:** 2026-01-22\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.5.0...n8n@2.6.0) for this version.\\\n**Release date:** 2026-01-26\n\nThis release contains bug fixes.\n\n### Human-in-the-loop for AI tool calls\n\nYou can now require explicit human approval before an AI Agent executes specific tools.\n\nHuman-in-the-loop (HITL) for AI tool calls enforces review directly at the tool level. A gated tool cannot execute unless a human explicitly approves the action, giving you deterministic control over high-impact operations like deleting records, writing to production systems, or sending high-impact emails. This removes the uncertainty of prompt-based safeguards and insulates you from probabilistic agent behavior.\n\nBecause the review step is implemented using standard n8n integrations, approvals are not limited to a single user or interface. Decisions can be routed across people and systems, enforcing approval from the right person using the channels they already work in.\n\n#### What you can do\n\n- Require explicit human approval for any tool the agent can call, including the MCP Client tool or sub-workflows exposed as tools\n- Apply approval selectively, so some tools execute autonomously while others require review\n- Route approvals across users and channels (for example, send a Slack-initiated action for approval by another user via email)\n- Add safety checks for high-impact or potentially destructive operations without complex workflow patterns or brittle prompt logic.\n\n#### How to use it\n\nStart with a workflow where an AI Agent is connected to one or more tools.\n\n1. On the connection from the AI Agent to the tool you want to gate, click the **+** icon and choose **Add human review step** (hovering over the icon shows the tooltip).\n1. The **Tools panel** opens with nodes you can use to handle the review step. Select the one you want to use.\n1. Configure the approval step in the added node’s parameters. Depending on the integration, you can define the approver, the message they receive, the available actions (for example, approve or deny), and the associated buttons.\n\n[](/_video/release-notes/HITLToolCalls.webm)\n\nGet precise control over where human judgment is required, without limiting what your agent can do. Learn more [here](../advanced-ai/human-in-the-loop-tools/).\n\n### Contributors\n\n[ibex088](https://github.com/ibex088)\\\n[johnlinp](https://github.com/johnlinp)\\\n[loganaden](https://github.com/loganaden)\\\n[Jameswlepage](https://github.com/Jameswlepage)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[antman1p](https://github.com/antman1p)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.5.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.0...n8n@2.5.0) for this version.\\\n**Release date:** 2026-01-20\n\nThis release contains bug fixes.\n\n### Chat node: human-in-the-loop actions\n\nThe **Chat** node now includes two new Actions for human-in-the-loop interactions in agentic workflows:\n\n- **Send a message**: send a message to the user and continue the workflow\n- **Send a message and wait for response**: send a message and pause execution until the user replies. Users can respond with free text in the Chat or by clicking inline approval buttons, as defined in the node’s configuration.\n\nThese Actions can be used as deterministic workflow steps or as tools for an **AI Agent**, enabling multi-turn human interaction within a single execution when using the **Chat Trigger**.\n\nWhen used as an agent tool, the agent can ask for clarification before proceeding, helping it better interpret user intent and follow instructions. Agents can also send updates during long-running workflows using these Actions.\n\n#### How to\n\n1. Trigger your workflow with the **Chat Trigger** node. In the node parameters, add the *Response Mode* option and set it to *Using Response Nodes*.\n1. Add a **Chat** node later in the workflow, or add it as a tool for an **AI Agent**. Select one of the following operations: *Send a message* or *Send a message and wait for response*.\n\n#### Keep in mind\n\n- If you want an AI Agent to choose between sending a message or waiting for input, add two **Chat** tool nodes, one for each action.\n- For AI Agents triggered by the **Chat Trigger** node, adding **Send a message and wait for response** is recommended so the agent can request clarification when needed.\n\nLearn more in the [Chat node documentation](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-langchain.chat/#operation).\n\n[](/_video/release-notes/ChatHITL.webm)\n\n### Contributors\n\n[AbdulTawabJuly](https://github.com/AbdulTawabJuly)\\\n[ByteEVM](https://github.com/ByteEVM)\\\n[sudarshan12s](https://github.com/sudarshan12s)\\\n[KaanAydinli](https://github.com/KaanAydinli)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.2...n8n@2.4.3) for this version.\\\n**Release date:** 2026-01-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.5...n8n@2.3.6) for this version.\\\n**Release date:** 2026-01-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.3...n8n@2.4.4) for this version.\\\n**Release date:** 2026-01-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.4...n8n@2.3.5) for this version.\\\n**Release date:** 2026-01-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.0...n8n@2.4.1) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.1...n8n@2.3.2) for this version.\\\n**Release date:** 2026-01-09\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.0...n8n@2.4.0) for this version.\\\n**Release date:** 2026-01-12\n\nThis release contains bug fixes.\n\n### TLS support for Syslog log streaming\n\nThe Syslog log streaming destination now supports TLS over TCP for encrypted connections. This enables secure log streaming to enterprise SIEM and observability platforms that require encrypted transport. With this release, log streaming is now compatible with a broader range of enterprise SIEM platforms.\n\n### Update credentials via API\n\nn8n's public API now supports updating existing credentials by ID via a new *PATCH /credentials/:id* endpoint. Previously, credentials could only be created through the API so any changes required deleting and recreating the credential.\n\nWhen updating, you can either replace all credential data at once (useful for bulk updates) or set *isPartialData: true* to merge changes with existing data. Ideal for automated secret rotation or fixing individual values without losing your configuration.\n\n### Contributors\n\n[JonLaliberte](https://github.com/JonLaliberte)\\\n[davidpanic](https://github.com/davidpanic)\\\n[TomTom101](https://github.com/TomTom101)\\\n[garritfra](https://github.com/garritfra)\\\n[maximepvrt](https://github.com/maximepvrt)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.2...n8n@2.3.3) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.3...n8n@2.3.4) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.0...n8n@2.3.1) for this version.\\\n**Release date:** 2026-01-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.4...n8n@2.2.5) for this version.\\\n**Release date:** 2026-01-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.3...n8n@2.2.4) for this version.\\\n**Release date:** 2026-01-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.0...n8n@2.3.0) for this version.\\\n**Release date:** 2026-01-05\n\nThis release contains bug fixes.\n\n### Contributors\n\n[Shashwat-06](https://github.com/Shashwat-06)\\\n[ByteEVM](https://github.com/ByteEVM)\\\n[mithredate](https://github.com/mithredate)\\\n[belyas](https://github.com/belyas)\\\n[saurabhssonkar](https://github.com/saurabhssonkar)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.2...n8n@2.2.3) for this version.\\\n**Release date:** 2026-01-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.1...n8n@2.2.2) for this version.\\\n**Release date:** 2025-12-30\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.4...n8n@2.1.5) for this version.\\\n**Release date:** 2025-12-30\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.3...n8n@2.1.4) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.2...n8n@2.1.3) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.0...n8n@2.2.1) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.0...n8n@2.2.0) for this version.\n\n**Release date:** 2025-12-22\n\nThis release contains bug fixes.\n\n### More granular workflow permissions within Custom Project Roles (Enterprise)\n\nCustom Project Roles allow you to define fine-grained permissions at the project level. With this release, workflow permissions have been further refined by separating workflow editing from workflow publishing.\n\nThis change makes it easier to align access controls with internal processes where building workflows and publishing them are handled by different users or teams.\n\nCustom Project Roles\n\n### Log streaming: More audit events for improved observability\n\nLog streaming now includes additional audit events to improve visibility into operational and security-relevant changes.\n\nThis update adds events for manual workflow cancellations and workflow activation/deactivation (publish/unpublish), variable lifecycle events (create/update/delete), and user management actions (including enabling/disabling 2FA).\n\nWorkflow settings updates are also logged with the specific parameters that changed (for example, selecting a new error workflow), instead of a generic “updated” event.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.1...n8n@2.1.2) for this version.\\\n**Release date:** 2025-12-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.0...n8n@2.1.1) for this version.\\\n**Release date:** 2025-12-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.2...n8n@2.0.3) for this version.\\\n**Release date:** 2025-12-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0...n8n@2.1.0) for this version.\\\n**Release date:** 2025-12-16\n\nThis release contains bug fixes and features.\n\n### **Time Saved node**\n\nPreviously, teams could only track a single fixed time saved value for each workflow regardless of which path an execution takes. The new Time Saved node enables more precise time savings calculations where different execution paths will save different amounts of time.\n\nWith this release you can now:\n\n- **Choose fixed value or dynamic time tracking**: Use fixed time saved for simple workflows, or use one or many time saved nodes to calculate savings dynamically based on the actual execution path taken\n- **Configure per-item calculations**: When using the Time Saved node, choose whether to calculate time saved once for all items or multiply by the number of items processed\n\nThe new Time Saved node provides increased accuracy for complex workflows where different execution paths save different amounts of time.\n\nn8n automatically totals the time from all Time Saved nodes executed during each workflow run and reports it within the insights dashboard.\n\n### Contributors\n\n[Akcthecoder200](https://github.com/Akcthecoder200)\\\n[rishiraj-58](https://github.com/rishiraj-58)\\\n[rlafferty](https://github.com/rlafferty)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.1...n8n@2.0.2) for this version.\\\n**Release date:** 2025-12-12\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0...n8n@2.0.1) for this version.\\\n**Release date:** 2025-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.3...n8n@2.0.0) for this version.\\\n**Release date:** 2025-12-05\n\n### Major Version Change\n\nn8n 2.0.0 is a hardening release, not a feature release. It strengthens n8n's position as an enterprise-grade platform with secure-by-default execution, removal of legacy options that caused edge-case bugs, and better performance under load. The goal is a more predictable foundation you can rely on for mission-critical workflows.\n\nThis release is currently in **beta**. There's no urgency to upgrade immediately — take time to review the breaking changes and assess your workflows using the migration tool before upgrading.\n\nFor the full story behind 2.0, read our [announcement blog post](https://blog.n8n.io/introducing-n8n-2-0/).\n\n### Breaking changes\n\nVersion 2.0 includes breaking changes across security defaults, data handling, and configuration. Key changes include:\n\n- Task runners enabled by default (Code node executions now run in isolated environments)\n- Environment variable access blocked from Code nodes by default\n- ExecuteCommand and LocalFileTrigger nodes disabled by default\n- In-memory binary data mode removed\n\nReview the complete list and migration guidance in the [v2.0 breaking changes docs.](https://docs.n8n.io/2-0-breaking-changes/)\n\n### Before you upgrade\n\nUse the **Migration Report** tool to identify workflow-level and instance-level issues that need attention before upgrading.\n\nSee the [v2.0 migration tool docs](https://docs.n8n.io/migration-tool-v2/) for details.\n\n### Product updates\n\n**Publish / Save workflow paradigm**\n\nn8n 2.0 introduces a safer approach to updating live workflows. The `Save` button now preserves your edits without changing production. A new `Publish` button lets you explicitly push changes live when ready. See [Publish workflows](https://docs.n8n.io/workflows/publish/) for details.\n\n**Canvas and navigation improvements**\n\nSubtle refinements to the workflow editor canvas and reorganized sidebar navigation.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.3...n8n@2.0.0-rc.4) for this version.\\\n**Release date:** 2025-12-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.2...n8n@2.0.0-rc.3) for this version.\\\n**Release date:** 2025-12-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.1...n8n@2.0.0-rc.2) for this version.\\\n**Release date:** 2025-12-04\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.0...n8n@2.0.0-rc.1) for this version.\\\n**Release date:** 2025-12-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@2.0.0-rc.0) for this version.\\\n**Release date:** 2025-12-02\n\nThis release contains bug fixes.\n\n### Contributors\n\n[farzad528](https://github.com/farzad528)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\nOlder versions\n\nYou can find the release notes for older versions of n8n: [1.x](1-x/) and [0.x](0-x/)\n",
|
|
2753
|
+
"markdown": "# Release notes\n\nNew features and bug fixes for n8n.\n\nYou can also view the [Releases](https://github.com/n8n-io/n8n/releases) in the GitHub repository.\n\nStable and Beta versions\n\nn8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\nCurrent `stable`: 2.18.5 Current `beta`: 2.19.1\n\n## How to update n8n\n\nThe steps to update your n8n depend on which n8n platform you use. Refer to the documentation for your n8n:\n\n- [Cloud](../manage-cloud/update-cloud-version/)\n- Self-hosted options:\n - [npm](../hosting/installation/npm/)\n - [Docker](../hosting/installation/docker/)\n\n## Semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). All version numbers are in the format `MAJOR.MINOR.PATCH`. Version numbers increment as follows:\n\n- MAJOR version when making incompatible changes which can require user action.\n- MINOR version when adding functionality in a backward-compatible manner.\n- PATCH version when making backward-compatible bug fixes.\n\nOlder versions\n\nYou can find the release notes for older versions of n8n: [1.x](1-x/) and [0.x](0-x/)\n\n## n8n@2.20.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.0...n8n@2.20.0) for this version.\\\n**Release date:** 2026-05-05\n\nThis release contains bug fixes.\n\n### Contributors\n\n[jjnyn](https://github.com/jjnyn)\\\n[haimingZZ](https://github.com/haimingZZ)\\\n[majiayu000](https://github.com/majiayu000)\\\n[moseoh](https://github.com/moseoh)\\\n[Omc12](https://github.com/Omc12)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\\\n[jeanibarz](https://github.com/jeanibarz)\\\n[uppinote20](https://github.com/uppinote20)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.19.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.1...n8n@2.19.2) for this version.\\\n**Release date:** 2026-05-01\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.19.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.1...n8n@2.19.2) for this version.\\\n**Release date:** 2026-04-30\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.19.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.0...n8n@2.19.1) for this version.\\\n**Release date:** 2026-04-29\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.19.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.19.0) for this version.\\\n**Release date:** 2026-04-28\n\nThis release contains bug fixes.\n\n### Contributors\n\n[abhishekDeshmukh74](https://github.com/abhishekDeshmukh74)\\\n[jeanibarz](https://github.com/jeanibarz)\\\n[yetval](https://github.com/yetval)\\\n[corazzione](https://github.com/corazzione)\\\n[kuishou68](https://github.com/kuishou68)\\\n[MDub3y](https://github.com/MDub3y)\\\n[aikido-autofix[bot]](https://github.com/apps/aikido-autofix)\\\n[Vitalini](https://github.com/Vitalini)\\\n[sinehypernova-0718](https://github.com/sinehypernova-0718)\\\n[nihaals](https://github.com/nihaals)\\\n[yuniq-neko](https://github.com/yuniq-neko)\\\n[patdt](https://github.com/patdt)\\\n[pedrodicati](https://github.com/pedrodicati)\\\n[GauthierPLM](https://github.com/GauthierPLM)\\\n[Gulianrdgd](https://github.com/Gulianrdgd)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.7\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.6...n8n@2.18.7) for this version.\\\n**Release date:** 2026-05-04\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.5...n8n@2.18.6) for this version.\\\n**Release date:** 2026-05-01\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.4...n8n@2.18.5) for this version.\\\n**Release date:** 2026-04-28\n\nThis release contains bug fixes and features.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.3...n8n@2.18.4) for this version.\\\n**Release date:** 2026-04-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.2...n8n@2.18.3) for this version.\\\n**Release date:** 2026-04-24\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.1...n8n@2.18.2) for this version.\\\n**Release date:** 2026-04-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.18.1) for this version.\\\n**Release date:** 2026-04-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.18.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.18.0) for this version.\\\n**Release date:** 2026-04-21\n\nThis release contains bug fixes.\n\n### Contributors\n\n[jcampbell](https://github.com/jcampbell)\\\n[robrown-hubspot](https://github.com/robrown-hubspot)\\\n[rahulps1000](https://github.com/rahulps1000)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.8\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.7...n8n@2.17.8) for this version.\\\n**Release date:** 2026-04-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.7\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.6...n8n@2.17.7) for this version.\\\n**Release date:** 2026-04-24\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.5...n8n@2.17.6) for this version.\\\n**Release date:** 2026-04-23\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.4...n8n@2.17.5) for this version.\\\n**Release date:** 2026-04-22\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.3...n8n@2.17.4) for this version.\\\n**Release date:** 2026-04-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.2...n8n@2.17.3) for this version.\\\n**Release date:** 2026-04-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.1...n8n@2.17.2) for this version.\\\n**Release date:** 2026-04-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.17.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.17.1) for this version.\\\n**Release date:** 2026-04-15\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.16.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.16.0...n8n@2.16.1) for this version.\\\n**Release date:** 2026-04-15\n\nThis release contains bug fixes.\n\n## n8n@2.16.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.15.0...n8n@2.16.0) for this version.\\\n**Release date:** 2026-04-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.15.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.15.0) for this version.\\\n**Release date:** 2026-03-30\n\nThis release contains bug fixes.\n\n### Contributors\n\n[manusjs](https://github.com/manusjs)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.14.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.1...n8n@2.14.2) for this version.\\\n**Release date:** 2026-03-26\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.14.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.14.1) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.14.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.14.0) for this version.\\\n**Release date:** 2026-03-24\n\nThis release contains bug fixes.\n\n### Contributors\n\n[pkaya89](https://github.com/pkaya89)\\\n[kesku](https://github.com/kesku)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.3...n8n@2.13.4) for this version.\\\n**Release date:** 2026-03-26\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.13.3) for this version.\\\n**Release date:** 2026-03-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.1...n8n@2.13.2) for this version.\\\n**Release date:** 2026-03-20\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.0...n8n@2.13.1) for this version.\\\n**Release date:** 2026-03-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.13.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.12.0...n8n@2.13.0) for this version.\\\n**Release date:** 2026-03-16\n\nThis release contains bug fixes and features.\n\n### Visual diff comes to version history\n\nOpen version history, click **Compare changes**, pick any two versions, and the canvas renders both side by side with changed nodes highlighted. A change count badge on each version helps you spot significant edits at a glance.\n\nVisual diff is available on Cloud Pro and above.\n\n### Project-scoped external secrets: full team access (Enterprise)\n\nWhat's new:\n\n- Project admins manage their own vault connections from project settings.\n- Project editors can use project-scoped secrets in credentials once the instance admin enables access.\n- [Custom roles](../user-management/rbac/custom-roles/) now include five secrets scopes: list, read, create, update, and delete.\n- Instance admins/owners no longer need to be project members for secrets to resolve.\n\n**For instance admins:** go to **Settings > External Secrets** and enable the **System Roles** toggle, or use custom roles for more granular control.\n\n**For project admins:** go to **Project Settings > External Secrets** to create and manage project-level connections. Instance-level connections shared with you appear as read-only.\n\nRefer to [External secrets](../external-secrets/) for more information. Project-scoped external secrets are available on n8n Enterprise.\n\n### Folder-based filtering in the push and pull dialog (Enterprise)\n\nThe push and pull dialogs now include a **Folder** filter alongside Status and Owner. Selecting a folder scopes the list to workflows in that folder and its subfolders, shown as a hierarchical tree with folder-level checkboxes. Text search also matches folder names.\n\nFolder-based filtering is available on n8n Enterprise (requires [Environments](../source-control-environments/setup/) configured).\n\n### Contributors\n\n[tbigby-kristin](https://github.com/tbigby-kristin)\\\n[ajuijas](https://github.com/ajuijas)\\\n[ByteEVM](https://github.com/ByteEVM)\\\n[mjain](https://github.com/mjain)\\\n[bram2w](https://github.com/bram2w)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.12.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.12.1...n8n@2.12.2) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.12.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.12.0...n8n@2.12.1) for this version.\\\n**Release date:** 2026-03-11\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.12.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.0...n8n@2.12.0) for this version.\\\n**Release date:** 2026-03-09\n\nThis release contains bug fixes and features.\n\n### 1Password is now available as an external secrets provider (Enterprise)\n\nn8n now supports 1Password Connect Server as an [external secrets](../external-secrets/) provider, alongside HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, and GCP Secret Manager.\n\nSecrets are fetched at runtime and never stored in n8n: 1Password stays the single source of truth. Multi-field items are available as structured sub-paths: `$secrets.<vault>.<item>.<field>`.\n\n#### How to connect\n\n1. Deploy a 1Password Connect Server and create an access token scoped to the vaults n8n should read.\n1. In n8n, go to **Settings > External Secrets**, select **1Password**, and enter your Connect Server URL and token.\n\nRequires self-hosted 1Password Connect Server with read-only access. 1Password as an external secrets provider is available on n8n Enterprise.\n\n### Contributors\n\n`github-actions[bot]` [amenk](https://github.com/amenk)\\\n[bpk9](https://github.com/bpk9)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.3...n8n@2.11.4) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.2...n8n@2.11.3) for this version.\\\n**Release date:** 2026-03-13\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.1...n8n@2.11.2) for this version.\\\n**Release date:** 2026-03-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.11.0...n8n@2.11.1) for this version.\\\n**Release date:** 2026-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.11.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.0...n8n@2.11.0) for this version.\\\n**Release date:** 2026-03-02\n\nThis release contains bug fixes and features.\n\n### Easier credential setup on Cloud\n\nSetting up credentials on n8n Cloud is now much simpler. For supported services, just click the **Connect** button, authenticate with the service, and you're ready to go. Skip the manual setup for Slack, Firecrawl, HubSpot, GitHub, Google Calendar, PagerDuty, Apify, and more.\n\nSetting up Slack credentials with managed OAuth.\n\n#### Things to keep in mind\n\n- If you prefer to use your own OAuth configuration, you can still switch to manual setup from the auth mode dropdown at any time.\n- This feature is only available on n8n Cloud, where n8n manages the OAuth apps on your behalf.\n\n### Custom roles: Assignments tab (Enterprise)\n\nInstance admins now have a dedicated **Assignments** tab on each [custom role](../user-management/rbac/custom-roles/) showing every user assigned to that role, which project they're in, and a direct link to manage them — no more navigating project by project.\n\nCustom roles are available on n8n Enterprise.\n\n### Project-scoped external secrets: instance admin setup (Enterprise)\n\nInstance admins can now create vault connections scoped to a specific project. Secrets from that connection appear only within that project's credentials, not across the instance. Instance-level connections are unaffected.\n\nRefer to [External secrets](../external-secrets/) for more information. Project-scoped external secrets are available on n8n Enterprise.\n\n### Workflow execute as a separate permission scope (Enterprise)\n\n`workflow:execute` is now a distinct scope in [custom project roles](../user-management/rbac/custom-roles/), separate from editing and publishing. Users can be granted run access without being able to modify the workflow, which is a common compliance requirement for sensitive workflows.\n\nThis scope is available on n8n Enterprise.\n\n### Contributors\n\n[ByteEVM](https://github.com/ByteEVM)\\\n[onyxraven](https://github.com/onyxraven)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.3...n8n@2.10.4) for this version.\\\n**Release date:** 2026-03-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.2...n8n@2.10.3) for this version.\\\n**Release date:** 2026-03-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.1...n8n@2.10.2) for this version.\\\n**Release date:** 2026-02-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.0...n8n@2.10.1) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.10.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.0...n8n@2.10.0) for this version.\\\n**Release date:** 2026-02-23\n\nThis release contains bug fixes and features.\n\n### Multiple connections per external secrets provider\n\nYou can now set up more than one connection for a single [external secrets](../external-secrets/) provider. The updated UI makes it easier to configure and manage multiple connections under the same provider type.\n\n### Performance improvements for large workflow and credential volumes\n\nImproved the reliability of the workflows and credentials listing pages for large-scale instances, reducing loading times by 30% to 80%.\n\n### Contributors\n\n[peteawood](https://github.com/peteawood)\\\n[horiyee](https://github.com/horiyee)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.3...n8n@2.9.4) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.4-exp.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.4...n8n@2.9.4-exp.0) for this version.\\\n**Release date:** 2026-02-27\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.2...n8n@2.9.3) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.3-exp.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.3...n8n@2.9.3-exp.0) for this version.\\\n**Release date:** 2026-02-25\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.1...n8n@2.9.2) for this version.\\\n**Release date:** 2026-02-23\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.9.0...n8n@2.9.1) for this version.\\\n**Release date:** 2026-02-18\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.9.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.0...n8n@2.9.0) for this version.\\\n**Release date:** 2026-02-16\n\nThis release contains bug fixes.\n\n### Contributors\n\n[ByteEVM](https://github.com/ByteEVM) [LudwigGerdes](https://github.com/LudwigGerdes)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.3...n8n@2.8.4) for this version.\\\n**Release date:** 2026-02-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.2...n8n@2.8.3) for this version.\\\n**Release date:** 2026-02-13\n\nThis release contains a bug fix and features.\n\n### Personal space policies (Enterprise)\n\nA new **Security & policies** settings section provides a central place for enforcing security requirements on your instance. In addition to the existing two-factor authentication enforcement, admins can now control what users can do in their personal spaces.\n\nAvailable policies include:\n\n- **Sharing**: control whether users can share workflows and credentials from their personal space.\n- **Workflow publishing**: control whether users can publish workflows from their personal space.\n\nThis release builds on the recent updates to the permissions model, including [custom project roles](../user-management/rbac/custom-roles/), to better support policy-driven governance.\n\nPersonal space policies are available on n8n Enterprise.\n\nThe new Security & policies settings section.\n\n### Custom roles: improved discoverability and permission visibility (Enterprise)\n\nThe project role selector now separates built-in system roles and custom roles into distinct sections, making it easier to find and choose the right role. Hovering over a role shows a summary of its configured permissions, with an option to view the full permission details.\n\nSystem roles and custom roles are now displayed in separate sections.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.1...n8n@2.8.2) for this version.\\\n**Release date:** 2026-02-12\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.8.0...n8n@2.8.1) for this version.\\\n**Release date:** 2026-02-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.4...n8n@2.7.5) for this version.\\\n**Release date:** 2026-02-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.3...n8n@2.7.4) for this version.\\\n**Release date:** 2026-02-11\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.2...n8n@2.7.3) for this version.\\\n**Release date:** 2026-02-09\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.3...n8n@2.6.4) for this version.\\\n**Release date:** 2026-02-06\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.8.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.0...n8n@2.8.0) for this version.\\\n**Release date:** 2026-02-09\n\nThis release contains bug fixes and features.\n\n### Stronger external secrets validation (Enterprise)\n\nn8n now verifies that the current user has access to the referenced vaults before allowing a credential that uses **$secrets...** expressions to be saved. If access is missing, the save operation fails. This prevents secret values from being exposed through guessed secret paths.\n\n### Improved API auditability (Enterprise)\n\nAPI endpoints have been expanded to provide clearer visibility into project membership and credentials:\n\n- `GET /projects/{projectId}/users` returns all members of a project including their assigned role.\n- `GET /credentials` returns a paginated list of all credentials across the instance, including the project they belong to.\n\nThis makes it easier to audit who has access to which projects and credentials without manually reviewing each one in the UI.\n\n### More granular workflow permissions\n\nWorkflow publishing permissions for [custom roles](../user-management/rbac/custom-roles/) have been split into two separate scopes: **workflow:publish** and **workflow:unpublish**. This enables more precise access control in governance scenarios where unpublishing needs to be managed independently.\n\n### Performance and stability improvements\n\n- Improved performance for instances with very large user counts, reducing slowdowns caused by user-related operations.\n- Fixed a high-memory issue that could cause crashes during Source Control push flows in large deployments with many workflows and credentials.\n\n### Minor fixes\n\n- Canvas: improved node repositioning on insertion to reduce overlaps and spacing issues.\n- Log streaming: fixed proxy configuration handling for webhook destinations so requests work reliably when a proxy is configured.\n\n### Deprecated nodes\n\n#### Motorhead node\n\nThe [Motorhead](../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorymotorhead/) memory node is now deprecated because the Motorhead project is no longer maintained. The node is hidden from the nodes panel for new selections, but existing workflows using this node will continue to work.\n\n### Contributors\n\n[AmitAnveri](https://github.com/AmitAnveri)\\\n[derandreas-dt](https://github.com/derandreas-dt)\\\n[ongdisheng](https://github.com/ongdisheng)\\\n[vCaisim](https://github.com/vCaisim)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.1...n8n@2.7.2) for this version.\\\n**Release date:** 2026-02-04\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.7.0...n8n@2.7.1) for this version.\\\n**Release date:** 2026-02-03\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.7.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.0...n8n@2.7.0) for this version.\\\n**Release date:** 2026-02-02\n\nThis release contains bug fixes.\n\n### Contributors\n\n[LostInBrittany](https://github.com/LostInBrittany)\\\n[adriencohen](https://github.com/adriencohen)\\\n[ibex088](https://github.com/ibex088)\\\n[rutgere-indeed](https://github.com/rutgere-indeed)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.7-exp.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.7...n8n@2.4.7-exp.0) for this version.\\\n**Release date:** 2026-01-29\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.2...n8n@2.6.3) for this version.\\\n**Release date:** 2026-02-02\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.8\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.7...n8n@2.4.8) for this version.\\\n**Release date:** 2026-01-29\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.1...n8n@2.6.2) for this version.\\\n**Release date:** 2026-01-28\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.7\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.6...n8n@2.4.7) for this version.\\\n**Release date:** 2026-01-28\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.5.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.5.1...n8n@2.5.2) for this version.\\\n**Release date:** 2026-01-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.5...n8n@2.4.6) for this version.\\\n**Release date:** 2026-01-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.4...n8n@2.4.5) for this version.\\\n**Release date:** 2026-01-22\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.6.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.5.0...n8n@2.6.0) for this version.\\\n**Release date:** 2026-01-26\n\nThis release contains bug fixes.\n\n### Human-in-the-loop for AI tool calls\n\nYou can now require explicit human approval before an AI Agent executes specific tools.\n\nHuman-in-the-loop (HITL) for AI tool calls enforces review directly at the tool level. A gated tool cannot execute unless a human explicitly approves the action, giving you deterministic control over high-impact operations like deleting records, writing to production systems, or sending high-impact emails. This removes the uncertainty of prompt-based safeguards and insulates you from probabilistic agent behavior.\n\nBecause the review step is implemented using standard n8n integrations, approvals are not limited to a single user or interface. Decisions can be routed across people and systems, enforcing approval from the right person using the channels they already work in.\n\n#### What you can do\n\n- Require explicit human approval for any tool the agent can call, including the MCP Client tool or sub-workflows exposed as tools\n- Apply approval selectively, so some tools execute autonomously while others require review\n- Route approvals across users and channels (for example, send a Slack-initiated action for approval by another user via email)\n- Add safety checks for high-impact or potentially destructive operations without complex workflow patterns or brittle prompt logic.\n\n#### How to use it\n\nStart with a workflow where an AI Agent is connected to one or more tools.\n\n1. On the connection from the AI Agent to the tool you want to gate, click the **+** icon and choose **Add human review step** (hovering over the icon shows the tooltip).\n1. The **Tools panel** opens with nodes you can use to handle the review step. Select the one you want to use.\n1. Configure the approval step in the added node’s parameters. Depending on the integration, you can define the approver, the message they receive, the available actions (for example, approve or deny), and the associated buttons.\n\n[](/_video/release-notes/HITLToolCalls.webm)\n\nGet precise control over where human judgment is required, without limiting what your agent can do. Learn more [here](../advanced-ai/human-in-the-loop-tools/).\n\n### Contributors\n\n[ibex088](https://github.com/ibex088)\\\n[johnlinp](https://github.com/johnlinp)\\\n[loganaden](https://github.com/loganaden)\\\n[Jameswlepage](https://github.com/Jameswlepage)\\\n[cesars-gh](https://github.com/cesars-gh)\\\n[antman1p](https://github.com/antman1p)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.5.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.0...n8n@2.5.0) for this version.\\\n**Release date:** 2026-01-20\n\nThis release contains bug fixes.\n\n### Chat node: human-in-the-loop actions\n\nThe **Chat** node now includes two new Actions for human-in-the-loop interactions in agentic workflows:\n\n- **Send a message**: send a message to the user and continue the workflow\n- **Send a message and wait for response**: send a message and pause execution until the user replies. Users can respond with free text in the Chat or by clicking inline approval buttons, as defined in the node’s configuration.\n\nThese Actions can be used as deterministic workflow steps or as tools for an **AI Agent**, enabling multi-turn human interaction within a single execution when using the **Chat Trigger**.\n\nWhen used as an agent tool, the agent can ask for clarification before proceeding, helping it better interpret user intent and follow instructions. Agents can also send updates during long-running workflows using these Actions.\n\n#### How to\n\n1. Trigger your workflow with the **Chat Trigger** node. In the node parameters, add the *Response Mode* option and set it to *Using Response Nodes*.\n1. Add a **Chat** node later in the workflow, or add it as a tool for an **AI Agent**. Select one of the following operations: *Send a message* or *Send a message and wait for response*.\n\n#### Keep in mind\n\n- If you want an AI Agent to choose between sending a message or waiting for input, add two **Chat** tool nodes, one for each action.\n- For AI Agents triggered by the **Chat Trigger** node, adding **Send a message and wait for response** is recommended so the agent can request clarification when needed.\n\nLearn more in the [Chat node documentation](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-langchain.chat/#operation).\n\n[](/_video/release-notes/ChatHITL.webm)\n\n### Contributors\n\n[AbdulTawabJuly](https://github.com/AbdulTawabJuly)\\\n[ByteEVM](https://github.com/ByteEVM)\\\n[sudarshan12s](https://github.com/sudarshan12s)\\\n[KaanAydinli](https://github.com/KaanAydinli)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.2...n8n@2.4.3) for this version.\\\n**Release date:** 2026-01-15\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.6\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.5...n8n@2.3.6) for this version.\\\n**Release date:** 2026-01-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.3...n8n@2.4.4) for this version.\\\n**Release date:** 2026-01-16\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.4...n8n@2.3.5) for this version.\\\n**Release date:** 2026-01-14\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.0...n8n@2.4.1) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.1...n8n@2.3.2) for this version.\\\n**Release date:** 2026-01-09\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.4.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.0...n8n@2.4.0) for this version.\\\n**Release date:** 2026-01-12\n\nThis release contains bug fixes.\n\n### TLS support for Syslog log streaming\n\nThe Syslog log streaming destination now supports TLS over TCP for encrypted connections. This enables secure log streaming to enterprise SIEM and observability platforms that require encrypted transport. With this release, log streaming is now compatible with a broader range of enterprise SIEM platforms.\n\n### Update credentials via API\n\nn8n's public API now supports updating existing credentials by ID via a new *PATCH /credentials/:id* endpoint. Previously, credentials could only be created through the API so any changes required deleting and recreating the credential.\n\nWhen updating, you can either replace all credential data at once (useful for bulk updates) or set *isPartialData: true* to merge changes with existing data. Ideal for automated secret rotation or fixing individual values without losing your configuration.\n\n### Contributors\n\n[JonLaliberte](https://github.com/JonLaliberte)\\\n[davidpanic](https://github.com/davidpanic)\\\n[TomTom101](https://github.com/TomTom101)\\\n[garritfra](https://github.com/garritfra)\\\n[maximepvrt](https://github.com/maximepvrt)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.2...n8n@2.3.3) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.3...n8n@2.3.4) for this version.\\\n**Release date:** 2026-01-13\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.0...n8n@2.3.1) for this version.\\\n**Release date:** 2026-01-07\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.4...n8n@2.2.5) for this version.\\\n**Release date:** 2026-01-08\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.3...n8n@2.2.4) for this version.\\\n**Release date:** 2026-01-06\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.3.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.0...n8n@2.3.0) for this version.\\\n**Release date:** 2026-01-05\n\nThis release contains bug fixes.\n\n### Contributors\n\n[Shashwat-06](https://github.com/Shashwat-06)\\\n[ByteEVM](https://github.com/ByteEVM)\\\n[mithredate](https://github.com/mithredate)\\\n[belyas](https://github.com/belyas)\\\n[saurabhssonkar](https://github.com/saurabhssonkar)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.2...n8n@2.2.3) for this version.\\\n**Release date:** 2026-01-05\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.1...n8n@2.2.2) for this version.\\\n**Release date:** 2025-12-30\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.5\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.4...n8n@2.1.5) for this version.\\\n**Release date:** 2025-12-30\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.3...n8n@2.1.4) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.2...n8n@2.1.3) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.0...n8n@2.2.1) for this version.\\\n**Release date:** 2025-12-23\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.2.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.0...n8n@2.2.0) for this version.\n\n**Release date:** 2025-12-22\n\nThis release contains bug fixes.\n\n### More granular workflow permissions within Custom Project Roles (Enterprise)\n\nCustom Project Roles allow you to define fine-grained permissions at the project level. With this release, workflow permissions have been further refined by separating workflow editing from workflow publishing.\n\nThis change makes it easier to align access controls with internal processes where building workflows and publishing them are handled by different users or teams.\n\nCustom Project Roles\n\n### Log streaming: More audit events for improved observability\n\nLog streaming now includes additional audit events to improve visibility into operational and security-relevant changes.\n\nThis update adds events for manual workflow cancellations and workflow activation/deactivation (publish/unpublish), variable lifecycle events (create/update/delete), and user management actions (including enabling/disabling 2FA).\n\nWorkflow settings updates are also logged with the specific parameters that changed (for example, selecting a new error workflow), instead of a generic “updated” event.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.1...n8n@2.1.2) for this version.\\\n**Release date:** 2025-12-22\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.1.0...n8n@2.1.1) for this version.\\\n**Release date:** 2025-12-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.2...n8n@2.0.3) for this version.\\\n**Release date:** 2025-12-17\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.1.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0...n8n@2.1.0) for this version.\\\n**Release date:** 2025-12-16\n\nThis release contains bug fixes and features.\n\n### **Time Saved node**\n\nPreviously, teams could only track a single fixed time saved value for each workflow regardless of which path an execution takes. The new Time Saved node enables more precise time savings calculations where different execution paths will save different amounts of time.\n\nWith this release you can now:\n\n- **Choose fixed value or dynamic time tracking**: Use fixed time saved for simple workflows, or use one or many time saved nodes to calculate savings dynamically based on the actual execution path taken\n- **Configure per-item calculations**: When using the Time Saved node, choose whether to calculate time saved once for all items or multiply by the number of items processed\n\nThe new Time Saved node provides increased accuracy for complex workflows where different execution paths save different amounts of time.\n\nn8n automatically totals the time from all Time Saved nodes executed during each workflow run and reports it within the insights dashboard.\n\n### Contributors\n\n[Akcthecoder200](https://github.com/Akcthecoder200)\\\n[rishiraj-58](https://github.com/rishiraj-58)\\\n[rlafferty](https://github.com/rlafferty)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.1...n8n@2.0.2) for this version.\\\n**Release date:** 2025-12-12\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0...n8n@2.0.1) for this version.\\\n**Release date:** 2025-12-10\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.3...n8n@2.0.0) for this version.\\\n**Release date:** 2025-12-05\n\n### Major Version Change\n\nn8n 2.0.0 is a hardening release, not a feature release. It strengthens n8n's position as an enterprise-grade platform with secure-by-default execution, removal of legacy options that caused edge-case bugs, and better performance under load. The goal is a more predictable foundation you can rely on for mission-critical workflows.\n\nThis release is currently in **beta**. There's no urgency to upgrade immediately — take time to review the breaking changes and assess your workflows using the migration tool before upgrading.\n\nFor the full story behind 2.0, read our [announcement blog post](https://blog.n8n.io/introducing-n8n-2-0/).\n\n### Breaking changes\n\nVersion 2.0 includes breaking changes across security defaults, data handling, and configuration. Key changes include:\n\n- Task runners enabled by default (Code node executions now run in isolated environments)\n- Environment variable access blocked from Code nodes by default\n- ExecuteCommand and LocalFileTrigger nodes disabled by default\n- In-memory binary data mode removed\n\nReview the complete list and migration guidance in the [v2.0 breaking changes docs.](https://docs.n8n.io/2-0-breaking-changes/)\n\n### Before you upgrade\n\nUse the **Migration Report** tool to identify workflow-level and instance-level issues that need attention before upgrading.\n\nSee the [v2.0 migration tool docs](https://docs.n8n.io/migration-tool-v2/) for details.\n\n### Product updates\n\n**Publish / Save workflow paradigm**\n\nn8n 2.0 introduces a safer approach to updating live workflows. The `Save` button now preserves your edits without changing production. A new `Publish` button lets you explicitly push changes live when ready. See [Publish workflows](https://docs.n8n.io/workflows/publish/) for details.\n\n**Canvas and navigation improvements**\n\nSubtle refinements to the workflow editor canvas and reorganized sidebar navigation.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.4\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.3...n8n@2.0.0-rc.4) for this version.\\\n**Release date:** 2025-12-05\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.3\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.2...n8n@2.0.0-rc.3) for this version.\\\n**Release date:** 2025-12-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.2\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.1...n8n@2.0.0-rc.2) for this version.\\\n**Release date:** 2025-12-04\n\nThis release contains a bug fix.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.1\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0-rc.0...n8n@2.0.0-rc.1) for this version.\\\n**Release date:** 2025-12-04\n\nThis release contains bug fixes.\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\n## n8n@2.0.0-rc.0\n\nView the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@2.0.0-rc.0) for this version.\\\n**Release date:** 2025-12-02\n\nThis release contains bug fixes.\n\n### Contributors\n\n[farzad528](https://github.com/farzad528)\n\nFor full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.\n\nOlder versions\n\nYou can find the release notes for older versions of n8n: [1.x](1-x/) and [0.x](0-x/)\n",
|
|
2745
2754
|
"excerpt": "# Release notes New features and bug fixes for n8n. You can also view the [Releases](https://github.com/n8n-io/n8n/releases) in the GitHub repository. Stable and Beta versions n8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12). Current `stable`: 2.18.5 Current `beta`: 2.19.1 ## How to update n8n The steps to...",
|
|
2746
2755
|
"sections": [
|
|
2747
2756
|
{
|
|
@@ -2865,11 +2874,11 @@
|
|
|
2865
2874
|
"codeExamples": 0,
|
|
2866
2875
|
"complexity": "intermediate",
|
|
2867
2876
|
"readingTime": "27 min",
|
|
2868
|
-
"contentLength":
|
|
2877
|
+
"contentLength": 51179,
|
|
2869
2878
|
"relatedPages": []
|
|
2870
2879
|
},
|
|
2871
2880
|
"searchIndex": {
|
|
2872
|
-
"fullText": "2.x # release notes\n\nnew features and bug fixes for n8n.\n\nyou can also view the [releases](https://github.com/n8n-io/n8n/releases) in the github repository.\n\nstable and beta versions\n\nn8n releases a new minor version most weeks. the `stable` version is for production use. `beta` is the most recent release. the `beta` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\ncurrent `stable`: 2.18.5 current `beta`: 2.19.1\n\n## how to update n8n\n\nthe steps to update your n8n depend on which n8n platform you use. refer to the documentation for your n8n:\n\n- [cloud](../manage-cloud/update-cloud-version/)\n- self-hosted options:\n - [npm](../hosting/installation/npm/)\n - [docker](../hosting/installation/docker/)\n\n## semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). all version numbers are in the format `major.minor.patch`. version numbers increment as follows:\n\n- major version when making incompatible changes which can require user action.\n- minor version when adding functionality in a backward-compatible manner.\n- patch version when making backward-compatible bug fixes.\n\nolder versions\n\nyou can find the release notes for older versions of n8n: [1.x](1-x/) and [0.x](0-x/)\n\n## n8n@2.19.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.1...n8n@2.19.2) for this version.\\\n**release date:** 2026-04-30\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.19.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.0...n8n@2.19.1) for this version.\\\n**release date:** 2026-04-29\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.19.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.19.0) for this version.\\\n**release date:** 2026-04-28\n\nthis release contains bug fixes.\n\n### contributors\n\n[abhishekdeshmukh74](https://github.com/abhishekdeshmukh74)\\\n[jeanibarz](https://github.com/jeanibarz)\\\n[yetval](https://github.com/yetval)\\\n[corazzione](https://github.com/corazzione)\\\n[kuishou68](https://github.com/kuishou68)\\\n[mdub3y](https://github.com/mdub3y)\\\n[aikido-autofix[bot]](https://github.com/apps/aikido-autofix)\\\n[vitalini](https://github.com/vitalini)\\\n[sinehypernova-0718](https://github.com/sinehypernova-0718)\\\n[nihaals](https://github.com/nihaals)\\\n[yuniq-neko](https://github.com/yuniq-neko)\\\n[patdt](https://github.com/patdt)\\\n[pedrodicati](https://github.com/pedrodicati)\\\n[gauthierplm](https://github.com/gauthierplm)\\\n[gulianrdgd](https://github.com/gulianrdgd)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.6\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.5...n8n@2.18.6) for this version.\\\n**release date:** 2026-04-30\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.4...n8n@2.18.5) for this version.\\\n**release date:** 2026-04-28\n\nthis release contains bug fixes and features.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.4\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.3...n8n@2.18.4) for this version.\\\n**release date:** 2026-04-27\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.2...n8n@2.18.3) for this version.\\\n**release date:** 2026-04-24\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.1...n8n@2.18.2) for this version.\\\n**release date:** 2026-04-23\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.18.1) for this version.\\\n**release date:** 2026-04-22\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.18.0) for this version.\\\n**release date:** 2026-04-21\n\nthis release contains bug fixes.\n\n### contributors\n\n[jcampbell](https://github.com/jcampbell)\\\n[robrown-hubspot](https://github.com/robrown-hubspot)\\\n[rahulps1000](https://github.com/rahulps1000)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.8\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.7...n8n@2.17.8) for this version.\\\n**release date:** 2026-04-27\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.7\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.6...n8n@2.17.7) for this version.\\\n**release date:** 2026-04-24\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.6\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.5...n8n@2.17.6) for this version.\\\n**release date:** 2026-04-23\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.4...n8n@2.17.5) for this version.\\\n**release date:** 2026-04-22\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.4\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.3...n8n@2.17.4) for this version.\\\n**release date:** 2026-04-22\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.2...n8n@2.17.3) for this version.\\\n**release date:** 2026-04-20\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.1...n8n@2.17.2) for this version.\\\n**release date:** 2026-04-16\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.17.1) for this version.\\\n**release date:** 2026-04-15\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.16.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.16.0...n8n@2.16.1) for this version.\\\n**release date:** 2026-04-15\n\nthis release contains bug fixes.\n\n## n8n@2.16.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.15.0...n8n@2.16.0) for this version.\\\n**release date:** 2026-04-07\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.15.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.15.0) for this version.\\\n**release date:** 2026-03-30\n\nthis release contains bug fixes.\n\n### contributors\n\n[manusjs](https://github.com/manusjs)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.14.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.1...n8n@2.14.2) for this version.\\\n**release date:** 2026-03-26\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.14.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.14.1) for this version.\\\n**release date:** 2026-03-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.14.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.14.0) for this version.\\\n**release date:** 2026-03-24\n\nthis release contains bug fixes.\n\n### contributors\n\n[pkaya89](https://github.com/pkaya89)\\\n[kesku](https://github.com/kesku)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.13.4\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.3...n8n@2.13.4) for this version.\\\n**release date:** 2026-03-26\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.13.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.13.3) for this version.\\\n**release date:** 2026-03-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.13.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.1...n8n@2.13.2) for this version.\\\n**release date:** 2026-03-20\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.13.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.0...n8n@2.13.1) for this version.\\\n**release date:** 2026-03-18\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.13.0\n\nview th",
|
|
2881
|
+
"fullText": "2.x # release notes\n\nnew features and bug fixes for n8n.\n\nyou can also view the [releases](https://github.com/n8n-io/n8n/releases) in the github repository.\n\nstable and beta versions\n\nn8n releases a new minor version most weeks. the `stable` version is for production use. `beta` is the most recent release. the `beta` version may be unstable. to report issues, use the [forum](https://community.n8n.io/c/questions/12).\n\ncurrent `stable`: 2.18.5 current `beta`: 2.19.1\n\n## how to update n8n\n\nthe steps to update your n8n depend on which n8n platform you use. refer to the documentation for your n8n:\n\n- [cloud](../manage-cloud/update-cloud-version/)\n- self-hosted options:\n - [npm](../hosting/installation/npm/)\n - [docker](../hosting/installation/docker/)\n\n## semantic versioning in n8n\n\nn8n uses [semantic versioning](https://semver.org/). all version numbers are in the format `major.minor.patch`. version numbers increment as follows:\n\n- major version when making incompatible changes which can require user action.\n- minor version when adding functionality in a backward-compatible manner.\n- patch version when making backward-compatible bug fixes.\n\nolder versions\n\nyou can find the release notes for older versions of n8n: [1.x](1-x/) and [0.x](0-x/)\n\n## n8n@2.20.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.0...n8n@2.20.0) for this version.\\\n**release date:** 2026-05-05\n\nthis release contains bug fixes.\n\n### contributors\n\n[jjnyn](https://github.com/jjnyn)\\\n[haimingzz](https://github.com/haimingzz)\\\n[majiayu000](https://github.com/majiayu000)\\\n[moseoh](https://github.com/moseoh)\\\n[omc12](https://github.com/omc12)\\\n[gulianrdgd](https://github.com/gulianrdgd)\\\n[jeanibarz](https://github.com/jeanibarz)\\\n[uppinote20](https://github.com/uppinote20)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.19.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.1...n8n@2.19.2) for this version.\\\n**release date:** 2026-05-01\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.19.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.1...n8n@2.19.2) for this version.\\\n**release date:** 2026-04-30\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.19.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.19.0...n8n@2.19.1) for this version.\\\n**release date:** 2026-04-29\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.19.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.19.0) for this version.\\\n**release date:** 2026-04-28\n\nthis release contains bug fixes.\n\n### contributors\n\n[abhishekdeshmukh74](https://github.com/abhishekdeshmukh74)\\\n[jeanibarz](https://github.com/jeanibarz)\\\n[yetval](https://github.com/yetval)\\\n[corazzione](https://github.com/corazzione)\\\n[kuishou68](https://github.com/kuishou68)\\\n[mdub3y](https://github.com/mdub3y)\\\n[aikido-autofix[bot]](https://github.com/apps/aikido-autofix)\\\n[vitalini](https://github.com/vitalini)\\\n[sinehypernova-0718](https://github.com/sinehypernova-0718)\\\n[nihaals](https://github.com/nihaals)\\\n[yuniq-neko](https://github.com/yuniq-neko)\\\n[patdt](https://github.com/patdt)\\\n[pedrodicati](https://github.com/pedrodicati)\\\n[gauthierplm](https://github.com/gauthierplm)\\\n[gulianrdgd](https://github.com/gulianrdgd)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.7\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.6...n8n@2.18.7) for this version.\\\n**release date:** 2026-05-04\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.6\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.5...n8n@2.18.6) for this version.\\\n**release date:** 2026-05-01\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.4...n8n@2.18.5) for this version.\\\n**release date:** 2026-04-28\n\nthis release contains bug fixes and features.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.4\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.3...n8n@2.18.4) for this version.\\\n**release date:** 2026-04-27\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.2...n8n@2.18.3) for this version.\\\n**release date:** 2026-04-24\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.1...n8n@2.18.2) for this version.\\\n**release date:** 2026-04-23\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.18.0...n8n@2.18.1) for this version.\\\n**release date:** 2026-04-22\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.18.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.18.0) for this version.\\\n**release date:** 2026-04-21\n\nthis release contains bug fixes.\n\n### contributors\n\n[jcampbell](https://github.com/jcampbell)\\\n[robrown-hubspot](https://github.com/robrown-hubspot)\\\n[rahulps1000](https://github.com/rahulps1000)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.8\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.7...n8n@2.17.8) for this version.\\\n**release date:** 2026-04-27\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.7\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.6...n8n@2.17.7) for this version.\\\n**release date:** 2026-04-24\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.6\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.5...n8n@2.17.6) for this version.\\\n**release date:** 2026-04-23\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.5\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.4...n8n@2.17.5) for this version.\\\n**release date:** 2026-04-22\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.4\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.3...n8n@2.17.4) for this version.\\\n**release date:** 2026-04-22\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.3\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.2...n8n@2.17.3) for this version.\\\n**release date:** 2026-04-20\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.1...n8n@2.17.2) for this version.\\\n**release date:** 2026-04-16\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.17.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.17.0...n8n@2.17.1) for this version.\\\n**release date:** 2026-04-15\n\nthis release contains a bug fix.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.16.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.16.0...n8n@2.16.1) for this version.\\\n**release date:** 2026-04-15\n\nthis release contains bug fixes.\n\n## n8n@2.16.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.15.0...n8n@2.16.0) for this version.\\\n**release date:** 2026-04-07\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.15.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.15.0) for this version.\\\n**release date:** 2026-03-30\n\nthis release contains bug fixes.\n\n### contributors\n\n[manusjs](https://github.com/manusjs)\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.14.2\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.1...n8n@2.14.2) for this version.\\\n**release date:** 2026-03-26\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.14.1\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.14.0...n8n@2.14.1) for this version.\\\n**release date:** 2026-03-25\n\nthis release contains bug fixes.\n\nfor full release details, refer to [releases](https://github.com/n8n-io/n8n/releases) on github.\n\n## n8n@2.14.0\n\nview the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.13.2...n8n@2.14.0) for this version.\\\n**release date:** 2026-03-24\n\nthis release contains bug fixes.\n\n### contributors\n\n[pkaya89](https://github.com/pkaya89)\\\n[kesku](https://github.com/kesku)\n\nfor full release details, refer to [releases](https:",
|
|
2873
2882
|
"importantTerms": [
|
|
2874
2883
|
"github",
|
|
2875
2884
|
"release",
|
|
@@ -2895,8 +2904,8 @@
|
|
|
2895
2904
|
"external",
|
|
2896
2905
|
"custom",
|
|
2897
2906
|
"node",
|
|
2898
|
-
"workflows",
|
|
2899
2907
|
"contributors",
|
|
2908
|
+
"workflows",
|
|
2900
2909
|
"user",
|
|
2901
2910
|
"time",
|
|
2902
2911
|
"nodes",
|
|
@@ -19382,57 +19391,6 @@
|
|
|
19382
19391
|
},
|
|
19383
19392
|
{
|
|
19384
19393
|
"id": "page-0221",
|
|
19385
|
-
"title": "Disable the API",
|
|
19386
|
-
"url": "https://docs.n8n.io/hosting/securing/disable-public-api/index.md",
|
|
19387
|
-
"urlPath": "hosting/securing/disable-public-api/index.md",
|
|
19388
|
-
"category": "hosting",
|
|
19389
|
-
"subcategory": null,
|
|
19390
|
-
"nodeName": null,
|
|
19391
|
-
"nodeType": null,
|
|
19392
|
-
"content": {
|
|
19393
|
-
"markdown": "# Disable the public REST API\n\nThe [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```\n\n## Disable the API playground\n\nTo disable the [API playground](../../../api/using-api-playground/), set the `N8N_PUBLIC_API_SWAGGERUI_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_SWAGGERUI_DISABLED=true\n```\n\n## Related resources\n\nRefer to [Deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nRefer to [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
|
|
19394
|
-
"excerpt": "# Disable the public REST API The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI. If you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation. To disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example: ``` export N8N_PUBLIC_API_DISABLED=true ``` ## Disable the API playground To disable the [A...",
|
|
19395
|
-
"sections": [
|
|
19396
|
-
{
|
|
19397
|
-
"title": "Disable the public REST API",
|
|
19398
|
-
"level": 1,
|
|
19399
|
-
"content": "The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```"
|
|
19400
|
-
}
|
|
19401
|
-
]
|
|
19402
|
-
},
|
|
19403
|
-
"metadata": {
|
|
19404
|
-
"keywords": [
|
|
19405
|
-
"disable",
|
|
19406
|
-
"public",
|
|
19407
|
-
"rest",
|
|
19408
|
-
"playground",
|
|
19409
|
-
"related",
|
|
19410
|
-
"resources"
|
|
19411
|
-
],
|
|
19412
|
-
"useCases": [],
|
|
19413
|
-
"operations": [],
|
|
19414
|
-
"codeExamples": 2,
|
|
19415
|
-
"complexity": "beginner",
|
|
19416
|
-
"readingTime": "1 min",
|
|
19417
|
-
"contentLength": 996,
|
|
19418
|
-
"relatedPages": []
|
|
19419
|
-
},
|
|
19420
|
-
"searchIndex": {
|
|
19421
|
-
"fullText": "disable the api # disable the public rest api\n\nthe [n8n public rest api](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n gui.\n\nif you don't plan on using this api, n8n recommends disabling it to improve the security of your n8n installation.\n\nto disable the [public rest api](../../../api/), set the `n8n_public_api_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_disabled=true\n```\n\n## disable the api playground\n\nto disable the [api playground](../../../api/using-api-playground/), set the `n8n_public_api_swaggerui_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_swaggerui_disabled=true\n```\n\n## related resources\n\nrefer to [deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nrefer to [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n disable the public rest api",
|
|
19422
|
-
"importantTerms": [
|
|
19423
|
-
"disable",
|
|
19424
|
-
"environment",
|
|
19425
|
-
"public",
|
|
19426
|
-
"rest",
|
|
19427
|
-
"true",
|
|
19428
|
-
"variables",
|
|
19429
|
-
"configuration",
|
|
19430
|
-
"playground"
|
|
19431
|
-
]
|
|
19432
|
-
}
|
|
19433
|
-
},
|
|
19434
|
-
{
|
|
19435
|
-
"id": "page-0222",
|
|
19436
19394
|
"title": "Hardening task runners",
|
|
19437
19395
|
"url": "https://docs.n8n.io/hosting/securing/hardening-task-runners/index.md",
|
|
19438
19396
|
"urlPath": "hosting/securing/hardening-task-runners/index.md",
|
|
@@ -19505,7 +19463,7 @@
|
|
|
19505
19463
|
}
|
|
19506
19464
|
},
|
|
19507
19465
|
{
|
|
19508
|
-
"id": "page-
|
|
19466
|
+
"id": "page-0222",
|
|
19509
19467
|
"title": "Overview",
|
|
19510
19468
|
"url": "https://docs.n8n.io/hosting/securing/overview/index.md",
|
|
19511
19469
|
"urlPath": "hosting/securing/overview/index.md",
|
|
@@ -19554,7 +19512,7 @@
|
|
|
19554
19512
|
}
|
|
19555
19513
|
},
|
|
19556
19514
|
{
|
|
19557
|
-
"id": "page-
|
|
19515
|
+
"id": "page-0223",
|
|
19558
19516
|
"title": "Restrict account registration to email-verified users",
|
|
19559
19517
|
"url": "https://docs.n8n.io/hosting/securing/restrict-by-email-verification/index.md",
|
|
19560
19518
|
"urlPath": "hosting/securing/restrict-by-email-verification/index.md",
|
|
@@ -19604,6 +19562,57 @@
|
|
|
19604
19562
|
]
|
|
19605
19563
|
}
|
|
19606
19564
|
},
|
|
19565
|
+
{
|
|
19566
|
+
"id": "page-0224",
|
|
19567
|
+
"title": "Disable the API",
|
|
19568
|
+
"url": "https://docs.n8n.io/hosting/securing/disable-public-api/index.md",
|
|
19569
|
+
"urlPath": "hosting/securing/disable-public-api/index.md",
|
|
19570
|
+
"category": "hosting",
|
|
19571
|
+
"subcategory": null,
|
|
19572
|
+
"nodeName": null,
|
|
19573
|
+
"nodeType": null,
|
|
19574
|
+
"content": {
|
|
19575
|
+
"markdown": "# Disable the public REST API\n\nThe [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```\n\n## Disable the API playground\n\nTo disable the [API playground](../../../api/using-api-playground/), set the `N8N_PUBLIC_API_SWAGGERUI_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_SWAGGERUI_DISABLED=true\n```\n\n## Related resources\n\nRefer to [Deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nRefer to [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
|
|
19576
|
+
"excerpt": "# Disable the public REST API The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI. If you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation. To disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example: ``` export N8N_PUBLIC_API_DISABLED=true ``` ## Disable the API playground To disable the [A...",
|
|
19577
|
+
"sections": [
|
|
19578
|
+
{
|
|
19579
|
+
"title": "Disable the public REST API",
|
|
19580
|
+
"level": 1,
|
|
19581
|
+
"content": "The [n8n public REST API](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n GUI.\n\nIf you don't plan on using this API, n8n recommends disabling it to improve the security of your n8n installation.\n\nTo disable the [public REST API](../../../api/), set the `N8N_PUBLIC_API_DISABLED` environment variable to `true`, for example:\n\n```\nexport N8N_PUBLIC_API_DISABLED=true\n```"
|
|
19582
|
+
}
|
|
19583
|
+
]
|
|
19584
|
+
},
|
|
19585
|
+
"metadata": {
|
|
19586
|
+
"keywords": [
|
|
19587
|
+
"disable",
|
|
19588
|
+
"public",
|
|
19589
|
+
"rest",
|
|
19590
|
+
"playground",
|
|
19591
|
+
"related",
|
|
19592
|
+
"resources"
|
|
19593
|
+
],
|
|
19594
|
+
"useCases": [],
|
|
19595
|
+
"operations": [],
|
|
19596
|
+
"codeExamples": 2,
|
|
19597
|
+
"complexity": "beginner",
|
|
19598
|
+
"readingTime": "1 min",
|
|
19599
|
+
"contentLength": 996,
|
|
19600
|
+
"relatedPages": []
|
|
19601
|
+
},
|
|
19602
|
+
"searchIndex": {
|
|
19603
|
+
"fullText": "disable the api # disable the public rest api\n\nthe [n8n public rest api](../../../api/) allows you to programmatically perform many of the same tasks as you can in the n8n gui.\n\nif you don't plan on using this api, n8n recommends disabling it to improve the security of your n8n installation.\n\nto disable the [public rest api](../../../api/), set the `n8n_public_api_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_disabled=true\n```\n\n## disable the api playground\n\nto disable the [api playground](../../../api/using-api-playground/), set the `n8n_public_api_swaggerui_disabled` environment variable to `true`, for example:\n\n```\nexport n8n_public_api_swaggerui_disabled=true\n```\n\n## related resources\n\nrefer to [deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these environment variables.\n\nrefer to [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n disable the public rest api",
|
|
19604
|
+
"importantTerms": [
|
|
19605
|
+
"disable",
|
|
19606
|
+
"environment",
|
|
19607
|
+
"public",
|
|
19608
|
+
"rest",
|
|
19609
|
+
"true",
|
|
19610
|
+
"variables",
|
|
19611
|
+
"configuration",
|
|
19612
|
+
"playground"
|
|
19613
|
+
]
|
|
19614
|
+
}
|
|
19615
|
+
},
|
|
19607
19616
|
{
|
|
19608
19617
|
"id": "page-0225",
|
|
19609
19618
|
"title": "Security audit",
|
|
@@ -31652,7 +31661,7 @@
|
|
|
31652
31661
|
"nodeName": "npm",
|
|
31653
31662
|
"nodeType": "n8n-nodes-base.npm",
|
|
31654
31663
|
"content": {
|
|
31655
|
-
"markdown": "# npm node\n\nUse the npm node to automate work in npm, and integrate npm with other applications.\n\nOn this page, you'll find a list of operations the npm node supports and links to more resources.\n\nCredentials\n\nRefer to [npm credentials](../../credentials/npm/) for guidance on setting up authentication.\n\n## Operations\n\n- Package\n - Get Package Metadata\n - Get Package Versions\n - Search for Packages\n- Distribution Tag\n - Get All Tags\n - Update a Tag\n\n## Templates and examples\n\n**Automate NPM Package Installation and Updates for Self-Hosted Environments**\n\nby Joachim Brindeau\n\n[View template details](https://n8n.io/workflows/3293-automate-npm-package-installation-and-updates-for-self-hosted-environments/)\n\n**🛠️ Npm Tool MCP Server 💪 all 5 operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5341-npm-tool-mcp-server-all-5-operations/)\n\n**AI-Powered NPM Package Intelligence Agent**\n\nby Divyanshu Gupta\n\n[View template details](https://n8n.io/workflows/
|
|
31664
|
+
"markdown": "# npm node\n\nUse the npm node to automate work in npm, and integrate npm with other applications.\n\nOn this page, you'll find a list of operations the npm node supports and links to more resources.\n\nCredentials\n\nRefer to [npm credentials](../../credentials/npm/) for guidance on setting up authentication.\n\n## Operations\n\n- Package\n - Get Package Metadata\n - Get Package Versions\n - Search for Packages\n- Distribution Tag\n - Get All Tags\n - Update a Tag\n\n## Templates and examples\n\n**Automate NPM Package Installation and Updates for Self-Hosted Environments**\n\nby Joachim Brindeau\n\n[View template details](https://n8n.io/workflows/3293-automate-npm-package-installation-and-updates-for-self-hosted-environments/)\n\n**🛠️ Npm Tool MCP Server 💪 all 5 operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5341-npm-tool-mcp-server-all-5-operations/)\n\n**AI-Powered NPM Package Intelligence Agent**\n\nby Divyanshu Gupta\n\n[View template details](https://n8n.io/workflows/15410-ai-powered-npm-package-intelligence-agent/)\n\n[Browse npm integration templates](https://n8n.io/integrations/npm/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [npm's documentation](https://docs.npmjs.com/) for more information about the service.\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
|
|
31656
31665
|
"excerpt": "# npm node Use the npm node to automate work in npm, and integrate npm with other applications. On this page, you'll find a list of operations the npm node supports and links to more resources. Credentials Refer to [npm credentials](../../credentials/npm/) for guidance on setting up authentication. ## Operations - Package - Get Package Metadata - Get Package Versions - Search for Packages - Distribution Tag - Get All Tags - Update a Tag ## Templates and examples **Automate NPM...",
|
|
31657
31666
|
"sections": [
|
|
31658
31667
|
{
|
|
@@ -31688,7 +31697,7 @@
|
|
|
31688
31697
|
"relatedPages": []
|
|
31689
31698
|
},
|
|
31690
31699
|
"searchIndex": {
|
|
31691
|
-
"fullText": "npm # npm node\n\nuse the npm node to automate work in npm, and integrate npm with other applications.\n\non this page, you'll find a list of operations the npm node supports and links to more resources.\n\ncredentials\n\nrefer to [npm credentials](../../credentials/npm/) for guidance on setting up authentication.\n\n## operations\n\n- package\n - get package metadata\n - get package versions\n - search for packages\n- distribution tag\n - get all tags\n - update a tag\n\n## templates and examples\n\n**automate npm package installation and updates for self-hosted environments**\n\nby joachim brindeau\n\n[view template details](https://n8n.io/workflows/3293-automate-npm-package-installation-and-updates-for-self-hosted-environments/)\n\n**🛠️ npm tool mcp server 💪 all 5 operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5341-npm-tool-mcp-server-all-5-operations/)\n\n**ai-powered npm package intelligence agent**\n\nby divyanshu gupta\n\n[view template details](https://n8n.io/workflows/
|
|
31700
|
+
"fullText": "npm # npm node\n\nuse the npm node to automate work in npm, and integrate npm with other applications.\n\non this page, you'll find a list of operations the npm node supports and links to more resources.\n\ncredentials\n\nrefer to [npm credentials](../../credentials/npm/) for guidance on setting up authentication.\n\n## operations\n\n- package\n - get package metadata\n - get package versions\n - search for packages\n- distribution tag\n - get all tags\n - update a tag\n\n## templates and examples\n\n**automate npm package installation and updates for self-hosted environments**\n\nby joachim brindeau\n\n[view template details](https://n8n.io/workflows/3293-automate-npm-package-installation-and-updates-for-self-hosted-environments/)\n\n**🛠️ npm tool mcp server 💪 all 5 operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5341-npm-tool-mcp-server-all-5-operations/)\n\n**ai-powered npm package intelligence agent**\n\nby divyanshu gupta\n\n[view template details](https://n8n.io/workflows/15410-ai-powered-npm-package-intelligence-agent/)\n\n[browse npm integration templates](https://n8n.io/integrations/npm/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [npm's documentation](https://docs.npmjs.com/) for more information about the service.\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n npm node",
|
|
31692
31701
|
"importantTerms": [
|
|
31693
31702
|
"node",
|
|
31694
31703
|
"package",
|
|
@@ -35519,7 +35528,7 @@
|
|
|
35519
35528
|
"nodeName": "todoist",
|
|
35520
35529
|
"nodeType": "n8n-nodes-base.todoist",
|
|
35521
35530
|
"content": {
|
|
35522
|
-
"markdown": "# Todoist node\n\nUse the Todoist node to automate work in Todoist, and integrate Todoist with other applications. n8n has built-in support for a wide range of Todoist features, including creating, updating, deleting, and getting tasks.\n\nOn this page, you'll find a list of operations the Todoist node supports and links to more resources.\n\nCredentials\n\nRefer to [Todoist credentials](../../credentials/todoist/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Task\n - Create a new task\n - Close a task\n - Delete a task\n - Get a task\n - Get all tasks\n - Reopen a task\n - Update a task\n\n## Templates and examples\n\n**Realtime Notion Todoist 2-way
|
|
35531
|
+
"markdown": "# Todoist node\n\nUse the Todoist node to automate work in Todoist, and integrate Todoist with other applications. n8n has built-in support for a wide range of Todoist features, including creating, updating, deleting, and getting tasks.\n\nOn this page, you'll find a list of operations the Todoist node supports and links to more resources.\n\nCredentials\n\nRefer to [Todoist credentials](../../credentials/todoist/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Task\n - Create a new task\n - Close a task\n - Delete a task\n - Get a task\n - Get all tasks\n - Reopen a task\n - Update a task\n\n## Templates and examples\n\n**Realtime Notion Todoist 2-way sync with Redis**\n\nby Mario\n\n[View template details](https://n8n.io/workflows/2772-realtime-notion-todoist-2-way-sync-with-redis/)\n\n**Sync tasks automatically from Todoist to Notion**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1778-sync-tasks-automatically-from-todoist-to-notion/)\n\n**Effortless Task Management: Create Todoist Tasks Directly from Telegram with AI**\n\nby Onur\n\n[View template details](https://n8n.io/workflows/3052-effortless-task-management-create-todoist-tasks-directly-from-telegram-with-ai/)\n\n[Browse Todoist integration templates](https://n8n.io/integrations/todoist/), or [search all templates](https://n8n.io/workflows/)\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
|
|
35523
35532
|
"excerpt": "# Todoist node Use the Todoist node to automate work in Todoist, and integrate Todoist with other applications. n8n has built-in support for a wide range of Todoist features, including creating, updating, deleting, and getting tasks. On this page, you'll find a list of operations the Todoist node supports and links to more resources. Credentials Refer to [Todoist credentials](../../credentials/todoist/) for guidance on setting up authentication. This node can be used as an AI tool This nod...",
|
|
35524
35533
|
"sections": [
|
|
35525
35534
|
{
|
|
@@ -41623,7 +41632,7 @@
|
|
|
41623
41632
|
"nodeName": null,
|
|
41624
41633
|
"nodeType": null,
|
|
41625
41634
|
"content": {
|
|
41626
|
-
"markdown": "# OpenAI node\n\nUse the OpenAI node to automate work in OpenAI and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating images and assistants, as well as chatting with models.\n\nOn this page, you'll find a list of operations the OpenAI node supports and links to more resources.\n\nPrevious node versions\n\nThe OpenAI node replaces the OpenAI assistant node from version 1.29.0 on. n8n version 1.117.0 introduces V2 of the OpenAI node that supports the OpenAI Responses API and removes support for the [to-be-deprecated Assistants API](https://platform.openai.com/docs/assistants/migration).\n\nCredentials\n\nRefer to [OpenAI credentials](../../credentials/openai/) for guidance on setting up authentication.\n\n## Operations\n\n- **Text**\n - [**Generate a Chat Completion**](text-operations/#generate-a-chat-completion)\n - [**Generate a Model Response**](text-operations/#generate-a-model-response)\n - [**Classify Text for Violations**](text-operations/#classify-text-for-violations)\n- **Image**\n - [**Analyze Image**](image-operations/#analyze-image)\n - [**Generate an Image**](image-operations/#generate-an-image)\n - [**Edit an Image**](image-operations/#edit-an-image)\n- **Audio**\n - [**Generate Audio**](audio-operations/#generate-audio)\n - [**Transcribe a Recording**](audio-operations/#transcribe-a-recording)\n - [**Translate a Recording**](audio-operations/#translate-a-recording)\n- **File**\n - [**Delete a File**](file-operations/#delete-a-file)\n - [**List Files**](file-operations/#list-files)\n - [**Upload a File**](file-operations/#upload-a-file)\n- **Video**\n - [**Generate a Video**](video-operations/#generate-video)\n- **Conversation**\n - [**Create a Conversation**](conversation-operations/#create-a-conversation)\n - [**Get a Conversation**](conversation-operations/#get-a-conversation)\n - [**Update a Conversation**](conversation-operations/#update-a-conversation)\n - [**Remove a Conversation**](conversation-operations/#remove-a-conversation)\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
41635
|
+
"markdown": "# OpenAI node\n\nUse the OpenAI node to automate work in OpenAI and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating images and assistants, as well as chatting with models.\n\nOn this page, you'll find a list of operations the OpenAI node supports and links to more resources.\n\nPrevious node versions\n\nThe OpenAI node replaces the OpenAI assistant node from version 1.29.0 on. n8n version 1.117.0 introduces V2 of the OpenAI node that supports the OpenAI Responses API and removes support for the [to-be-deprecated Assistants API](https://platform.openai.com/docs/assistants/migration).\n\nCredentials\n\nRefer to [OpenAI credentials](../../credentials/openai/) for guidance on setting up authentication.\n\n## Operations\n\n- **Text**\n - [**Generate a Chat Completion**](text-operations/#generate-a-chat-completion)\n - [**Generate a Model Response**](text-operations/#generate-a-model-response)\n - [**Classify Text for Violations**](text-operations/#classify-text-for-violations)\n- **Image**\n - [**Analyze Image**](image-operations/#analyze-image)\n - [**Generate an Image**](image-operations/#generate-an-image)\n - [**Edit an Image**](image-operations/#edit-an-image)\n- **Audio**\n - [**Generate Audio**](audio-operations/#generate-audio)\n - [**Transcribe a Recording**](audio-operations/#transcribe-a-recording)\n - [**Translate a Recording**](audio-operations/#translate-a-recording)\n- **File**\n - [**Delete a File**](file-operations/#delete-a-file)\n - [**List Files**](file-operations/#list-files)\n - [**Upload a File**](file-operations/#upload-a-file)\n- **Video**\n - [**Generate a Video**](video-operations/#generate-video)\n- **Conversation**\n - [**Create a Conversation**](conversation-operations/#create-a-conversation)\n - [**Get a Conversation**](conversation-operations/#get-a-conversation)\n - [**Update a Conversation**](conversation-operations/#update-a-conversation)\n - [**Remove a Conversation**](conversation-operations/#remove-a-conversation)\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[Browse OpenAI integration templates](https://n8n.io/integrations/openai/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [OpenAI's documentation](https://beta.openai.com/docs/introduction) for more information about the service.\n\nRefer to [OpenAI's assistants documentation](https://platform.openai.com/docs/assistants/how-it-works/objects) for more information about how assistants work.\n\nFor help dealing with rate limits, refer to [Handling rate limits](../../rate-limits/).\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n\n## Using tools with OpenAI assistants\n\nSome operations allow you to connect tools. [Tools](../../../../advanced-ai/examples/understand-tools/) act like addons that your AI can use to access extra context or resources.\n\nSelect the **Tools** connector to browse the available tools and add them.\n\nOnce you add a tool connection, the OpenAI node becomes a [root node](../../../../glossary/#root-node-n8n), allowing it to form a [cluster node](../../../../glossary/#cluster-node-n8n) with the tools [sub-nodes](../../../../glossary/#sub-node-n8n). See [Node types](../../node-types/#cluster-nodes) for more information on cluster nodes and root nodes.\n\n### Operations that support tool connectors\n\n- **Text**\n - [**Generate a Chat Completion**](text-operations/#generate-a-chat-completion)\n - [**Generate a Model Response**](text-operations/#generate-a-model-response)\n\n## Common issues\n\nFor common questions or issues and suggested solutions, refer to [Common issues](common-issues/).\n",
|
|
41627
41636
|
"excerpt": "# OpenAI node Use the OpenAI node to automate work in OpenAI and integrate OpenAI with other applications. n8n has built-in support for a wide range of OpenAI features, including creating images and assistants, as well as chatting with models. On this page, you'll find a list of operations the OpenAI node supports and links to more resources. Previous node versions The OpenAI node replaces the OpenAI assistant node from version 1.29.0 on. n8n version 1.117.0 introduces V2 of the OpenAI node...",
|
|
41628
41637
|
"sections": [
|
|
41629
41638
|
{
|
|
@@ -41667,19 +41676,19 @@
|
|
|
41667
41676
|
"codeExamples": 0,
|
|
41668
41677
|
"complexity": "beginner",
|
|
41669
41678
|
"readingTime": "3 min",
|
|
41670
|
-
"contentLength":
|
|
41679
|
+
"contentLength": 4560,
|
|
41671
41680
|
"relatedPages": []
|
|
41672
41681
|
},
|
|
41673
41682
|
"searchIndex": {
|
|
41674
|
-
"fullText": "openai # openai node\n\nuse the openai node to automate work in openai and integrate openai with other applications. n8n has built-in support for a wide range of openai features, including creating images and assistants, as well as chatting with models.\n\non this page, you'll find a list of operations the openai node supports and links to more resources.\n\nprevious node versions\n\nthe openai node replaces the openai assistant node from version 1.29.0 on. n8n version 1.117.0 introduces v2 of the openai node that supports the openai responses api and removes support for the [to-be-deprecated assistants api](https://platform.openai.com/docs/assistants/migration).\n\ncredentials\n\nrefer to [openai credentials](../../credentials/openai/) for guidance on setting up authentication.\n\n## operations\n\n- **text**\n - [**generate a chat completion**](text-operations/#generate-a-chat-completion)\n - [**generate a model response**](text-operations/#generate-a-model-response)\n - [**classify text for violations**](text-operations/#classify-text-for-violations)\n- **image**\n - [**analyze image**](image-operations/#analyze-image)\n - [**generate an image**](image-operations/#generate-an-image)\n - [**edit an image**](image-operations/#edit-an-image)\n- **audio**\n - [**generate audio**](audio-operations/#generate-audio)\n - [**transcribe a recording**](audio-operations/#transcribe-a-recording)\n - [**translate a recording**](audio-operations/#translate-a-recording)\n- **file**\n - [**delete a file**](file-operations/#delete-a-file)\n - [**list files**](file-operations/#list-files)\n - [**upload a file**](file-operations/#upload-a-file)\n- **video**\n - [**generate a video**](video-operations/#generate-video)\n- **conversation**\n - [**create a conversation**](conversation-operations/#create-a-conversation)\n - [**get a conversation**](conversation-operations/#get-a-conversation)\n - [**update a conversation**](conversation-operations/#update-a-conversation)\n - [**remove a conversation**](conversation-operations/#remove-a-conversation)\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
41683
|
+
"fullText": "openai # openai node\n\nuse the openai node to automate work in openai and integrate openai with other applications. n8n has built-in support for a wide range of openai features, including creating images and assistants, as well as chatting with models.\n\non this page, you'll find a list of operations the openai node supports and links to more resources.\n\nprevious node versions\n\nthe openai node replaces the openai assistant node from version 1.29.0 on. n8n version 1.117.0 introduces v2 of the openai node that supports the openai responses api and removes support for the [to-be-deprecated assistants api](https://platform.openai.com/docs/assistants/migration).\n\ncredentials\n\nrefer to [openai credentials](../../credentials/openai/) for guidance on setting up authentication.\n\n## operations\n\n- **text**\n - [**generate a chat completion**](text-operations/#generate-a-chat-completion)\n - [**generate a model response**](text-operations/#generate-a-model-response)\n - [**classify text for violations**](text-operations/#classify-text-for-violations)\n- **image**\n - [**analyze image**](image-operations/#analyze-image)\n - [**generate an image**](image-operations/#generate-an-image)\n - [**edit an image**](image-operations/#edit-an-image)\n- **audio**\n - [**generate audio**](audio-operations/#generate-audio)\n - [**transcribe a recording**](audio-operations/#transcribe-a-recording)\n - [**translate a recording**](audio-operations/#translate-a-recording)\n- **file**\n - [**delete a file**](file-operations/#delete-a-file)\n - [**list files**](file-operations/#list-files)\n - [**upload a file**](file-operations/#upload-a-file)\n- **video**\n - [**generate a video**](video-operations/#generate-video)\n- **conversation**\n - [**create a conversation**](conversation-operations/#create-a-conversation)\n - [**get a conversation**](conversation-operations/#get-a-conversation)\n - [**update a conversation**](conversation-operations/#update-a-conversation)\n - [**remove a conversation**](conversation-operations/#remove-a-conversation)\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[browse openai integration templates](https://n8n.io/integrations/openai/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [openai's documentation](https://beta.openai.com/docs/introduction) for more information about the service.\n\nrefer to [openai's assistants documentation](https://platform.openai.com/docs/assistants/how-it-works/objects) for more information about how assistants work.\n\nfor help dealing with rate limits, refer to [handling rate limits](../../rate-limits/).\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n\n## using tools with openai assistants\n\nsome operations allow you to connect tools. [tools](../../../../advanced-ai/examples/understand-tools/) act like addons that your ai can use to access extra context or resources.\n\nselect the **tools** connector to browse the available tools and add them.\n\nonce you add a tool connection, the openai node becomes a [root node](../../../../glossary/#root-node-n8n), allowing it to form a [cluster node](../../../../glossary/#cluster-node-n8n) with the tools [sub-nodes](../../../../glossary/#sub-node-n8n). see [node types](../../node-types/#cluster-nodes) for more information on cluster nodes and root nodes.\n\n### operations that support tool connectors\n\n- **text**\n - [**generate a chat completion**](text-operations/#generate-a-chat-completion)\n - [**generate a model response**](text-operations/#generate-a-model-response)\n\n## common issues\n\nfor common questions or issues and suggested solutions, refer to [common issues](common-issues/).\n openai node",
|
|
41675
41684
|
"importantTerms": [
|
|
41676
41685
|
"operations",
|
|
41677
41686
|
"openai",
|
|
41678
41687
|
"node",
|
|
41679
41688
|
"generate",
|
|
41680
41689
|
"conversation",
|
|
41681
|
-
"image",
|
|
41682
41690
|
"text",
|
|
41691
|
+
"image",
|
|
41683
41692
|
"https",
|
|
41684
41693
|
"file",
|
|
41685
41694
|
"with",
|
|
@@ -41707,6 +41716,7 @@
|
|
|
41707
41716
|
"this",
|
|
41708
41717
|
"list",
|
|
41709
41718
|
"resources",
|
|
41719
|
+
"assistant",
|
|
41710
41720
|
"that",
|
|
41711
41721
|
"docs",
|
|
41712
41722
|
"credentials",
|
|
@@ -42641,7 +42651,7 @@
|
|
|
42641
42651
|
"nodeName": null,
|
|
42642
42652
|
"nodeType": null,
|
|
42643
42653
|
"content": {
|
|
42644
|
-
"markdown": "# Summarization Chain node\n\nUse the Summarization Chain node to summarize multiple documents.\n\nOn this page, you'll find the node parameters for the Summarization Chain node, and links to more resources.\n\n## Node parameters\n\nChoose the type of data you need to summarize in **Data to Summarize**. The data type you choose determines the other node parameters.\n\n- **Use Node Input (JSON)** and **Use Node Input (Binary)**: summarize the data coming into the node from the workflow.\n - You can configure the **Chunking Strategy**: choose what strategy to use to define the data chunk sizes.\n - If you choose **Simple (Define Below)** you can then set **Characters Per Chunk** and **Chunk Overlap (Characters)**.\n - Choose **Advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **Use Document Loader**: summarize data provided by a document loader sub-node.\n\n## Node Options\n\nYou can configure the summarization method and prompts. Select **Add Option** > **Summarization Method and Prompts**.\n\nOptions in **Summarization Method**:\n\n- **Map Reduce**: this is the recommended option. Learn more about [Map Reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the LangChain documentation.\n- **Refine**: learn more about [Refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the LangChain documentation.\n- **Stuff**: learn more about [Stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the LangChain documentation.\n\nYou can customize the **Individual Summary Prompts** and the **Final Prompt to Combine**. There are examples in the node. You must include the `\"{text}\"` placeholder.\n\n## Templates and examples\n\n**Scrape and summarize webpages with AI**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n
|
|
42654
|
+
"markdown": "# Summarization Chain node\n\nUse the Summarization Chain node to summarize multiple documents.\n\nOn this page, you'll find the node parameters for the Summarization Chain node, and links to more resources.\n\n## Node parameters\n\nChoose the type of data you need to summarize in **Data to Summarize**. The data type you choose determines the other node parameters.\n\n- **Use Node Input (JSON)** and **Use Node Input (Binary)**: summarize the data coming into the node from the workflow.\n - You can configure the **Chunking Strategy**: choose what strategy to use to define the data chunk sizes.\n - If you choose **Simple (Define Below)** you can then set **Characters Per Chunk** and **Chunk Overlap (Characters)**.\n - Choose **Advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **Use Document Loader**: summarize data provided by a document loader sub-node.\n\n## Node Options\n\nYou can configure the summarization method and prompts. Select **Add Option** > **Summarization Method and Prompts**.\n\nOptions in **Summarization Method**:\n\n- **Map Reduce**: this is the recommended option. Learn more about [Map Reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the LangChain documentation.\n- **Refine**: learn more about [Refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the LangChain documentation.\n- **Stuff**: learn more about [Stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the LangChain documentation.\n\nYou can customize the **Individual Summary Prompts** and the **Final Prompt to Combine**. There are examples in the node. You must include the `\"{text}\"` placeholder.\n\n## Templates and examples\n\n**Scrape and summarize webpages with AI**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n**��AI-Powered YouTube Video Summarization & Analysis**\n\nby Joseph LePage\n\n[View template details](https://n8n.io/workflows/2679-ai-powered-youtube-video-summarization-and-analysis/)\n\n**AI Automated HR Workflow for CV Analysis and Candidate Evaluation**\n\nby Davide Boizza\n\n[View template details](https://n8n.io/workflows/2860-ai-automated-hr-workflow-for-cv-analysis-and-candidate-evaluation/)\n\n[Browse Summarization Chain integration templates](https://n8n.io/integrations/summarization-chain/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's documentation on summarization](https://js.langchain.com/docs/tutorials/summarization/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
|
|
42645
42655
|
"excerpt": "# Summarization Chain node Use the Summarization Chain node to summarize multiple documents. On this page, you'll find the node parameters for the Summarization Chain node, and links to more resources. ## Node parameters Choose the type of data you need to summarize in **Data to Summarize**. The data type you choose determines the other node parameters. - **Use Node Input (JSON)** and **Use Node Input (Binary)**: summarize the data coming into the node from the workflow. - You can configu...",
|
|
42646
42656
|
"sections": [
|
|
42647
42657
|
{
|
|
@@ -42668,11 +42678,11 @@
|
|
|
42668
42678
|
"codeExamples": 0,
|
|
42669
42679
|
"complexity": "beginner",
|
|
42670
42680
|
"readingTime": "2 min",
|
|
42671
|
-
"contentLength":
|
|
42681
|
+
"contentLength": 2684,
|
|
42672
42682
|
"relatedPages": []
|
|
42673
42683
|
},
|
|
42674
42684
|
"searchIndex": {
|
|
42675
|
-
"fullText": "summarization chain # summarization chain node\n\nuse the summarization chain node to summarize multiple documents.\n\non this page, you'll find the node parameters for the summarization chain node, and links to more resources.\n\n## node parameters\n\nchoose the type of data you need to summarize in **data to summarize**. the data type you choose determines the other node parameters.\n\n- **use node input (json)** and **use node input (binary)**: summarize the data coming into the node from the workflow.\n - you can configure the **chunking strategy**: choose what strategy to use to define the data chunk sizes.\n - if you choose **simple (define below)** you can then set **characters per chunk** and **chunk overlap (characters)**.\n - choose **advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **use document loader**: summarize data provided by a document loader sub-node.\n\n## node options\n\nyou can configure the summarization method and prompts. select **add option** > **summarization method and prompts**.\n\noptions in **summarization method**:\n\n- **map reduce**: this is the recommended option. learn more about [map reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the langchain documentation.\n- **refine**: learn more about [refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the langchain documentation.\n- **stuff**: learn more about [stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the langchain documentation.\n\nyou can customize the **individual summary prompts** and the **final prompt to combine**. there are examples in the node. you must include the `\"{text}\"` placeholder.\n\n## templates and examples\n\n**scrape and summarize webpages with ai**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n
|
|
42685
|
+
"fullText": "summarization chain # summarization chain node\n\nuse the summarization chain node to summarize multiple documents.\n\non this page, you'll find the node parameters for the summarization chain node, and links to more resources.\n\n## node parameters\n\nchoose the type of data you need to summarize in **data to summarize**. the data type you choose determines the other node parameters.\n\n- **use node input (json)** and **use node input (binary)**: summarize the data coming into the node from the workflow.\n - you can configure the **chunking strategy**: choose what strategy to use to define the data chunk sizes.\n - if you choose **simple (define below)** you can then set **characters per chunk** and **chunk overlap (characters)**.\n - choose **advanced** if you want to connect a splitter sub-node that provides more configuration options.\n- **use document loader**: summarize data provided by a document loader sub-node.\n\n## node options\n\nyou can configure the summarization method and prompts. select **add option** > **summarization method and prompts**.\n\noptions in **summarization method**:\n\n- **map reduce**: this is the recommended option. learn more about [map reduce](https://js.langchain.com/v0.1/docs/modules/chains/document/map_reduce/) in the langchain documentation.\n- **refine**: learn more about [refine](https://js.langchain.com/v0.1/docs/modules/chains/document/refine/) in the langchain documentation.\n- **stuff**: learn more about [stuff](https://js.langchain.com/v0.1/docs/modules/chains/document/stuff/) in the langchain documentation.\n\nyou can customize the **individual summary prompts** and the **final prompt to combine**. there are examples in the node. you must include the `\"{text}\"` placeholder.\n\n## templates and examples\n\n**scrape and summarize webpages with ai**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n**��ai-powered youtube video summarization & analysis**\n\nby joseph lepage\n\n[view template details](https://n8n.io/workflows/2679-ai-powered-youtube-video-summarization-and-analysis/)\n\n**ai automated hr workflow for cv analysis and candidate evaluation**\n\nby davide boizza\n\n[view template details](https://n8n.io/workflows/2860-ai-automated-hr-workflow-for-cv-analysis-and-candidate-evaluation/)\n\n[browse summarization chain integration templates](https://n8n.io/integrations/summarization-chain/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's documentation on summarization](https://js.langchain.com/docs/tutorials/summarization/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n summarization chain node",
|
|
42676
42686
|
"importantTerms": [
|
|
42677
42687
|
"summarization",
|
|
42678
42688
|
"node",
|
|
@@ -44581,7 +44591,7 @@
|
|
|
44581
44591
|
"nodeName": null,
|
|
44582
44592
|
"nodeType": null,
|
|
44583
44593
|
"content": {
|
|
44584
|
-
"markdown": "# AI Agent node\n\nAn [AI agent](../../../../../glossary/#ai-agent) is an autonomous system that receives data, makes rational decisions, and acts within its environment to achieve specific goals. The AI agent's environment is everything the agent can access that isn't the agent itself. This agent uses external [tools](../../../../../glossary/#ai-tool) and APIs to perform actions and retrieve information. It can understand the capabilities of different tools and determine which tool to use depending on the task.\n\nConnect a tool\n\nYou must connect at least one tool [sub-node](../../sub-nodes/) to an AI Agent node.\n\nAgent type\n\nPrior to version 1.82.0, the AI Agent had a setting for working as different agent types. This has now been removed and all AI Agent nodes work as a `Tools Agent` which was the recommended and most frequently used setting. If you're working with older versions of the AI Agent in workflows or templates, as long as they were set to 'Tools Agent', they should continue to behave as intended with the updated node.\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
44594
|
+
"markdown": "# AI Agent node\n\nAn [AI agent](../../../../../glossary/#ai-agent) is an autonomous system that receives data, makes rational decisions, and acts within its environment to achieve specific goals. The AI agent's environment is everything the agent can access that isn't the agent itself. This agent uses external [tools](../../../../../glossary/#ai-tool) and APIs to perform actions and retrieve information. It can understand the capabilities of different tools and determine which tool to use depending on the task.\n\nConnect a tool\n\nYou must connect at least one tool [sub-node](../../sub-nodes/) to an AI Agent node.\n\nAgent type\n\nPrior to version 1.82.0, the AI Agent had a setting for working as different agent types. This has now been removed and all AI Agent nodes work as a `Tools Agent` which was the recommended and most frequently used setting. If you're working with older versions of the AI Agent in workflows or templates, as long as they were set to 'Tools Agent', they should continue to behave as intended with the updated node.\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[Browse AI Agent integration templates](https://n8n.io/integrations/agent/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's documentation on agents](https://js.langchain.com/docs/concepts/agents/) for more information about the service.\n\nNew to AI Agents? Read the [n8n blog introduction to AI agents](https://blog.n8n.io/ai-agents/).\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n\n## Common issues\n\nFor common errors or issues and suggested resolution steps, refer to [Common Issues](common-issues/).\n",
|
|
44585
44595
|
"excerpt": "# AI Agent node An [AI agent](../../../../../glossary/#ai-agent) is an autonomous system that receives data, makes rational decisions, and acts within its environment to achieve specific goals. The AI agent's environment is everything the agent can access that isn't the agent itself. This agent uses external [tools](../../../../../glossary/#ai-tool) and APIs to perform actions and retrieve information. It can understand the capabilities of different tools and determine which tool to use dependi...",
|
|
44586
44596
|
"sections": [
|
|
44587
44597
|
{
|
|
@@ -44607,11 +44617,11 @@
|
|
|
44607
44617
|
"codeExamples": 0,
|
|
44608
44618
|
"complexity": "beginner",
|
|
44609
44619
|
"readingTime": "2 min",
|
|
44610
|
-
"contentLength":
|
|
44620
|
+
"contentLength": 2094,
|
|
44611
44621
|
"relatedPages": []
|
|
44612
44622
|
},
|
|
44613
44623
|
"searchIndex": {
|
|
44614
|
-
"fullText": "ai agent # ai agent node\n\nan [ai agent](../../../../../glossary/#ai-agent) is an autonomous system that receives data, makes rational decisions, and acts within its environment to achieve specific goals. the ai agent's environment is everything the agent can access that isn't the agent itself. this agent uses external [tools](../../../../../glossary/#ai-tool) and apis to perform actions and retrieve information. it can understand the capabilities of different tools and determine which tool to use depending on the task.\n\nconnect a tool\n\nyou must connect at least one tool [sub-node](../../sub-nodes/) to an ai agent node.\n\nagent type\n\nprior to version 1.82.0, the ai agent had a setting for working as different agent types. this has now been removed and all ai agent nodes work as a `tools agent` which was the recommended and most frequently used setting. if you're working with older versions of the ai agent in workflows or templates, as long as they were set to 'tools agent', they should continue to behave as intended with the updated node.\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
44624
|
+
"fullText": "ai agent # ai agent node\n\nan [ai agent](../../../../../glossary/#ai-agent) is an autonomous system that receives data, makes rational decisions, and acts within its environment to achieve specific goals. the ai agent's environment is everything the agent can access that isn't the agent itself. this agent uses external [tools](../../../../../glossary/#ai-tool) and apis to perform actions and retrieve information. it can understand the capabilities of different tools and determine which tool to use depending on the task.\n\nconnect a tool\n\nyou must connect at least one tool [sub-node](../../sub-nodes/) to an ai agent node.\n\nagent type\n\nprior to version 1.82.0, the ai agent had a setting for working as different agent types. this has now been removed and all ai agent nodes work as a `tools agent` which was the recommended and most frequently used setting. if you're working with older versions of the ai agent in workflows or templates, as long as they were set to 'tools agent', they should continue to behave as intended with the updated node.\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[browse ai agent integration templates](https://n8n.io/integrations/agent/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's documentation on agents](https://js.langchain.com/docs/concepts/agents/) for more information about the service.\n\nnew to ai agents? read the [n8n blog introduction to ai agents](https://blog.n8n.io/ai-agents/).\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n\n## common issues\n\nfor common errors or issues and suggested resolution steps, refer to [common issues](common-issues/).\n ai agent node",
|
|
44615
44625
|
"importantTerms": [
|
|
44616
44626
|
"agent",
|
|
44617
44627
|
"https",
|
|
@@ -47217,7 +47227,7 @@
|
|
|
47217
47227
|
"nodeName": null,
|
|
47218
47228
|
"nodeType": null,
|
|
47219
47229
|
"content": {
|
|
47220
|
-
"markdown": "# Lemonade Chat Model node\n\nUse the Lemonade Chat Model node to run chat-capable language models managed by a Lemonade server from within n8n. This node functions as a LangChain-compatible chat model root node and is suitable for chat-style workloads. It lets you select a model hosted on your Lemonade server, and control generation behavior using common sampling and decoding options.\n\nOn this page, you'll find a list of the node parameters, and available options to refine generation.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n### Model\n\nThe model which will generate the completion. Models are loaded and managed through the Lemonade server. This parameter is required. Select the model name made available by your Lemonade server (for example, a model alias like \"gpt-4\", or any custom model name exposed by Lemonade).\n\nModels are provided by the Lemonade server; if you don't see the model you expect, verify your Lemonade server configuration and credentials.\n\n## Node options\n\nUse these options to further refine the node's behavior.\n\n### Sampling Temperature\n\nControls the randomness of the generated text. Lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0.7 |\n\n### Top P\n\nControls which words the model can choose from when generating text. Lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 1 |\n\n### Frequency Penalty\n\nAdjusts the penalty for tokens that have already appeared in the generated text. Positive values discourage repetition, negative values encourage it.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Presence Penalty\n\nAdjusts the penalty for tokens based on their presence in the generated text so far. Positive values penalize tokens that have already appeared, encouraging diversity.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Max Tokens to Generate\n\nThe maximum number of tokens to generate. Set to -1 for no limit. Be cautious when setting this to a large value, as it can lead to long outputs.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | -1 |\n\n### Stop Sequences\n\nComma-separated list of sequences where the model will stop generating text. Use this to define explicit termination strings for responses.\n\n| Property | Value |\n| -------- | ------ |\n| Type | string |\n| Required | no |\n| Default | \"\" |\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
47230
|
+
"markdown": "# Lemonade Chat Model node\n\nUse the Lemonade Chat Model node to run chat-capable language models managed by a Lemonade server from within n8n. This node functions as a LangChain-compatible chat model root node and is suitable for chat-style workloads. It lets you select a model hosted on your Lemonade server, and control generation behavior using common sampling and decoding options.\n\nOn this page, you'll find a list of the node parameters, and available options to refine generation.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n### Model\n\nThe model which will generate the completion. Models are loaded and managed through the Lemonade server. This parameter is required. Select the model name made available by your Lemonade server (for example, a model alias like \"gpt-4\", or any custom model name exposed by Lemonade).\n\nModels are provided by the Lemonade server; if you don't see the model you expect, verify your Lemonade server configuration and credentials.\n\n## Node options\n\nUse these options to further refine the node's behavior.\n\n### Sampling Temperature\n\nControls the randomness of the generated text. Lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0.7 |\n\n### Top P\n\nControls which words the model can choose from when generating text. Lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 1 |\n\n### Frequency Penalty\n\nAdjusts the penalty for tokens that have already appeared in the generated text. Positive values discourage repetition, negative values encourage it.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Presence Penalty\n\nAdjusts the penalty for tokens based on their presence in the generated text so far. Positive values penalize tokens that have already appeared, encouraging diversity.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Max Tokens to Generate\n\nThe maximum number of tokens to generate. Set to -1 for no limit. Be cautious when setting this to a large value, as it can lead to long outputs.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | -1 |\n\n### Stop Sequences\n\nComma-separated list of sequences where the model will stop generating text. Use this to define explicit termination strings for responses.\n\n| Property | Value |\n| -------- | ------ |\n| Type | string |\n| Required | no |\n| Default | \"\" |\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[Browse Lemonade Chat Model integration templates](https://n8n.io/integrations/lemonade-chat-model/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Lemonade Server's documentation](https://lemonade-server.ai/docs/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
|
|
47221
47231
|
"excerpt": "# Lemonade Chat Model node Use the Lemonade Chat Model node to run chat-capable language models managed by a Lemonade server from within n8n. This node functions as a LangChain-compatible chat model root node and is suitable for chat-style workloads. It lets you select a model hosted on your Lemonade server, and control generation behavior using common sampling and decoding options. On this page, you'll find a list of the node parameters, and available options to refine generation. Credential...",
|
|
47222
47232
|
"sections": [
|
|
47223
47233
|
{
|
|
@@ -47254,11 +47264,11 @@
|
|
|
47254
47264
|
"codeExamples": 0,
|
|
47255
47265
|
"complexity": "intermediate",
|
|
47256
47266
|
"readingTime": "4 min",
|
|
47257
|
-
"contentLength":
|
|
47267
|
+
"contentLength": 4388,
|
|
47258
47268
|
"relatedPages": []
|
|
47259
47269
|
},
|
|
47260
47270
|
"searchIndex": {
|
|
47261
|
-
"fullText": "lemonade chat model # lemonade chat model node\n\nuse the lemonade chat model node to run chat-capable language models managed by a lemonade server from within n8n. this node functions as a langchain-compatible chat model root node and is suitable for chat-style workloads. it lets you select a model hosted on your lemonade server, and control generation behavior using common sampling and decoding options.\n\non this page, you'll find a list of the node parameters, and available options to refine generation.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n### model\n\nthe model which will generate the completion. models are loaded and managed through the lemonade server. this parameter is required. select the model name made available by your lemonade server (for example, a model alias like \"gpt-4\", or any custom model name exposed by lemonade).\n\nmodels are provided by the lemonade server; if you don't see the model you expect, verify your lemonade server configuration and credentials.\n\n## node options\n\nuse these options to further refine the node's behavior.\n\n### sampling temperature\n\ncontrols the randomness of the generated text. lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0.7 |\n\n### top p\n\ncontrols which words the model can choose from when generating text. lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 1 |\n\n### frequency penalty\n\nadjusts the penalty for tokens that have already appeared in the generated text. positive values discourage repetition, negative values encourage it.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### presence penalty\n\nadjusts the penalty for tokens based on their presence in the generated text so far. positive values penalize tokens that have already appeared, encouraging diversity.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### max tokens to generate\n\nthe maximum number of tokens to generate. set to -1 for no limit. be cautious when setting this to a large value, as it can lead to long outputs.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | -1 |\n\n### stop sequences\n\ncomma-separated list of sequences where the model will stop generating text. use this to define explicit termination strings for responses.\n\n| property | value |\n| -------- | ------ |\n| type | string |\n| required | no |\n| default | \"\" |\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
47271
|
+
"fullText": "lemonade chat model # lemonade chat model node\n\nuse the lemonade chat model node to run chat-capable language models managed by a lemonade server from within n8n. this node functions as a langchain-compatible chat model root node and is suitable for chat-style workloads. it lets you select a model hosted on your lemonade server, and control generation behavior using common sampling and decoding options.\n\non this page, you'll find a list of the node parameters, and available options to refine generation.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n### model\n\nthe model which will generate the completion. models are loaded and managed through the lemonade server. this parameter is required. select the model name made available by your lemonade server (for example, a model alias like \"gpt-4\", or any custom model name exposed by lemonade).\n\nmodels are provided by the lemonade server; if you don't see the model you expect, verify your lemonade server configuration and credentials.\n\n## node options\n\nuse these options to further refine the node's behavior.\n\n### sampling temperature\n\ncontrols the randomness of the generated text. lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0.7 |\n\n### top p\n\ncontrols which words the model can choose from when generating text. lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 1 |\n\n### frequency penalty\n\nadjusts the penalty for tokens that have already appeared in the generated text. positive values discourage repetition, negative values encourage it.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### presence penalty\n\nadjusts the penalty for tokens based on their presence in the generated text so far. positive values penalize tokens that have already appeared, encouraging diversity.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### max tokens to generate\n\nthe maximum number of tokens to generate. set to -1 for no limit. be cautious when setting this to a large value, as it can lead to long outputs.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | -1 |\n\n### stop sequences\n\ncomma-separated list of sequences where the model will stop generating text. use this to define explicit termination strings for responses.\n\n| property | value |\n| -------- | ------ |\n| type | string |\n| required | no |\n| default | \"\" |\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[browse lemonade chat model integration templates](https://n8n.io/integrations/lemonade-chat-model/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [lemonade server's documentation](https://lemonade-server.ai/docs/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n lemonade chat model node",
|
|
47262
47272
|
"importantTerms": [
|
|
47263
47273
|
"model",
|
|
47264
47274
|
"lemonade",
|
|
@@ -47269,6 +47279,7 @@
|
|
|
47269
47279
|
"values",
|
|
47270
47280
|
"number",
|
|
47271
47281
|
"required",
|
|
47282
|
+
"text",
|
|
47272
47283
|
"value",
|
|
47273
47284
|
"this",
|
|
47274
47285
|
"nodes",
|
|
@@ -47279,7 +47290,6 @@
|
|
|
47279
47290
|
"your",
|
|
47280
47291
|
"options",
|
|
47281
47292
|
"expression",
|
|
47282
|
-
"text",
|
|
47283
47293
|
"tokens",
|
|
47284
47294
|
"items",
|
|
47285
47295
|
"input",
|
|
@@ -47882,7 +47892,7 @@
|
|
|
47882
47892
|
"nodeName": null,
|
|
47883
47893
|
"nodeType": null,
|
|
47884
47894
|
"content": {
|
|
47885
|
-
"markdown": "# Lemonade Model node\n\nUse the Lemonade Model node to generate text completions using language models hosted and managed by a Lemonade server. This node is a simple LangChain-compatible language model root node suitable for text completion tasks within n8n workflows.\n\nOn this page, you'll find a list of operations the Lemonade Model node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\nConfigure the node with the following parameters.\n\n### Model\n\nThe model which will generate the completion. Models are loaded and managed through the Lemonade server; select the model you want to use from the list provided by the node.\n\n## Node options\n\nUse these options to further refine the node's behavior.\n\n### Sampling Temperature\n\nControls the randomness of the generated text. Lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0.7 |\n\n### Top P\n\nControls which words the model can choose from when generating text. Lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 1 |\n\n### Frequency Penalty\n\nAdjusts the penalty for tokens that have already appeared in the generated text. Positive values discourage repetition, negative values encourage it.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Presence Penalty\n\nAdjusts the penalty for tokens based on their presence in the generated text so far. Positive values penalize tokens that have already appeared, encouraging diversity.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Max Tokens to Generate\n\nThe maximum number of tokens to generate. Set to -1 for no limit. Be cautious when setting this to a large value, as it can lead to very long outputs.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | -1 |\n\n### Stop Sequences\n\nComma-separated list of sequences where the model will stop generating text.\n\n| Property | Value |\n| -------- | ------ |\n| Type | string |\n| Required | no |\n| Default | \"\" |\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
47895
|
+
"markdown": "# Lemonade Model node\n\nUse the Lemonade Model node to generate text completions using language models hosted and managed by a Lemonade server. This node is a simple LangChain-compatible language model root node suitable for text completion tasks within n8n workflows.\n\nOn this page, you'll find a list of operations the Lemonade Model node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\nConfigure the node with the following parameters.\n\n### Model\n\nThe model which will generate the completion. Models are loaded and managed through the Lemonade server; select the model you want to use from the list provided by the node.\n\n## Node options\n\nUse these options to further refine the node's behavior.\n\n### Sampling Temperature\n\nControls the randomness of the generated text. Lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0.7 |\n\n### Top P\n\nControls which words the model can choose from when generating text. Lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 1 |\n\n### Frequency Penalty\n\nAdjusts the penalty for tokens that have already appeared in the generated text. Positive values discourage repetition, negative values encourage it.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Presence Penalty\n\nAdjusts the penalty for tokens based on their presence in the generated text so far. Positive values penalize tokens that have already appeared, encouraging diversity.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | 0 |\n\n### Max Tokens to Generate\n\nThe maximum number of tokens to generate. Set to -1 for no limit. Be cautious when setting this to a large value, as it can lead to very long outputs.\n\n| Property | Value |\n| -------- | ------ |\n| Type | number |\n| Required | no |\n| Default | -1 |\n\n### Stop Sequences\n\nComma-separated list of sequences where the model will stop generating text.\n\n| Property | Value |\n| -------- | ------ |\n| Type | string |\n| Required | no |\n| Default | \"\" |\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[Browse Lemonade Model integration templates](https://n8n.io/integrations/lemonade-model/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Lemonade Server's documentation](https://lemonade-server.ai/docs/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
|
|
47886
47896
|
"excerpt": "# Lemonade Model node Use the Lemonade Model node to generate text completions using language models hosted and managed by a Lemonade server. This node is a simple LangChain-compatible language model root node suitable for text completion tasks within n8n workflows. On this page, you'll find a list of operations the Lemonade Model node supports, and links to more resources. Credentials You can find authentication information for this node [here](../../../credentials/lemonade/). Parameter re...",
|
|
47887
47897
|
"sections": [
|
|
47888
47898
|
{
|
|
@@ -47918,17 +47928,17 @@
|
|
|
47918
47928
|
"codeExamples": 0,
|
|
47919
47929
|
"complexity": "beginner",
|
|
47920
47930
|
"readingTime": "4 min",
|
|
47921
|
-
"contentLength":
|
|
47931
|
+
"contentLength": 4009,
|
|
47922
47932
|
"relatedPages": []
|
|
47923
47933
|
},
|
|
47924
47934
|
"searchIndex": {
|
|
47925
|
-
"fullText": "lemonade model # lemonade model node\n\nuse the lemonade model node to generate text completions using language models hosted and managed by a lemonade server. this node is a simple langchain-compatible language model root node suitable for text completion tasks within n8n workflows.\n\non this page, you'll find a list of operations the lemonade model node supports, and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\nconfigure the node with the following parameters.\n\n### model\n\nthe model which will generate the completion. models are loaded and managed through the lemonade server; select the model you want to use from the list provided by the node.\n\n## node options\n\nuse these options to further refine the node's behavior.\n\n### sampling temperature\n\ncontrols the randomness of the generated text. lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0.7 |\n\n### top p\n\ncontrols which words the model can choose from when generating text. lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 1 |\n\n### frequency penalty\n\nadjusts the penalty for tokens that have already appeared in the generated text. positive values discourage repetition, negative values encourage it.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### presence penalty\n\nadjusts the penalty for tokens based on their presence in the generated text so far. positive values penalize tokens that have already appeared, encouraging diversity.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### max tokens to generate\n\nthe maximum number of tokens to generate. set to -1 for no limit. be cautious when setting this to a large value, as it can lead to very long outputs.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | -1 |\n\n### stop sequences\n\ncomma-separated list of sequences where the model will stop generating text.\n\n| property | value |\n| -------- | ------ |\n| type | string |\n| required | no |\n| default | \"\" |\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
47935
|
+
"fullText": "lemonade model # lemonade model node\n\nuse the lemonade model node to generate text completions using language models hosted and managed by a lemonade server. this node is a simple langchain-compatible language model root node suitable for text completion tasks within n8n workflows.\n\non this page, you'll find a list of operations the lemonade model node supports, and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/lemonade/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\nconfigure the node with the following parameters.\n\n### model\n\nthe model which will generate the completion. models are loaded and managed through the lemonade server; select the model you want to use from the list provided by the node.\n\n## node options\n\nuse these options to further refine the node's behavior.\n\n### sampling temperature\n\ncontrols the randomness of the generated text. lower values make the output more focused and deterministic, while higher values make it more diverse and random.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0.7 |\n\n### top p\n\ncontrols which words the model can choose from when generating text. lower values progressively remove the least likely options, so the model can only pick from a smaller, higher-confidence pool.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 1 |\n\n### frequency penalty\n\nadjusts the penalty for tokens that have already appeared in the generated text. positive values discourage repetition, negative values encourage it.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### presence penalty\n\nadjusts the penalty for tokens based on their presence in the generated text so far. positive values penalize tokens that have already appeared, encouraging diversity.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | 0 |\n\n### max tokens to generate\n\nthe maximum number of tokens to generate. set to -1 for no limit. be cautious when setting this to a large value, as it can lead to very long outputs.\n\n| property | value |\n| -------- | ------ |\n| type | number |\n| required | no |\n| default | -1 |\n\n### stop sequences\n\ncomma-separated list of sequences where the model will stop generating text.\n\n| property | value |\n| -------- | ------ |\n| type | string |\n| required | no |\n| default | \"\" |\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[browse lemonade model integration templates](https://n8n.io/integrations/lemonade-model/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [lemonade server's documentation](https://lemonade-server.ai/docs/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n lemonade model node",
|
|
47926
47936
|
"importantTerms": [
|
|
47927
47937
|
"model",
|
|
47928
47938
|
"node",
|
|
47929
47939
|
"lemonade",
|
|
47930
|
-
"values",
|
|
47931
47940
|
"text",
|
|
47941
|
+
"values",
|
|
47932
47942
|
"number",
|
|
47933
47943
|
"value",
|
|
47934
47944
|
"nodes",
|
|
@@ -50406,7 +50416,7 @@
|
|
|
50406
50416
|
"nodeName": null,
|
|
50407
50417
|
"nodeType": null,
|
|
50408
50418
|
"content": {
|
|
50409
|
-
"markdown": "# OpenAI Chat Model node\n\nUse the OpenAI Chat Model node to use OpenAI's chat models with conversational [agents](../../../../../glossary/#ai-agent).\n\nOn this page, you'll find the node parameters for the OpenAI Chat Model node and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/openai/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n### Model\n\nSelect the model to use to generate the completion.\n\nn8n dynamically loads models from OpenAI, and you'll only see the models available to your account.\n\n### Use Responses API\n\nOpenAI provides two endpoints for generating output from a model:\n\n- **Chat Completions**: The Chat Completions API endpoint generates a model response from a list of messages that comprise a conversation. The API requires the user to handle conversation state manually, for example by adding a [Simple Memory](../n8n-nodes-langchain.memorybufferwindow/) subnode. For new projects, OpenAI recommends to use the Responses API.\n- **Responses**: The Responses API is an agentic loop, allowing the model to call multiple built-in tools within the span of one API request. It also supports persistent conversations by passing a `conversation_id`.\n\nToggle to **Use Responses API** if you want the model to generate output using the Responses API. Otherwise, the OpenAI Chat Model node will default to using the Chat Completions API.\n\nRefer to the OpenAI documentation for a [comparison of the Chat Completions and Responses APIs](https://platform.openai.com/docs/guides/migrate-to-responses).\n\n### Built-in Tools\n\nThe OpenAI Responses API provides a range of [built-in tools](https://platform.openai.com/docs/guides/tools) to enrich the model's response. Toggle to **Use Responses API** if you want the model to have access to the following built-in tools:\n\n- **Web Search**: Allows models to search the web for the latest information before generating a response.\n- **File Search**: Allow models to search your knowledgebase from previously uploaded files for relevant information before generating a response. Refer to the [OpenAI documentation](https://platform.openai.com/docs/guides/tools-file-search) for more information.\n- **Code Interpreter**: Allows models to write and run Python code in a sandboxed environment.\n\nUse with AI Agent node\n\nBuilt-in tools are only supported when using the OpenAI Chat Model node in combination with the AI Agent node. Built-in tools aren't available when using the OpenAI Chat Model node in combination with a Basic LLM Chain node, for example.\n\n## Node options\n\nUse these options to further refine the node's behavior. The following options are available whether you use the Responses API to generate model output or not.\n\n### Frequency Penalty\n\nUse this option to control the chances of the model repeating itself. Higher values reduce the chance of the model repeating itself.\n\n### Maximum Number of Tokens\n\nEnter the maximum number of tokens used, which sets the completion length.\n\n### Presence Penalty\n\nUse this option to control the chances of the model talking about new topics. Higher values increase the chance of the model talking about new topics.\n\n### Sampling Temperature\n\nUse this option to control the randomness of the sampling process. A higher temperature creates more diverse sampling, but increases the risk of hallucinations.\n\n### Timeout\n\nEnter the maximum request time in milliseconds.\n\n### Max Retries\n\nEnter the maximum number of times to retry a request.\n\n### Top P\n\nUse this option to set the probability the completion should use. Use a lower value to ignore less probable options.\n\n## Additional node options (Responses API only)\n\nThe following, additional options are available when toggling to **Use Responses API**.\n\n### Conversation ID\n\nThe conversation that this response belongs to. Input items and output items from this response are automatically added to this conversation after this response completes.\n\n### Prompt Cache Key\n\nUse this key for caching similar requests to optimize cache hit rates.\n\n### Safety Identifier\n\nApply an identifier to track users who may violate usage policies.\n\n### Service Tier\n\nSelect the service tier that fits your needs: Auto, Flex, Default, or Priority.\n\n### Metadata\n\nA set of key-value pairs for storing structured information. You can attach up to 16 pairs to an object, which is useful for adding custom data that can be used for searching by the API or in the dashboard.\n\n### Top Logprobs\n\nDefine an integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability.\n\n### Output Format\n\nChoose a response format: Text, JSON Schema, or JSON Object. Use of JSON Schema is recommended, if you want to receive data in JSON format.\n\n### Prompt\n\nConfigure the prompt filled with a unique ID, its version, and substitutable variables. Prompts are configured through the OpenAI dashboard.\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
50419
|
+
"markdown": "# OpenAI Chat Model node\n\nUse the OpenAI Chat Model node to use OpenAI's chat models with conversational [agents](../../../../../glossary/#ai-agent).\n\nOn this page, you'll find the node parameters for the OpenAI Chat Model node and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/openai/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n### Model\n\nSelect the model to use to generate the completion.\n\nn8n dynamically loads models from OpenAI, and you'll only see the models available to your account.\n\n### Use Responses API\n\nOpenAI provides two endpoints for generating output from a model:\n\n- **Chat Completions**: The Chat Completions API endpoint generates a model response from a list of messages that comprise a conversation. The API requires the user to handle conversation state manually, for example by adding a [Simple Memory](../n8n-nodes-langchain.memorybufferwindow/) subnode. For new projects, OpenAI recommends to use the Responses API.\n- **Responses**: The Responses API is an agentic loop, allowing the model to call multiple built-in tools within the span of one API request. It also supports persistent conversations by passing a `conversation_id`.\n\nToggle to **Use Responses API** if you want the model to generate output using the Responses API. Otherwise, the OpenAI Chat Model node will default to using the Chat Completions API.\n\nRefer to the OpenAI documentation for a [comparison of the Chat Completions and Responses APIs](https://platform.openai.com/docs/guides/migrate-to-responses).\n\n### Built-in Tools\n\nThe OpenAI Responses API provides a range of [built-in tools](https://platform.openai.com/docs/guides/tools) to enrich the model's response. Toggle to **Use Responses API** if you want the model to have access to the following built-in tools:\n\n- **Web Search**: Allows models to search the web for the latest information before generating a response.\n- **File Search**: Allow models to search your knowledgebase from previously uploaded files for relevant information before generating a response. Refer to the [OpenAI documentation](https://platform.openai.com/docs/guides/tools-file-search) for more information.\n- **Code Interpreter**: Allows models to write and run Python code in a sandboxed environment.\n\nUse with AI Agent node\n\nBuilt-in tools are only supported when using the OpenAI Chat Model node in combination with the AI Agent node. Built-in tools aren't available when using the OpenAI Chat Model node in combination with a Basic LLM Chain node, for example.\n\n## Node options\n\nUse these options to further refine the node's behavior. The following options are available whether you use the Responses API to generate model output or not.\n\n### Frequency Penalty\n\nUse this option to control the chances of the model repeating itself. Higher values reduce the chance of the model repeating itself.\n\n### Maximum Number of Tokens\n\nEnter the maximum number of tokens used, which sets the completion length.\n\n### Presence Penalty\n\nUse this option to control the chances of the model talking about new topics. Higher values increase the chance of the model talking about new topics.\n\n### Sampling Temperature\n\nUse this option to control the randomness of the sampling process. A higher temperature creates more diverse sampling, but increases the risk of hallucinations.\n\n### Timeout\n\nEnter the maximum request time in milliseconds.\n\n### Max Retries\n\nEnter the maximum number of times to retry a request.\n\n### Top P\n\nUse this option to set the probability the completion should use. Use a lower value to ignore less probable options.\n\n## Additional node options (Responses API only)\n\nThe following, additional options are available when toggling to **Use Responses API**.\n\n### Conversation ID\n\nThe conversation that this response belongs to. Input items and output items from this response are automatically added to this conversation after this response completes.\n\n### Prompt Cache Key\n\nUse this key for caching similar requests to optimize cache hit rates.\n\n### Safety Identifier\n\nApply an identifier to track users who may violate usage policies.\n\n### Service Tier\n\nSelect the service tier that fits your needs: Auto, Flex, Default, or Priority.\n\n### Metadata\n\nA set of key-value pairs for storing structured information. You can attach up to 16 pairs to an object, which is useful for adding custom data that can be used for searching by the API or in the dashboard.\n\n### Top Logprobs\n\nDefine an integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability.\n\n### Output Format\n\nChoose a response format: Text, JSON Schema, or JSON Object. Use of JSON Schema is recommended, if you want to receive data in JSON format.\n\n### Prompt\n\nConfigure the prompt filled with a unique ID, its version, and substitutable variables. Prompts are configured through the OpenAI dashboard.\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[Browse OpenAI Chat Model integration templates](https://n8n.io/integrations/openai-chat-model/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChains's OpenAI documentation](https://js.langchain.com/docs/integrations/chat/openai/) for more information about the service.\n\nRefer to [OpenAI documentation](https://platform.openai.com/docs/api-reference/responses/create) for more information about the parameters.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n\n## Common issues\n\nFor common questions or issues and suggested solutions, refer to [Common issues](common-issues/).\n",
|
|
50410
50420
|
"excerpt": "# OpenAI Chat Model node Use the OpenAI Chat Model node to use OpenAI's chat models with conversational [agents](../../../../../glossary/#ai-agent). On this page, you'll find the node parameters for the OpenAI Chat Model node and links to more resources. Credentials You can find authentication information for this node [here](../../../credentials/openai/). Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items using an expression. Most...",
|
|
50411
50421
|
"sections": [
|
|
50412
50422
|
{
|
|
@@ -50463,11 +50473,11 @@
|
|
|
50463
50473
|
"codeExamples": 0,
|
|
50464
50474
|
"complexity": "intermediate",
|
|
50465
50475
|
"readingTime": "5 min",
|
|
50466
|
-
"contentLength":
|
|
50476
|
+
"contentLength": 6718,
|
|
50467
50477
|
"relatedPages": []
|
|
50468
50478
|
},
|
|
50469
50479
|
"searchIndex": {
|
|
50470
|
-
"fullText": "openai chat model # openai chat model node\n\nuse the openai chat model node to use openai's chat models with conversational [agents](../../../../../glossary/#ai-agent).\n\non this page, you'll find the node parameters for the openai chat model node and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/openai/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n### model\n\nselect the model to use to generate the completion.\n\nn8n dynamically loads models from openai, and you'll only see the models available to your account.\n\n### use responses api\n\nopenai provides two endpoints for generating output from a model:\n\n- **chat completions**: the chat completions api endpoint generates a model response from a list of messages that comprise a conversation. the api requires the user to handle conversation state manually, for example by adding a [simple memory](../n8n-nodes-langchain.memorybufferwindow/) subnode. for new projects, openai recommends to use the responses api.\n- **responses**: the responses api is an agentic loop, allowing the model to call multiple built-in tools within the span of one api request. it also supports persistent conversations by passing a `conversation_id`.\n\ntoggle to **use responses api** if you want the model to generate output using the responses api. otherwise, the openai chat model node will default to using the chat completions api.\n\nrefer to the openai documentation for a [comparison of the chat completions and responses apis](https://platform.openai.com/docs/guides/migrate-to-responses).\n\n### built-in tools\n\nthe openai responses api provides a range of [built-in tools](https://platform.openai.com/docs/guides/tools) to enrich the model's response. toggle to **use responses api** if you want the model to have access to the following built-in tools:\n\n- **web search**: allows models to search the web for the latest information before generating a response.\n- **file search**: allow models to search your knowledgebase from previously uploaded files for relevant information before generating a response. refer to the [openai documentation](https://platform.openai.com/docs/guides/tools-file-search) for more information.\n- **code interpreter**: allows models to write and run python code in a sandboxed environment.\n\nuse with ai agent node\n\nbuilt-in tools are only supported when using the openai chat model node in combination with the ai agent node. built-in tools aren't available when using the openai chat model node in combination with a basic llm chain node, for example.\n\n## node options\n\nuse these options to further refine the node's behavior. the following options are available whether you use the responses api to generate model output or not.\n\n### frequency penalty\n\nuse this option to control the chances of the model repeating itself. higher values reduce the chance of the model repeating itself.\n\n### maximum number of tokens\n\nenter the maximum number of tokens used, which sets the completion length.\n\n### presence penalty\n\nuse this option to control the chances of the model talking about new topics. higher values increase the chance of the model talking about new topics.\n\n### sampling temperature\n\nuse this option to control the randomness of the sampling process. a higher temperature creates more diverse sampling, but increases the risk of hallucinations.\n\n### timeout\n\nenter the maximum request time in milliseconds.\n\n### max retries\n\nenter the maximum number of times to retry a request.\n\n### top p\n\nuse this option to set the probability the completion should use. use a lower value to ignore less probable options.\n\n## additional node options (responses api only)\n\nthe following, additional options are available when toggling to **use responses api**.\n\n### conversation id\n\nthe conversation that this response belongs to. input items and output items from this response are automatically added to this conversation after this response completes.\n\n### prompt cache key\n\nuse this key for caching similar requests to optimize cache hit rates.\n\n### safety identifier\n\napply an identifier to track users who may violate usage policies.\n\n### service tier\n\nselect the service tier that fits your needs: auto, flex, default, or priority.\n\n### metadata\n\na set of key-value pairs for storing structured information. you can attach up to 16 pairs to an object, which is useful for adding custom data that can be used for searching by the api or in the dashboard.\n\n### top logprobs\n\ndefine an integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability.\n\n### output format\n\nchoose a response format: text, json schema, or json object. use of json schema is recommended, if you want to receive data in json format.\n\n### prompt\n\nconfigure the prompt filled with a unique id, its version, and substitutable variables. prompts are configured through the openai dashboard.\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
50480
|
+
"fullText": "openai chat model # openai chat model node\n\nuse the openai chat model node to use openai's chat models with conversational [agents](../../../../../glossary/#ai-agent).\n\non this page, you'll find the node parameters for the openai chat model node and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/openai/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n### model\n\nselect the model to use to generate the completion.\n\nn8n dynamically loads models from openai, and you'll only see the models available to your account.\n\n### use responses api\n\nopenai provides two endpoints for generating output from a model:\n\n- **chat completions**: the chat completions api endpoint generates a model response from a list of messages that comprise a conversation. the api requires the user to handle conversation state manually, for example by adding a [simple memory](../n8n-nodes-langchain.memorybufferwindow/) subnode. for new projects, openai recommends to use the responses api.\n- **responses**: the responses api is an agentic loop, allowing the model to call multiple built-in tools within the span of one api request. it also supports persistent conversations by passing a `conversation_id`.\n\ntoggle to **use responses api** if you want the model to generate output using the responses api. otherwise, the openai chat model node will default to using the chat completions api.\n\nrefer to the openai documentation for a [comparison of the chat completions and responses apis](https://platform.openai.com/docs/guides/migrate-to-responses).\n\n### built-in tools\n\nthe openai responses api provides a range of [built-in tools](https://platform.openai.com/docs/guides/tools) to enrich the model's response. toggle to **use responses api** if you want the model to have access to the following built-in tools:\n\n- **web search**: allows models to search the web for the latest information before generating a response.\n- **file search**: allow models to search your knowledgebase from previously uploaded files for relevant information before generating a response. refer to the [openai documentation](https://platform.openai.com/docs/guides/tools-file-search) for more information.\n- **code interpreter**: allows models to write and run python code in a sandboxed environment.\n\nuse with ai agent node\n\nbuilt-in tools are only supported when using the openai chat model node in combination with the ai agent node. built-in tools aren't available when using the openai chat model node in combination with a basic llm chain node, for example.\n\n## node options\n\nuse these options to further refine the node's behavior. the following options are available whether you use the responses api to generate model output or not.\n\n### frequency penalty\n\nuse this option to control the chances of the model repeating itself. higher values reduce the chance of the model repeating itself.\n\n### maximum number of tokens\n\nenter the maximum number of tokens used, which sets the completion length.\n\n### presence penalty\n\nuse this option to control the chances of the model talking about new topics. higher values increase the chance of the model talking about new topics.\n\n### sampling temperature\n\nuse this option to control the randomness of the sampling process. a higher temperature creates more diverse sampling, but increases the risk of hallucinations.\n\n### timeout\n\nenter the maximum request time in milliseconds.\n\n### max retries\n\nenter the maximum number of times to retry a request.\n\n### top p\n\nuse this option to set the probability the completion should use. use a lower value to ignore less probable options.\n\n## additional node options (responses api only)\n\nthe following, additional options are available when toggling to **use responses api**.\n\n### conversation id\n\nthe conversation that this response belongs to. input items and output items from this response are automatically added to this conversation after this response completes.\n\n### prompt cache key\n\nuse this key for caching similar requests to optimize cache hit rates.\n\n### safety identifier\n\napply an identifier to track users who may violate usage policies.\n\n### service tier\n\nselect the service tier that fits your needs: auto, flex, default, or priority.\n\n### metadata\n\na set of key-value pairs for storing structured information. you can attach up to 16 pairs to an object, which is useful for adding custom data that can be used for searching by the api or in the dashboard.\n\n### top logprobs\n\ndefine an integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability.\n\n### output format\n\nchoose a response format: text, json schema, or json object. use of json schema is recommended, if you want to receive data in json format.\n\n### prompt\n\nconfigure the prompt filled with a unique id, its version, and substitutable variables. prompts are configured through the openai dashboard.\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[browse openai chat model integration templates](https://n8n.io/integrations/openai-chat-model/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchains's openai documentation](https://js.langchain.com/docs/integrations/chat/openai/) for more information about the service.\n\nrefer to [openai documentation](https://platform.openai.com/docs/api-reference/responses/create) for more information about the parameters.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n\n## common issues\n\nfor common questions or issues and suggested solutions, refer to [common issues](common-issues/).\n openai chat model node",
|
|
50471
50481
|
"importantTerms": [
|
|
50472
50482
|
"openai",
|
|
50473
50483
|
"model",
|
|
@@ -51350,7 +51360,7 @@
|
|
|
51350
51360
|
"nodeName": "comparedatasets",
|
|
51351
51361
|
"nodeType": "n8n-nodes-base.comparedatasets",
|
|
51352
51362
|
"content": {
|
|
51353
|
-
"markdown": "# Compare Datasets\n\nThe Compare Datasets node helps you compare data from two input streams.\n\n## Node parameters\n\n1. Decide which fields to compare. In **Input A Field**, enter the name of the field you want to use from input stream A. In **Input B Field**, enter the name of the field you want to use from input stream B.\n1. **Optional**: You can compare by multiple fields. Select **Add Fields to Match** to set up more comparisons.\n1. Choose how to handle differences between the datasets. In **When There Are Differences**, select one of the following:\n - **Use Input A Version** to treat input stream A as the source of truth.\n - **Use Input B Version** to treat input stream B as the source of truth.\n - **Use a Mix of Versions** to use different inputs for different fields.\n - Use **Prefer** to select either **Input A Version** or **Input B Version** as the main source of truth.\n - Enter input fields that are exceptions to **For Everything Except** to pull from the other input source. To add multiple input fields, enter a comma-separated list.\n - **Include Both Versions** to include both input streams in the output, which may make the structure more complex.\n1. Decide whether to use **Fuzzy Compare**. When turned on, the comparison will tolerate small type differences when comparing fields. For example, the number 3 and the string `3` are treated as the same with **Fuzzy Compare** turned on, but wouldn't be treated the same with it turned off.\n\n## Understand item comparison\n\nItem comparison is a two stage process:\n\n1. n8n checks if the values of the fields you selected to compare match across both inputs.\n1. If the fields to compare match, n8n then compares all fields within the items, to determine if the items are the same or different.\n\n## Node options\n\nUse the node **Options** to refine your comparison or tweak comparison behavior.\n\n### Fields to Skip Comparing\n\nEnter field names that you want to ignore in the comparison.\n\nFor example, if you compare the two datasets below using `person.language` as the **Fields to Match**, n8n returns them as different. If you add `person.name` to **Fields to Skip Comparing**, n8n returns them as matching.\n\n```\n\t// Input 1\n\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Stefan\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Jim\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Hans\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n\t// Input 2\n\t\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Sara\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Jane\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Harriet\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n```\n\n### Disable Dot Notation\n\nWhether to disallow referencing child fields using `parent.child` in the field name (turned on) or allow it (turned off, default).\n\n### Multiple Matches\n\nChoose how to handle duplicate data. The default is **Include All Matches**. You can choose **Include First Match Only**.\n\nFor example, given these two datasets:\n\n```\n\t// Input 1\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n\t// Input 2\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n```\n\nn8n returns three items in the **Same Branch** tab. The data is the same in both branches.\n\nIf you select **Include First Match Only**, n8n returns two items, in the **Same Branch** tab. The data is the same in both branches, but n8n only returns the first occurrence of the matching \"apple\" items.\n\n## Understand the output\n\nThere are four output options:\n\n- **In A only Branch**: Contains data that occurs only in the first input.\n- **Same Branch**: Contains data that's the same in both inputs.\n- **Different Branch**: Contains data that's different between inputs.\n- **In B only Branch**: Contains data that occurs only in the second output.\n\n## Templates and examples\n\n**Intelligent Email Organization with AI-Powered Content Classification for Gmail**\n\nby Niranjan G\n\n[View template details](https://n8n.io/workflows/4557-intelligent-email-organization-with-ai-powered-content-classification-for-gmail/)\n\n**Two way sync Pipedrive and MySQL**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1822-two-way-sync-pipedrive-and-mysql/)\n\n**
|
|
51363
|
+
"markdown": "# Compare Datasets\n\nThe Compare Datasets node helps you compare data from two input streams.\n\n## Node parameters\n\n1. Decide which fields to compare. In **Input A Field**, enter the name of the field you want to use from input stream A. In **Input B Field**, enter the name of the field you want to use from input stream B.\n1. **Optional**: You can compare by multiple fields. Select **Add Fields to Match** to set up more comparisons.\n1. Choose how to handle differences between the datasets. In **When There Are Differences**, select one of the following:\n - **Use Input A Version** to treat input stream A as the source of truth.\n - **Use Input B Version** to treat input stream B as the source of truth.\n - **Use a Mix of Versions** to use different inputs for different fields.\n - Use **Prefer** to select either **Input A Version** or **Input B Version** as the main source of truth.\n - Enter input fields that are exceptions to **For Everything Except** to pull from the other input source. To add multiple input fields, enter a comma-separated list.\n - **Include Both Versions** to include both input streams in the output, which may make the structure more complex.\n1. Decide whether to use **Fuzzy Compare**. When turned on, the comparison will tolerate small type differences when comparing fields. For example, the number 3 and the string `3` are treated as the same with **Fuzzy Compare** turned on, but wouldn't be treated the same with it turned off.\n\n## Understand item comparison\n\nItem comparison is a two stage process:\n\n1. n8n checks if the values of the fields you selected to compare match across both inputs.\n1. If the fields to compare match, n8n then compares all fields within the items, to determine if the items are the same or different.\n\n## Node options\n\nUse the node **Options** to refine your comparison or tweak comparison behavior.\n\n### Fields to Skip Comparing\n\nEnter field names that you want to ignore in the comparison.\n\nFor example, if you compare the two datasets below using `person.language` as the **Fields to Match**, n8n returns them as different. If you add `person.name` to **Fields to Skip Comparing**, n8n returns them as matching.\n\n```\n\t// Input 1\n\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Stefan\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Jim\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Hans\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n\t// Input 2\n\t\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Sara\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Jane\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"Harriet\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n```\n\n### Disable Dot Notation\n\nWhether to disallow referencing child fields using `parent.child` in the field name (turned on) or allow it (turned off, default).\n\n### Multiple Matches\n\nChoose how to handle duplicate data. The default is **Include All Matches**. You can choose **Include First Match Only**.\n\nFor example, given these two datasets:\n\n```\n\t// Input 1\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n\t// Input 2\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n```\n\nn8n returns three items in the **Same Branch** tab. The data is the same in both branches.\n\nIf you select **Include First Match Only**, n8n returns two items, in the **Same Branch** tab. The data is the same in both branches, but n8n only returns the first occurrence of the matching \"apple\" items.\n\n## Understand the output\n\nThere are four output options:\n\n- **In A only Branch**: Contains data that occurs only in the first input.\n- **Same Branch**: Contains data that's the same in both inputs.\n- **Different Branch**: Contains data that's different between inputs.\n- **In B only Branch**: Contains data that occurs only in the second output.\n\n## Templates and examples\n\n**Intelligent Email Organization with AI-Powered Content Classification for Gmail**\n\nby Niranjan G\n\n[View template details](https://n8n.io/workflows/4557-intelligent-email-organization-with-ai-powered-content-classification-for-gmail/)\n\n**Two way sync Pipedrive and MySQL**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1822-two-way-sync-pipedrive-and-mysql/)\n\n**Realtime Notion Todoist 2-way sync with Redis**\n\nby Mario\n\n[View template details](https://n8n.io/workflows/2772-realtime-notion-todoist-2-way-sync-with-redis/)\n\n[Browse Compare Datasets integration templates](https://n8n.io/integrations/compare-datasets/), or [search all templates](https://n8n.io/workflows/)\n",
|
|
51354
51364
|
"excerpt": "# Compare Datasets The Compare Datasets node helps you compare data from two input streams. ## Node parameters 1. Decide which fields to compare. In **Input A Field**, enter the name of the field you want to use from input stream A. In **Input B Field**, enter the name of the field you want to use from input stream B. 1. **Optional**: You can compare by multiple fields. Select **Add Fields to Match** to set up more comparisons. 1. Choose how to handle differences between the datasets. In **Wh...",
|
|
51355
51365
|
"sections": [
|
|
51356
51366
|
{
|
|
@@ -51386,19 +51396,19 @@
|
|
|
51386
51396
|
"codeExamples": 2,
|
|
51387
51397
|
"complexity": "beginner",
|
|
51388
51398
|
"readingTime": "4 min",
|
|
51389
|
-
"contentLength":
|
|
51399
|
+
"contentLength": 4857,
|
|
51390
51400
|
"relatedPages": []
|
|
51391
51401
|
},
|
|
51392
51402
|
"searchIndex": {
|
|
51393
|
-
"fullText": "compare datasets # compare datasets\n\nthe compare datasets node helps you compare data from two input streams.\n\n## node parameters\n\n1. decide which fields to compare. in **input a field**, enter the name of the field you want to use from input stream a. in **input b field**, enter the name of the field you want to use from input stream b.\n1. **optional**: you can compare by multiple fields. select **add fields to match** to set up more comparisons.\n1. choose how to handle differences between the datasets. in **when there are differences**, select one of the following:\n - **use input a version** to treat input stream a as the source of truth.\n - **use input b version** to treat input stream b as the source of truth.\n - **use a mix of versions** to use different inputs for different fields.\n - use **prefer** to select either **input a version** or **input b version** as the main source of truth.\n - enter input fields that are exceptions to **for everything except** to pull from the other input source. to add multiple input fields, enter a comma-separated list.\n - **include both versions** to include both input streams in the output, which may make the structure more complex.\n1. decide whether to use **fuzzy compare**. when turned on, the comparison will tolerate small type differences when comparing fields. for example, the number 3 and the string `3` are treated as the same with **fuzzy compare** turned on, but wouldn't be treated the same with it turned off.\n\n## understand item comparison\n\nitem comparison is a two stage process:\n\n1. n8n checks if the values of the fields you selected to compare match across both inputs.\n1. if the fields to compare match, n8n then compares all fields within the items, to determine if the items are the same or different.\n\n## node options\n\nuse the node **options** to refine your comparison or tweak comparison behavior.\n\n### fields to skip comparing\n\nenter field names that you want to ignore in the comparison.\n\nfor example, if you compare the two datasets below using `person.language` as the **fields to match**, n8n returns them as different. if you add `person.name` to **fields to skip comparing**, n8n returns them as matching.\n\n```\n\t// input 1\n\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"stefan\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"jim\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"hans\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n\t// input 2\n\t\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"sara\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"jane\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"harriet\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n```\n\n### disable dot notation\n\nwhether to disallow referencing child fields using `parent.child` in the field name (turned on) or allow it (turned off, default).\n\n### multiple matches\n\nchoose how to handle duplicate data. the default is **include all matches**. you can choose **include first match only**.\n\nfor example, given these two datasets:\n\n```\n\t// input 1\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n\t// input 2\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n```\n\nn8n returns three items in the **same branch** tab. the data is the same in both branches.\n\nif you select **include first match only**, n8n returns two items, in the **same branch** tab. the data is the same in both branches, but n8n only returns the first occurrence of the matching \"apple\" items.\n\n## understand the output\n\nthere are four output options:\n\n- **in a only branch**: contains data that occurs only in the first input.\n- **same branch**: contains data that's the same in both inputs.\n- **different branch**: contains data that's different between inputs.\n- **in b only branch**: contains data that occurs only in the second output.\n\n## templates and examples\n\n**intelligent email organization with ai-powered content classification for gmail**\n\nby niranjan g\n\n[view template details](https://n8n.io/workflows/4557-intelligent-email-organization-with-ai-powered-content-classification-for-gmail/)\n\n**two way sync pipedrive and mysql**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1822-two-way-sync-pipedrive-and-mysql/)\n\n**
|
|
51403
|
+
"fullText": "compare datasets # compare datasets\n\nthe compare datasets node helps you compare data from two input streams.\n\n## node parameters\n\n1. decide which fields to compare. in **input a field**, enter the name of the field you want to use from input stream a. in **input b field**, enter the name of the field you want to use from input stream b.\n1. **optional**: you can compare by multiple fields. select **add fields to match** to set up more comparisons.\n1. choose how to handle differences between the datasets. in **when there are differences**, select one of the following:\n - **use input a version** to treat input stream a as the source of truth.\n - **use input b version** to treat input stream b as the source of truth.\n - **use a mix of versions** to use different inputs for different fields.\n - use **prefer** to select either **input a version** or **input b version** as the main source of truth.\n - enter input fields that are exceptions to **for everything except** to pull from the other input source. to add multiple input fields, enter a comma-separated list.\n - **include both versions** to include both input streams in the output, which may make the structure more complex.\n1. decide whether to use **fuzzy compare**. when turned on, the comparison will tolerate small type differences when comparing fields. for example, the number 3 and the string `3` are treated as the same with **fuzzy compare** turned on, but wouldn't be treated the same with it turned off.\n\n## understand item comparison\n\nitem comparison is a two stage process:\n\n1. n8n checks if the values of the fields you selected to compare match across both inputs.\n1. if the fields to compare match, n8n then compares all fields within the items, to determine if the items are the same or different.\n\n## node options\n\nuse the node **options** to refine your comparison or tweak comparison behavior.\n\n### fields to skip comparing\n\nenter field names that you want to ignore in the comparison.\n\nfor example, if you compare the two datasets below using `person.language` as the **fields to match**, n8n returns them as different. if you add `person.name` to **fields to skip comparing**, n8n returns them as matching.\n\n```\n\t// input 1\n\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"stefan\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"jim\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"hans\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n\t// input 2\n\t\t[\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"sara\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"jane\",\n\t\t\t\t\"language\":\t\"en\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"person\":\n\t\t\t{\n\t\t\t\t\"name\":\t\"harriet\",\n\t\t\t\t\"language\":\t\"de\"\n\t\t\t}\n\t\t}\n\t]\n```\n\n### disable dot notation\n\nwhether to disallow referencing child fields using `parent.child` in the field name (turned on) or allow it (turned off, default).\n\n### multiple matches\n\nchoose how to handle duplicate data. the default is **include all matches**. you can choose **include first match only**.\n\nfor example, given these two datasets:\n\n```\n\t// input 1\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n\t// input 2\n\t[\n\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"apple\",\n\t\t\t\t\"color\": \"red\"\n\t\t\t}\n\t\t},\n\t\t\t\t{\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"banana\",\n\t\t\t\t\"color\": \"yellow\"\n\t\t\t}\n\t\t}\n\t]\n```\n\nn8n returns three items in the **same branch** tab. the data is the same in both branches.\n\nif you select **include first match only**, n8n returns two items, in the **same branch** tab. the data is the same in both branches, but n8n only returns the first occurrence of the matching \"apple\" items.\n\n## understand the output\n\nthere are four output options:\n\n- **in a only branch**: contains data that occurs only in the first input.\n- **same branch**: contains data that's the same in both inputs.\n- **different branch**: contains data that's different between inputs.\n- **in b only branch**: contains data that occurs only in the second output.\n\n## templates and examples\n\n**intelligent email organization with ai-powered content classification for gmail**\n\nby niranjan g\n\n[view template details](https://n8n.io/workflows/4557-intelligent-email-organization-with-ai-powered-content-classification-for-gmail/)\n\n**two way sync pipedrive and mysql**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1822-two-way-sync-pipedrive-and-mysql/)\n\n**realtime notion todoist 2-way sync with redis**\n\nby mario\n\n[view template details](https://n8n.io/workflows/2772-realtime-notion-todoist-2-way-sync-with-redis/)\n\n[browse compare datasets integration templates](https://n8n.io/integrations/compare-datasets/), or [search all templates](https://n8n.io/workflows/)\n compare datasets",
|
|
51394
51404
|
"importantTerms": [
|
|
51395
51405
|
"input",
|
|
51396
51406
|
"compare",
|
|
51397
51407
|
"fields",
|
|
51398
|
-
"data",
|
|
51399
51408
|
"name",
|
|
51400
51409
|
"datasets",
|
|
51401
51410
|
"same",
|
|
51411
|
+
"data",
|
|
51402
51412
|
"person",
|
|
51403
51413
|
"type",
|
|
51404
51414
|
"language",
|
|
@@ -51432,7 +51442,6 @@
|
|
|
51432
51442
|
"contains",
|
|
51433
51443
|
"workflows",
|
|
51434
51444
|
"sync",
|
|
51435
|
-
"mysql",
|
|
51436
51445
|
"want",
|
|
51437
51446
|
"multiple",
|
|
51438
51447
|
"choose",
|
|
@@ -51441,7 +51450,8 @@
|
|
|
51441
51450
|
"truth",
|
|
51442
51451
|
"comparing",
|
|
51443
51452
|
"example",
|
|
51444
|
-
"options"
|
|
51453
|
+
"options",
|
|
51454
|
+
"templates"
|
|
51445
51455
|
]
|
|
51446
51456
|
}
|
|
51447
51457
|
},
|
|
@@ -52559,7 +52569,7 @@
|
|
|
52559
52569
|
"nodeName": "executiondata",
|
|
52560
52570
|
"nodeType": "n8n-nodes-base.executiondata",
|
|
52561
52571
|
"content": {
|
|
52562
|
-
"markdown": "# Execution Data\n\nUse this node to save metadata for workflow executions. You can then search by this data in the **Executions** list.\n\nYou can retrieve custom execution data during workflow execution using the Code node. Refer to [Custom executions data](../../../../workflows/executions/custom-executions-data/) for more information.\n\nFeature availability\n\nCustom executions data is available on:\n\n- Cloud: Pro, Enterprise\n- Self-Hosted: Enterprise, registered Community\n\n## Operations\n\n- Save Execution Data for Search\n\n## Data to Save\n\nAdd a **Saved Field** for each key/value pair of metadata you'd like to save.\n\n## Limitations\n\nThe Execution Data node has the following restrictions when storing execution metadata:\n\n- `key`: limited to 50 characters\n- `value`: limited to 512 characters\n\nIf either the `key` or `value` exceed the above limitations, n8n truncates to their maximum length and outputs a log entry.\n\n## Templates and examples\n\n**Host Your Own AI Deep Research Agent with n8n, Apify and OpenAI o3**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2878-host-your-own-ai-deep-research-agent-with-n8n-apify-and-openai-o3/)\n\n**API Schema Extractor**\n\nby Polina Medvedieva\n\n[View template details](https://n8n.io/workflows/2658-api-schema-extractor/)\n\n**Realtime Notion Todoist 2-way
|
|
52572
|
+
"markdown": "# Execution Data\n\nUse this node to save metadata for workflow executions. You can then search by this data in the **Executions** list.\n\nYou can retrieve custom execution data during workflow execution using the Code node. Refer to [Custom executions data](../../../../workflows/executions/custom-executions-data/) for more information.\n\nFeature availability\n\nCustom executions data is available on:\n\n- Cloud: Pro, Enterprise\n- Self-Hosted: Enterprise, registered Community\n\n## Operations\n\n- Save Execution Data for Search\n\n## Data to Save\n\nAdd a **Saved Field** for each key/value pair of metadata you'd like to save.\n\n## Limitations\n\nThe Execution Data node has the following restrictions when storing execution metadata:\n\n- `key`: limited to 50 characters\n- `value`: limited to 512 characters\n\nIf either the `key` or `value` exceed the above limitations, n8n truncates to their maximum length and outputs a log entry.\n\n## Templates and examples\n\n**Host Your Own AI Deep Research Agent with n8n, Apify and OpenAI o3**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2878-host-your-own-ai-deep-research-agent-with-n8n-apify-and-openai-o3/)\n\n**API Schema Extractor**\n\nby Polina Medvedieva\n\n[View template details](https://n8n.io/workflows/2658-api-schema-extractor/)\n\n**Realtime Notion Todoist 2-way sync with Redis**\n\nby Mario\n\n[View template details](https://n8n.io/workflows/2772-realtime-notion-todoist-2-way-sync-with-redis/)\n\n[Browse Execution Data integration templates](https://n8n.io/integrations/execution-data/), or [search all templates](https://n8n.io/workflows/)\n",
|
|
52563
52573
|
"excerpt": "# Execution Data Use this node to save metadata for workflow executions. You can then search by this data in the **Executions** list. You can retrieve custom execution data during workflow execution using the Code node. Refer to [Custom executions data](../../../../workflows/executions/custom-executions-data/) for more information. Feature availability Custom executions data is available on: - Cloud: Pro, Enterprise - Self-Hosted: Enterprise, registered Community ## Operations - Save Exec...",
|
|
52564
52574
|
"sections": [
|
|
52565
52575
|
{
|
|
@@ -53440,7 +53450,7 @@
|
|
|
53440
53450
|
"nodeName": "if",
|
|
53441
53451
|
"nodeType": "n8n-nodes-base.if",
|
|
53442
53452
|
"content": {
|
|
53443
|
-
"markdown": "# If\n\nUse the If node to split a workflow conditionally based on comparison operations.\n\n## Add conditions\n\nCreate comparison **Conditions** for your If node.\n\n- Use the data type dropdown to select the data type and comparison operation type for your condition. For example, to filter for dates after a particular date, select **Date & Time > is after**.\n- The fields and values to enter into the condition change based on the data type and comparison you select. Refer to [Available data type comparisons](#available-data-type-comparisons) for a full list of all comparisons by data type.\n\nSelect **Add condition** to create more conditions.\n\n### Combining conditions\n\nYou can choose to keep data:\n\n- When it meets all conditions: Create two or more conditions and select **AND** in the dropdown between them.\n- When it meets any of the conditions: Create two or more conditions and select **OR** in the dropdown between them.\n\n## Templates and examples\n\n**AI
|
|
53453
|
+
"markdown": "# If\n\nUse the If node to split a workflow conditionally based on comparison operations.\n\n## Add conditions\n\nCreate comparison **Conditions** for your If node.\n\n- Use the data type dropdown to select the data type and comparison operation type for your condition. For example, to filter for dates after a particular date, select **Date & Time > is after**.\n- The fields and values to enter into the condition change based on the data type and comparison you select. Refer to [Available data type comparisons](#available-data-type-comparisons) for a full list of all comparisons by data type.\n\nSelect **Add condition** to create more conditions.\n\n### Combining conditions\n\nYou can choose to keep data:\n\n- When it meets all conditions: Create two or more conditions and select **AND** in the dropdown between them.\n- When it meets any of the conditions: Create two or more conditions and select **OR** in the dropdown between them.\n\n## Templates and examples\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n**AI agent that can scrape webpages**\n\nby Eduard\n\n[View template details](https://n8n.io/workflows/2006-ai-agent-that-can-scrape-webpages/)\n\n**✨🤖Automate Multi-Platform Social Media Content Creation with AI**\n\nby Joseph LePage\n\n[View template details](https://n8n.io/workflows/3066-automate-multi-platform-social-media-content-creation-with-ai/)\n\n[Browse If integration templates](https://n8n.io/integrations/if/), or [search all templates](https://n8n.io/workflows/)\n\n## Branch execution with If and Merge nodes\n\n0.236.0 and below\n\nn8n removed this execution behavior in version 1.0. This section applies to workflows using the **v0 (legacy)** workflow execution order. By default, this is all workflows built before version 1.0. You can change the execution order in your [workflow settings](../../../../workflows/settings/).\n\nIf you add a Merge node to a workflow containing an If node, it can result in both output data streams of the If node executing.\n\nOne data stream triggers the Merge node, which then goes and executes the other data stream.\n\nFor example, in the screenshot below there's a workflow containing an Edit Fields node, If node, and Merge node. The standard If node behavior is to execute one data stream (in the screenshot, this is the **true** output). However, due to the Merge node, both data streams execute, despite the If node not sending any data down the **false** data stream.\n\n## Related resources\n\nRefer to [Splitting with conditionals](../../../../flow-logic/splitting/) for more information on using conditionals to create complex logic in n8n.\n\nIf you need more than two conditional outputs, use the [Switch node](../n8n-nodes-base.switch/).\n\n## Available data type comparisons\n\n### String\n\nString data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is equal to\n- is not equal to\n- contains\n- does not contain\n- starts with\n- does not start with\n- ends with\n- does not end with\n- matches regex\n- does not match regex\n\n### Number\n\nNumber data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is equal to\n- is not equal to\n- is greater than\n- is less than\n- is greater than or equal to\n- is less than or equal to\n\n### Date & Time\n\nDate & Time data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is equal to\n- is not equal to\n- is after\n- is before\n- is after or equal to\n- is before or equal to\n\n### Boolean\n\nBoolean data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is true\n- is false\n- is equal to\n- is not equal to\n\n### Array\n\nArray data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- contains\n- does not contain\n- length equal to\n- length not equal to\n- length greater than\n- length less than\n- length greater than or equal to\n- length less than or equal to\n\n### Object\n\nObject data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n",
|
|
53444
53454
|
"excerpt": "# If Use the If node to split a workflow conditionally based on comparison operations. ## Add conditions Create comparison **Conditions** for your If node. - Use the data type dropdown to select the data type and comparison operation type for your condition. For example, to filter for dates after a particular date, select **Date & Time > is after**. - The fields and values to enter into the condition change based on the data type and comparison you select. Refer to [Available data type compa...",
|
|
53445
53455
|
"sections": [
|
|
53446
53456
|
{
|
|
@@ -53480,11 +53490,11 @@
|
|
|
53480
53490
|
"codeExamples": 0,
|
|
53481
53491
|
"complexity": "beginner",
|
|
53482
53492
|
"readingTime": "4 min",
|
|
53483
|
-
"contentLength":
|
|
53493
|
+
"contentLength": 4164,
|
|
53484
53494
|
"relatedPages": []
|
|
53485
53495
|
},
|
|
53486
53496
|
"searchIndex": {
|
|
53487
|
-
"fullText": "if # if\n\nuse the if node to split a workflow conditionally based on comparison operations.\n\n## add conditions\n\ncreate comparison **conditions** for your if node.\n\n- use the data type dropdown to select the data type and comparison operation type for your condition. for example, to filter for dates after a particular date, select **date & time > is after**.\n- the fields and values to enter into the condition change based on the data type and comparison you select. refer to [available data type comparisons](#available-data-type-comparisons) for a full list of all comparisons by data type.\n\nselect **add condition** to create more conditions.\n\n### combining conditions\n\nyou can choose to keep data:\n\n- when it meets all conditions: create two or more conditions and select **and** in the dropdown between them.\n- when it meets any of the conditions: create two or more conditions and select **or** in the dropdown between them.\n\n## templates and examples\n\n**ai
|
|
53497
|
+
"fullText": "if # if\n\nuse the if node to split a workflow conditionally based on comparison operations.\n\n## add conditions\n\ncreate comparison **conditions** for your if node.\n\n- use the data type dropdown to select the data type and comparison operation type for your condition. for example, to filter for dates after a particular date, select **date & time > is after**.\n- the fields and values to enter into the condition change based on the data type and comparison you select. refer to [available data type comparisons](#available-data-type-comparisons) for a full list of all comparisons by data type.\n\nselect **add condition** to create more conditions.\n\n### combining conditions\n\nyou can choose to keep data:\n\n- when it meets all conditions: create two or more conditions and select **and** in the dropdown between them.\n- when it meets any of the conditions: create two or more conditions and select **or** in the dropdown between them.\n\n## templates and examples\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n**ai agent that can scrape webpages**\n\nby eduard\n\n[view template details](https://n8n.io/workflows/2006-ai-agent-that-can-scrape-webpages/)\n\n**✨🤖automate multi-platform social media content creation with ai**\n\nby joseph lepage\n\n[view template details](https://n8n.io/workflows/3066-automate-multi-platform-social-media-content-creation-with-ai/)\n\n[browse if integration templates](https://n8n.io/integrations/if/), or [search all templates](https://n8n.io/workflows/)\n\n## branch execution with if and merge nodes\n\n0.236.0 and below\n\nn8n removed this execution behavior in version 1.0. this section applies to workflows using the **v0 (legacy)** workflow execution order. by default, this is all workflows built before version 1.0. you can change the execution order in your [workflow settings](../../../../workflows/settings/).\n\nif you add a merge node to a workflow containing an if node, it can result in both output data streams of the if node executing.\n\none data stream triggers the merge node, which then goes and executes the other data stream.\n\nfor example, in the screenshot below there's a workflow containing an edit fields node, if node, and merge node. the standard if node behavior is to execute one data stream (in the screenshot, this is the **true** output). however, due to the merge node, both data streams execute, despite the if node not sending any data down the **false** data stream.\n\n## related resources\n\nrefer to [splitting with conditionals](../../../../flow-logic/splitting/) for more information on using conditionals to create complex logic in n8n.\n\nif you need more than two conditional outputs, use the [switch node](../n8n-nodes-base.switch/).\n\n## available data type comparisons\n\n### string\n\nstring data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is equal to\n- is not equal to\n- contains\n- does not contain\n- starts with\n- does not start with\n- ends with\n- does not end with\n- matches regex\n- does not match regex\n\n### number\n\nnumber data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is equal to\n- is not equal to\n- is greater than\n- is less than\n- is greater than or equal to\n- is less than or equal to\n\n### date & time\n\ndate & time data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is equal to\n- is not equal to\n- is after\n- is before\n- is after or equal to\n- is before or equal to\n\n### boolean\n\nboolean data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- is true\n- is false\n- is equal to\n- is not equal to\n\n### array\n\narray data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n- contains\n- does not contain\n- length equal to\n- length not equal to\n- length greater than\n- length less than\n- length greater than or equal to\n- length less than or equal to\n\n### object\n\nobject data type supports these comparisons:\n\n- exists\n- does not exist\n- is empty\n- is not empty\n if",
|
|
53488
53498
|
"importantTerms": [
|
|
53489
53499
|
"data",
|
|
53490
53500
|
"equal",
|
|
@@ -53493,9 +53503,9 @@
|
|
|
53493
53503
|
"empty",
|
|
53494
53504
|
"does",
|
|
53495
53505
|
"comparisons",
|
|
53506
|
+
"with",
|
|
53496
53507
|
"than",
|
|
53497
53508
|
"conditions",
|
|
53498
|
-
"with",
|
|
53499
53509
|
"workflows",
|
|
53500
53510
|
"select",
|
|
53501
53511
|
"supports",
|
|
@@ -53511,7 +53521,6 @@
|
|
|
53511
53521
|
"comparison",
|
|
53512
53522
|
"after",
|
|
53513
53523
|
"date",
|
|
53514
|
-
"that",
|
|
53515
53524
|
"execution",
|
|
53516
53525
|
"this",
|
|
53517
53526
|
"stream",
|
|
@@ -53526,8 +53535,6 @@
|
|
|
53526
53535
|
"view",
|
|
53527
53536
|
"template",
|
|
53528
53537
|
"details",
|
|
53529
|
-
"built",
|
|
53530
|
-
"integration",
|
|
53531
53538
|
"before"
|
|
53532
53539
|
]
|
|
53533
53540
|
}
|
|
@@ -54930,7 +54937,7 @@
|
|
|
54930
54937
|
"nodeName": "set",
|
|
54931
54938
|
"nodeType": "n8n-nodes-base.set",
|
|
54932
54939
|
"content": {
|
|
54933
|
-
"markdown": "# Edit Fields (Set)\n\nUse the Edit Fields node to set workflow data. This node can set new data as well as overwrite data that already exists. This node is crucial in workflows which expect incoming data from previous nodes, such as when inserting values to Google Sheets or databases.\n\n## Node parameters\n\nThese are the settings and options available in the Edit Fields node.\n\n### Mode\n\nYou can either use **Manual Mapping** to edit fields using the GUI or **JSON Output** to write JSON that n8n adds to the input data.\n\n### Fields to Set\n\nIf you select **Mode** > **Manual Mapping**, you can configure the fields by dragging and dropping values from **INPUT**.\n\nThe default behavior when you drag a value is:\n\n- n8n sets the value's name as the field name.\n- The field value contains an expression which accesses the value.\n\nIf you don't want to use expressions:\n\n1. Hover over a field. n8n displays the **Fixed | Expressions** toggle.\n1. Select **Fixed**.\n\nYou can do this for both the name and value of the field.\n\n### Keep Only Set Fields\n\nEnable this to discard any input data that you don't use in **Fields to Set**.\n\n### Include in Output\n\nChoose which input data to include in the node's output data.\n\n## Node options\n\nUse these options to customize the behavior of the node.\n\n### Include Binary Data\n\nIf the input data includes binary data, choose whether to include it in the Edit Fields node's output data.\n\n### Ignore Type Conversion Errors\n\nManual Mapping only.\n\nEnabling this allows n8n to ignore some data type errors when mapping fields.\n\n### Support Dot Notation\n\nBy default, n8n supports dot notation.\n\nFor example, when using manual mapping, the node follows the dot notation for the **Name** field. That means if you set the name in the **Name** field as `number.one` and the value in the **Value** field as `20`, the resulting JSON is:\n\n```\n{ \"number\": { \"one\": 20} }\n```\n\nYou can prevent this behavior by selecting **Add Option** > **Support Dot Notation**, and setting the **Dot Notion** field to off. Now the resulting JSON is:\n\n```\n{ \"number.one\": 20 }\n```\n\n## Templates and examples\n\n**Creating an API endpoint**\n\nby Jonathan\n\n[View template details](https://n8n.io/workflows/1750-creating-an-api-endpoint/)\n\n**
|
|
54940
|
+
"markdown": "# Edit Fields (Set)\n\nUse the Edit Fields node to set workflow data. This node can set new data as well as overwrite data that already exists. This node is crucial in workflows which expect incoming data from previous nodes, such as when inserting values to Google Sheets or databases.\n\n## Node parameters\n\nThese are the settings and options available in the Edit Fields node.\n\n### Mode\n\nYou can either use **Manual Mapping** to edit fields using the GUI or **JSON Output** to write JSON that n8n adds to the input data.\n\n### Fields to Set\n\nIf you select **Mode** > **Manual Mapping**, you can configure the fields by dragging and dropping values from **INPUT**.\n\nThe default behavior when you drag a value is:\n\n- n8n sets the value's name as the field name.\n- The field value contains an expression which accesses the value.\n\nIf you don't want to use expressions:\n\n1. Hover over a field. n8n displays the **Fixed | Expressions** toggle.\n1. Select **Fixed**.\n\nYou can do this for both the name and value of the field.\n\n### Keep Only Set Fields\n\nEnable this to discard any input data that you don't use in **Fields to Set**.\n\n### Include in Output\n\nChoose which input data to include in the node's output data.\n\n## Node options\n\nUse these options to customize the behavior of the node.\n\n### Include Binary Data\n\nIf the input data includes binary data, choose whether to include it in the Edit Fields node's output data.\n\n### Ignore Type Conversion Errors\n\nManual Mapping only.\n\nEnabling this allows n8n to ignore some data type errors when mapping fields.\n\n### Support Dot Notation\n\nBy default, n8n supports dot notation.\n\nFor example, when using manual mapping, the node follows the dot notation for the **Name** field. That means if you set the name in the **Name** field as `number.one` and the value in the **Value** field as `20`, the resulting JSON is:\n\n```\n{ \"number\": { \"one\": 20} }\n```\n\nYou can prevent this behavior by selecting **Add Option** > **Support Dot Notation**, and setting the **Dot Notion** field to off. Now the resulting JSON is:\n\n```\n{ \"number.one\": 20 }\n```\n\n## Templates and examples\n\n**Creating an API endpoint**\n\nby Jonathan\n\n[View template details](https://n8n.io/workflows/1750-creating-an-api-endpoint/)\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n**Scrape and summarize webpages with AI**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n[Browse Edit Fields (Set) integration templates](https://n8n.io/integrations/set/), or [search all templates](https://n8n.io/workflows/)\n\n## Arrays and expressions in JSON Output mode\n\nYou can use arrays and expressions when creating your JSON Output.\n\nFor example, given this input data generated by the Customer Datastore node:\n\n```\n[\n {\n \"id\": \"23423532\",\n \"name\": \"Jay Gatsby\",\n \"email\": \"gatsby@west-egg.com\",\n \"notes\": \"Keeps asking about a green light??\",\n \"country\": \"US\",\n \"created\": \"1925-04-10\"\n },\n {\n \"id\": \"23423533\",\n \"name\": \"José Arcadio Buendía\",\n \"email\": \"jab@macondo.co\",\n \"notes\": \"Lots of people named after him. Very confusing\",\n \"country\": \"CO\",\n \"created\": \"1967-05-05\"\n },\n {\n \"id\": \"23423534\",\n \"name\": \"Max Sendak\",\n \"email\": \"info@in-and-out-of-weeks.org\",\n \"notes\": \"Keeps rolling his terrible eyes\",\n \"country\": \"US\",\n \"created\": \"1963-04-09\"\n },\n {\n \"id\": \"23423535\",\n \"name\": \"Zaphod Beeblebrox\",\n \"email\": \"captain@heartofgold.com\",\n \"notes\": \"Felt like I was talking to more than one person\",\n \"country\": null,\n \"created\": \"1979-10-12\"\n },\n {\n \"id\": \"23423536\",\n \"name\": \"Edmund Pevensie\",\n \"email\": \"edmund@narnia.gov\",\n \"notes\": \"Passionate sailor\",\n \"country\": \"UK\",\n \"created\": \"1950-10-16\"\n }\n]\n```\n\nAdd the following JSON in the **JSON Output** field, with **Include in Output** set to **All Input Fields**:\n\n```\n{\n \"newKey\": \"new value\",\n \"array\": [{{ $json.id }},\"{{ $json.name }}\"],\n \"object\": {\n \"innerKey1\": \"new value\",\n \"innerKey2\": \"{{ $json.id }}\",\n \"innerKey3\": \"{{ $json.name }}\",\n }\n}\n```\n\nYou get this output:\n\n```\n[\n {\n \"id\": \"23423532\",\n \"name\": \"Jay Gatsby\",\n \"email\": \"gatsby@west-egg.com\",\n \"notes\": \"Keeps asking about a green light??\",\n \"country\": \"US\",\n \"created\": \"1925-04-10\",\n \"newKey\": \"new value\",\n \"array\": [\n 23423532,\n \"Jay Gatsby\"\n ],\n \"object\": {\n \"innerKey1\": \"new value\",\n \"innerKey2\": \"23423532\",\n \"innerKey3\": \"Jay Gatsby\"\n }\n },\n {\n \"id\": \"23423533\",\n \"name\": \"José Arcadio Buendía\",\n \"email\": \"jab@macondo.co\",\n \"notes\": \"Lots of people named after him. Very confusing\",\n \"country\": \"CO\",\n \"created\": \"1967-05-05\",\n \"newKey\": \"new value\",\n \"array\": [\n 23423533,\n \"José Arcadio Buendía\"\n ],\n \"object\": {\n \"innerKey1\": \"new value\",\n \"innerKey2\": \"23423533\",\n \"innerKey3\": \"José Arcadio Buendía\"\n }\n },\n {\n \"id\": \"23423534\",\n \"name\": \"Max Sendak\",\n \"email\": \"info@in-and-out-of-weeks.org\",\n \"notes\": \"Keeps rolling his terrible eyes\",\n \"country\": \"US\",\n \"created\": \"1963-04-09\",\n \"newKey\": \"new value\",\n \"array\": [\n 23423534,\n \"Max Sendak\"\n ],\n \"object\": {\n \"innerKey1\": \"new value\",\n \"innerKey2\": \"23423534\",\n \"innerKey3\": \"Max Sendak\"\n }\n },\n {\n \"id\": \"23423535\",\n \"name\": \"Zaphod Beeblebrox\",\n \"email\": \"captain@heartofgold.com\",\n \"notes\": \"Felt like I was talking to more than one person\",\n \"country\": null,\n \"created\": \"1979-10-12\",\n \"newKey\": \"new value\",\n \"array\": [\n 23423535,\n \"Zaphod Beeblebrox\"\n ],\n \"object\": {\n \"innerKey1\": \"new value\",\n \"innerKey2\": \"23423535\",\n \"innerKey3\": \"Zaphod Beeblebrox\"\n }\n },\n {\n \"id\": \"23423536\",\n \"name\": \"Edmund Pevensie\",\n \"email\": \"edmund@narnia.gov\",\n \"notes\": \"Passionate sailor\",\n \"country\": \"UK\",\n \"created\": \"1950-10-16\",\n \"newKey\": \"new value\",\n \"array\": [\n 23423536,\n \"Edmund Pevensie\"\n ],\n \"object\": {\n \"innerKey1\": \"new value\",\n \"innerKey2\": \"23423536\",\n \"innerKey3\": \"Edmund Pevensie\"\n }\n }\n]\n```\n",
|
|
54934
54941
|
"excerpt": "# Edit Fields (Set) Use the Edit Fields node to set workflow data. This node can set new data as well as overwrite data that already exists. This node is crucial in workflows which expect incoming data from previous nodes, such as when inserting values to Google Sheets or databases. ## Node parameters These are the settings and options available in the Edit Fields node. ### Mode You can either use **Manual Mapping** to edit fields using the GUI or **JSON Output** to write JSON that n8n adds...",
|
|
54935
54942
|
"sections": [
|
|
54936
54943
|
{
|
|
@@ -54972,11 +54979,11 @@
|
|
|
54972
54979
|
"codeExamples": 5,
|
|
54973
54980
|
"complexity": "intermediate",
|
|
54974
54981
|
"readingTime": "5 min",
|
|
54975
|
-
"contentLength":
|
|
54982
|
+
"contentLength": 6321,
|
|
54976
54983
|
"relatedPages": []
|
|
54977
54984
|
},
|
|
54978
54985
|
"searchIndex": {
|
|
54979
|
-
"fullText": "edit fields (set) # edit fields (set)\n\nuse the edit fields node to set workflow data. this node can set new data as well as overwrite data that already exists. this node is crucial in workflows which expect incoming data from previous nodes, such as when inserting values to google sheets or databases.\n\n## node parameters\n\nthese are the settings and options available in the edit fields node.\n\n### mode\n\nyou can either use **manual mapping** to edit fields using the gui or **json output** to write json that n8n adds to the input data.\n\n### fields to set\n\nif you select **mode** > **manual mapping**, you can configure the fields by dragging and dropping values from **input**.\n\nthe default behavior when you drag a value is:\n\n- n8n sets the value's name as the field name.\n- the field value contains an expression which accesses the value.\n\nif you don't want to use expressions:\n\n1. hover over a field. n8n displays the **fixed | expressions** toggle.\n1. select **fixed**.\n\nyou can do this for both the name and value of the field.\n\n### keep only set fields\n\nenable this to discard any input data that you don't use in **fields to set**.\n\n### include in output\n\nchoose which input data to include in the node's output data.\n\n## node options\n\nuse these options to customize the behavior of the node.\n\n### include binary data\n\nif the input data includes binary data, choose whether to include it in the edit fields node's output data.\n\n### ignore type conversion errors\n\nmanual mapping only.\n\nenabling this allows n8n to ignore some data type errors when mapping fields.\n\n### support dot notation\n\nby default, n8n supports dot notation.\n\nfor example, when using manual mapping, the node follows the dot notation for the **name** field. that means if you set the name in the **name** field as `number.one` and the value in the **value** field as `20`, the resulting json is:\n\n```\n{ \"number\": { \"one\": 20} }\n```\n\nyou can prevent this behavior by selecting **add option** > **support dot notation**, and setting the **dot notion** field to off. now the resulting json is:\n\n```\n{ \"number.one\": 20 }\n```\n\n## templates and examples\n\n**creating an api endpoint**\n\nby jonathan\n\n[view template details](https://n8n.io/workflows/1750-creating-an-api-endpoint/)\n\n**
|
|
54986
|
+
"fullText": "edit fields (set) # edit fields (set)\n\nuse the edit fields node to set workflow data. this node can set new data as well as overwrite data that already exists. this node is crucial in workflows which expect incoming data from previous nodes, such as when inserting values to google sheets or databases.\n\n## node parameters\n\nthese are the settings and options available in the edit fields node.\n\n### mode\n\nyou can either use **manual mapping** to edit fields using the gui or **json output** to write json that n8n adds to the input data.\n\n### fields to set\n\nif you select **mode** > **manual mapping**, you can configure the fields by dragging and dropping values from **input**.\n\nthe default behavior when you drag a value is:\n\n- n8n sets the value's name as the field name.\n- the field value contains an expression which accesses the value.\n\nif you don't want to use expressions:\n\n1. hover over a field. n8n displays the **fixed | expressions** toggle.\n1. select **fixed**.\n\nyou can do this for both the name and value of the field.\n\n### keep only set fields\n\nenable this to discard any input data that you don't use in **fields to set**.\n\n### include in output\n\nchoose which input data to include in the node's output data.\n\n## node options\n\nuse these options to customize the behavior of the node.\n\n### include binary data\n\nif the input data includes binary data, choose whether to include it in the edit fields node's output data.\n\n### ignore type conversion errors\n\nmanual mapping only.\n\nenabling this allows n8n to ignore some data type errors when mapping fields.\n\n### support dot notation\n\nby default, n8n supports dot notation.\n\nfor example, when using manual mapping, the node follows the dot notation for the **name** field. that means if you set the name in the **name** field as `number.one` and the value in the **value** field as `20`, the resulting json is:\n\n```\n{ \"number\": { \"one\": 20} }\n```\n\nyou can prevent this behavior by selecting **add option** > **support dot notation**, and setting the **dot notion** field to off. now the resulting json is:\n\n```\n{ \"number.one\": 20 }\n```\n\n## templates and examples\n\n**creating an api endpoint**\n\nby jonathan\n\n[view template details](https://n8n.io/workflows/1750-creating-an-api-endpoint/)\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n**scrape and summarize webpages with ai**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1951-scrape-and-summarize-webpages-with-ai/)\n\n[browse edit fields (set) integration templates](https://n8n.io/integrations/set/), or [search all templates](https://n8n.io/workflows/)\n\n## arrays and expressions in json output mode\n\nyou can use arrays and expressions when creating your json output.\n\nfor example, given this input data generated by the customer datastore node:\n\n```\n[\n {\n \"id\": \"23423532\",\n \"name\": \"jay gatsby\",\n \"email\": \"gatsby@west-egg.com\",\n \"notes\": \"keeps asking about a green light??\",\n \"country\": \"us\",\n \"created\": \"1925-04-10\"\n },\n {\n \"id\": \"23423533\",\n \"name\": \"josé arcadio buendía\",\n \"email\": \"jab@macondo.co\",\n \"notes\": \"lots of people named after him. very confusing\",\n \"country\": \"co\",\n \"created\": \"1967-05-05\"\n },\n {\n \"id\": \"23423534\",\n \"name\": \"max sendak\",\n \"email\": \"info@in-and-out-of-weeks.org\",\n \"notes\": \"keeps rolling his terrible eyes\",\n \"country\": \"us\",\n \"created\": \"1963-04-09\"\n },\n {\n \"id\": \"23423535\",\n \"name\": \"zaphod beeblebrox\",\n \"email\": \"captain@heartofgold.com\",\n \"notes\": \"felt like i was talking to more than one person\",\n \"country\": null,\n \"created\": \"1979-10-12\"\n },\n {\n \"id\": \"23423536\",\n \"name\": \"edmund pevensie\",\n \"email\": \"edmund@narnia.gov\",\n \"notes\": \"passionate sailor\",\n \"country\": \"uk\",\n \"created\": \"1950-10-16\"\n }\n]\n```\n\nadd the following json in the **json output** field, with **include in output** set to **all input fields**:\n\n```\n{\n \"newkey\": \"new value\",\n \"array\": [{{ $json.id }},\"{{ $json.name }}\"],\n \"object\": {\n \"innerkey1\": \"new value\",\n \"innerkey2\": \"{{ $json.id }}\",\n \"innerkey3\": \"{{ $json.name }}\",\n }\n}\n```\n\nyou get this output:\n\n```\n[\n {\n \"id\": \"23423532\",\n \"name\": \"jay gatsby\",\n \"email\": \"gatsby@west-egg.com\",\n \"notes\": \"keeps asking about a green light??\",\n \"country\": \"us\",\n \"created\": \"1925-04-10\",\n \"newkey\": \"new value\",\n \"array\": [\n 23423532,\n \"jay gatsby\"\n ],\n \"object\": {\n \"innerkey1\": \"new value\",\n \"innerkey2\": \"23423532\",\n \"innerkey3\": \"jay gatsby\"\n }\n },\n {\n \"id\": \"23423533\",\n \"name\": \"josé arcadio buendía\",\n \"email\": \"jab@macondo.co\",\n \"notes\": \"lots of people named after him. very confusing\",\n \"country\": \"co\",\n \"created\": \"1967-05-05\",\n \"newkey\": \"new value\",\n \"array\": [\n 23423533,\n \"josé arcadio buendía\"\n ],\n \"object\": {\n \"innerkey1\": \"new value\",\n \"innerkey2\": \"23423533\",\n \"innerkey3\": \"josé arcadio buendía\"\n }\n },\n {\n \"id\": \"23423534\",\n \"name\": \"max sendak\",\n \"email\": \"info@in-and-out-of-weeks.org\",\n \"notes\": \"keeps rolling his terrible eyes\",\n \"country\": \"us\",\n \"created\": \"1963-04-09\",\n \"newkey\": \"new value\",\n \"array\": [\n 23423534,\n \"max sendak\"\n ],\n \"object\": {\n \"innerkey1\": \"new value\",\n \"innerkey2\": \"23423534\",\n \"innerkey3\": \"max sendak\"\n }\n },\n {\n \"id\": \"23423535\",\n \"name\": \"zaphod beeblebrox\",\n \"email\": \"captain@heartofgold.com\",\n \"notes\": \"felt like i was talking to more than one person\",\n \"country\": null,\n \"created\": \"1979-10-12\",\n \"newkey\": \"new value\",\n \"array\": [\n 23423535,\n \"zaphod beeblebrox\"\n ],\n \"object\": {\n \"innerkey1\": \"new value\",\n \"innerkey2\": \"23423535\",\n \"innerkey3\": \"zaphod beeblebrox\"\n }\n },\n {\n \"id\": \"23423536\",\n \"name\": \"edmund pevensie\",\n \"email\": \"edmund@narnia.gov\",\n \"notes\": \"passionate sailor\",\n \"country\": \"uk\",\n \"created\": \"1950-10-16\",\n \"newkey\": \"new value\",\n \"array\": [\n 23423536,\n \"edmund pevensie\"\n ],\n \"object\": {\n \"innerkey1\": \"new value\",\n \"innerkey2\": \"23423536\",\n \"innerkey3\": \"edmund pevensie\"\n }\n }\n]\n```\n edit fields (set)",
|
|
54980
54987
|
"importantTerms": [
|
|
54981
54988
|
"value",
|
|
54982
54989
|
"name",
|
|
@@ -55003,11 +55010,11 @@
|
|
|
55003
55010
|
"mapping",
|
|
55004
55011
|
"include",
|
|
55005
55012
|
"https",
|
|
55013
|
+
"with",
|
|
55006
55014
|
"that",
|
|
55007
55015
|
"manual",
|
|
55008
55016
|
"expressions",
|
|
55009
55017
|
"notation",
|
|
55010
|
-
"very",
|
|
55011
55018
|
"keeps",
|
|
55012
55019
|
"arcadio",
|
|
55013
55020
|
"buend",
|
|
@@ -55024,8 +55031,7 @@
|
|
|
55024
55031
|
"creating",
|
|
55025
55032
|
"view",
|
|
55026
55033
|
"template",
|
|
55027
|
-
"details"
|
|
55028
|
-
"with"
|
|
55034
|
+
"details"
|
|
55029
55035
|
]
|
|
55030
55036
|
}
|
|
55031
55037
|
},
|
|
@@ -56025,7 +56031,7 @@
|
|
|
56025
56031
|
"nodeName": null,
|
|
56026
56032
|
"nodeType": null,
|
|
56027
56033
|
"content": {
|
|
56028
|
-
"markdown": "# Chat node\n\nUse the Chat node with the [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node to send messages into the chat and optionally wait for responses from users. This enables human-in-the-loop (HITL) use cases in chat workflows, allowing you to have multiple chat interactions within a single execution. The Chat node also works as a tool for AI Agents.\n\nChat Trigger node\n\nThe Chat node requires a [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node to be present in the workflow, with the [Response Mode](../n8n-nodes-langchain.chattrigger/#response-mode) set to 'Using Response Nodes'.\n\nEmbedded mode not supported\n\nThe Chat node isn't supported when the Chat Trigger node is set to **Embedded** mode. In Embedded mode, use the [Respond to Webhook](../n8n-nodes-base.respondtowebhook/) node instead.\n\nPrevious version\n\nIn previous versions, this node was called \"Respond to Chat\" and used a single \"Wait for User Reply\" toggle. The functionality has been reorganized into two distinct actions with additional response types.\n\n## Node parameters\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\nHuman-in-the-loop for AI tool calls\n\nThis node can be used as a human review step for AI Agent tool calls. When configured this way, the AI Agent will pause and request human approval through this service before executing tools that require oversight. Learn more in [Human-in-the-loop for AI tool calls](../../../../advanced-ai/human-in-the-loop-tools/).\n\nConfigure this node using the following parameters.\n\n### Operation\n\nThe Chat node supports the following operations:\n\n- **Send Message**: Send a message to the chat. The workflow execution continues immediately after sending.\n- **Send and Wait for Response**: Send a message to the chat and wait for a response from the user. This operation pauses the workflow execution until the user submits a response.\n\nChoosing **Send and Wait for Response** activates additional parameters and options as discussed in [waiting for a response](#waiting-for-a-response).\n\n### Message\n\nThe message to send to the chat. This parameter is available for both operations.\n\n## Node options\n\nUse these **Options** to further refine the node's behavior.\n\n### Add Memory Input Connection\n\nChoose whether you want to commit the messages from the Chat node to a connected memory. Using a shared memory between an agent or chain [root node](../../cluster-nodes/root-nodes/) and the Chat node attaches the same session key to these messages and lets you capture the full message history.\n\n## Waiting for a response\n\nBy choosing the **Send and Wait for Response** operation, you can send a message and pause the workflow execution until a person responds. This enables multi-turn conversations and approval workflows within a single execution.\n\n### Response Type\n\nYou can choose between the following types of responses:\n\n- **Free Text**: Users can type any response in the chat. This is the same behavior as the previous \"Wait for User Reply\" option.\n- **Approval**: Users can approve or disapprove using inline buttons in the message. You can also optionally allow users to type custom responses.\n\nDifferent parameters and options are available depending on which type you choose.\n\n### Free Text parameters and options\n\nWhen using the Free Text response type, the user can type any message as their response.\n\n**Use cases:**\n\n- Open-ended questions\n- Collecting detailed feedback\n- Requesting specific information\n\n**Options:** * **Limit Wait Time**: Whether the workflow automatically resumes execution after a specified time limit. This can be an interval or a specific wall time.\n\n### Approval parameters and options\n\nWhen using the Approval response type, the message displays inline buttons that users can click to approve or disapprove. This response type follows the same pattern as other human-in-the-loop (HITL) nodes in n8n.\n\n**Use cases:**\n\n- Simple yes/no decisions\n- Approval workflows\n- Confirmations\n\nWhen using the Approval response type, the following parameters are available:\n\n- **Type of Approval**: Whether to present only an approval button or both approval and disapproval buttons.\n\n - **Approve Only**: Displays a single approval button\n - **Approve and Disapprove**: Displays both buttons (default)\n\n- **Approve Button Label**: The text to display on the approval button. Default: `Approve`\n\n- **Disapprove Button Label**: The text to display on the disapproval button (only shown when Type of Approval is \"Approve and Disapprove\"). Default: `Disapprove`\n\n- **Block User Input**: Whether to prevent users from typing custom messages (enabled) or allow them to type responses (disabled, default).\n\n - When **disabled** (default): Users can click buttons or type a custom message. Typed messages are treated as disapproval with a custom message.\n - When **enabled**: Users can only interact using the buttons.\n\nThe Approval response type also offers the following option:\n\n- **Limit Wait Time**: Whether the workflow automatically resumes execution after a specified time limit. This can be an interval or a specific wall time.\n\n## Related resources\n\nView n8n's [Advanced AI](../../../../advanced-ai/) documentation.\n\nRefer to the [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node documentation for information about setting up the chat interface.\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
56034
|
+
"markdown": "# Chat node\n\nUse the Chat node with the [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node to send messages into the chat and optionally wait for responses from users. This enables human-in-the-loop (HITL) use cases in chat workflows, allowing you to have multiple chat interactions within a single execution. The Chat node also works as a tool for AI Agents.\n\nChat Trigger node\n\nThe Chat node requires a [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node to be present in the workflow, with the [Response Mode](../n8n-nodes-langchain.chattrigger/#response-mode) set to 'Using Response Nodes'.\n\nEmbedded mode not supported\n\nThe Chat node isn't supported when the Chat Trigger node is set to **Embedded** mode. In Embedded mode, use the [Respond to Webhook](../n8n-nodes-base.respondtowebhook/) node instead.\n\nPrevious version\n\nIn previous versions, this node was called \"Respond to Chat\" and used a single \"Wait for User Reply\" toggle. The functionality has been reorganized into two distinct actions with additional response types.\n\n## Node parameters\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\nHuman-in-the-loop for AI tool calls\n\nThis node can be used as a human review step for AI Agent tool calls. When configured this way, the AI Agent will pause and request human approval through this service before executing tools that require oversight. Learn more in [Human-in-the-loop for AI tool calls](../../../../advanced-ai/human-in-the-loop-tools/).\n\nConfigure this node using the following parameters.\n\n### Operation\n\nThe Chat node supports the following operations:\n\n- **Send Message**: Send a message to the chat. The workflow execution continues immediately after sending.\n- **Send and Wait for Response**: Send a message to the chat and wait for a response from the user. This operation pauses the workflow execution until the user submits a response.\n\nChoosing **Send and Wait for Response** activates additional parameters and options as discussed in [waiting for a response](#waiting-for-a-response).\n\n### Message\n\nThe message to send to the chat. This parameter is available for both operations.\n\n## Node options\n\nUse these **Options** to further refine the node's behavior.\n\n### Add Memory Input Connection\n\nChoose whether you want to commit the messages from the Chat node to a connected memory. Using a shared memory between an agent or chain [root node](../../cluster-nodes/root-nodes/) and the Chat node attaches the same session key to these messages and lets you capture the full message history.\n\n## Waiting for a response\n\nBy choosing the **Send and Wait for Response** operation, you can send a message and pause the workflow execution until a person responds. This enables multi-turn conversations and approval workflows within a single execution.\n\n### Response Type\n\nYou can choose between the following types of responses:\n\n- **Free Text**: Users can type any response in the chat. This is the same behavior as the previous \"Wait for User Reply\" option.\n- **Approval**: Users can approve or disapprove using inline buttons in the message. You can also optionally allow users to type custom responses.\n\nDifferent parameters and options are available depending on which type you choose.\n\n### Free Text parameters and options\n\nWhen using the Free Text response type, the user can type any message as their response.\n\n**Use cases:**\n\n- Open-ended questions\n- Collecting detailed feedback\n- Requesting specific information\n\n**Options:** * **Limit Wait Time**: Whether the workflow automatically resumes execution after a specified time limit. This can be an interval or a specific wall time.\n\n### Approval parameters and options\n\nWhen using the Approval response type, the message displays inline buttons that users can click to approve or disapprove. This response type follows the same pattern as other human-in-the-loop (HITL) nodes in n8n.\n\n**Use cases:**\n\n- Simple yes/no decisions\n- Approval workflows\n- Confirmations\n\nWhen using the Approval response type, the following parameters are available:\n\n- **Type of Approval**: Whether to present only an approval button or both approval and disapproval buttons.\n\n - **Approve Only**: Displays a single approval button\n - **Approve and Disapprove**: Displays both buttons (default)\n\n- **Approve Button Label**: The text to display on the approval button. Default: `Approve`\n\n- **Disapprove Button Label**: The text to display on the disapproval button (only shown when Type of Approval is \"Approve and Disapprove\"). Default: `Disapprove`\n\n- **Block User Input**: Whether to prevent users from typing custom messages (enabled) or allow them to type responses (disabled, default).\n\n - When **disabled** (default): Users can click buttons or type a custom message. Typed messages are treated as disapproval with a custom message.\n - When **enabled**: Users can only interact using the buttons.\n\nThe Approval response type also offers the following option:\n\n- **Limit Wait Time**: Whether the workflow automatically resumes execution after a specified time limit. This can be an interval or a specific wall time.\n\n## Related resources\n\nView n8n's [Advanced AI](../../../../advanced-ai/) documentation.\n\nRefer to the [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node documentation for information about setting up the chat interface.\n\n## Templates and examples\n\n**AI agent chat**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**Building Your First WhatsApp Chatbot**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**Angie, personal AI assistant with Telegram voice and text**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[Browse Chat integration templates](https://n8n.io/integrations/chat/), or [search all templates](https://n8n.io/workflows/)\n\n## Common issues\n\n- The Chat node isn't supported when the Chat Trigger node's **Mode** is set to **Embedded**. In Embedded mode, the Chat Trigger node only offers **Respond to Webhook** as a response mode. Use the [Respond to Webhook](../n8n-nodes-base.respondtowebhook/) node instead.\n- The Chat node doesn't work when used as a tool of a subagent.\n- The Chat node doesn't work when used in a subworkflow. This includes usage in a subworkflow that's being used as a tool for an AI Agent.\n- Make sure the Chat Trigger node's Response Mode is set to \"Using Response Nodes\" for the Chat node to function properly.\n\nFor common questions or issues with the Chat Trigger node, refer to [Common Chat Trigger Node Issues](../n8n-nodes-langchain.chattrigger/common-issues/).\n",
|
|
56029
56035
|
"excerpt": "# Chat node Use the Chat node with the [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node to send messages into the chat and optionally wait for responses from users. This enables human-in-the-loop (HITL) use cases in chat workflows, allowing you to have multiple chat interactions within a single execution. The Chat node also works as a tool for AI Agents. Chat Trigger node The Chat node requires a [Chat Trigger](../n8n-nodes-langchain.chattrigger/) node to be present in the workflow, w...",
|
|
56030
56036
|
"sections": [
|
|
56031
56037
|
{
|
|
@@ -56066,11 +56072,11 @@
|
|
|
56066
56072
|
"codeExamples": 0,
|
|
56067
56073
|
"complexity": "intermediate",
|
|
56068
56074
|
"readingTime": "5 min",
|
|
56069
|
-
"contentLength":
|
|
56075
|
+
"contentLength": 6970,
|
|
56070
56076
|
"relatedPages": []
|
|
56071
56077
|
},
|
|
56072
56078
|
"searchIndex": {
|
|
56073
|
-
"fullText": "chat # chat node\n\nuse the chat node with the [chat trigger](../n8n-nodes-langchain.chattrigger/) node to send messages into the chat and optionally wait for responses from users. this enables human-in-the-loop (hitl) use cases in chat workflows, allowing you to have multiple chat interactions within a single execution. the chat node also works as a tool for ai agents.\n\nchat trigger node\n\nthe chat node requires a [chat trigger](../n8n-nodes-langchain.chattrigger/) node to be present in the workflow, with the [response mode](../n8n-nodes-langchain.chattrigger/#response-mode) set to 'using response nodes'.\n\nembedded mode not supported\n\nthe chat node isn't supported when the chat trigger node is set to **embedded** mode. in embedded mode, use the [respond to webhook](../n8n-nodes-base.respondtowebhook/) node instead.\n\nprevious version\n\nin previous versions, this node was called \"respond to chat\" and used a single \"wait for user reply\" toggle. the functionality has been reorganized into two distinct actions with additional response types.\n\n## node parameters\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\nhuman-in-the-loop for ai tool calls\n\nthis node can be used as a human review step for ai agent tool calls. when configured this way, the ai agent will pause and request human approval through this service before executing tools that require oversight. learn more in [human-in-the-loop for ai tool calls](../../../../advanced-ai/human-in-the-loop-tools/).\n\nconfigure this node using the following parameters.\n\n### operation\n\nthe chat node supports the following operations:\n\n- **send message**: send a message to the chat. the workflow execution continues immediately after sending.\n- **send and wait for response**: send a message to the chat and wait for a response from the user. this operation pauses the workflow execution until the user submits a response.\n\nchoosing **send and wait for response** activates additional parameters and options as discussed in [waiting for a response](#waiting-for-a-response).\n\n### message\n\nthe message to send to the chat. this parameter is available for both operations.\n\n## node options\n\nuse these **options** to further refine the node's behavior.\n\n### add memory input connection\n\nchoose whether you want to commit the messages from the chat node to a connected memory. using a shared memory between an agent or chain [root node](../../cluster-nodes/root-nodes/) and the chat node attaches the same session key to these messages and lets you capture the full message history.\n\n## waiting for a response\n\nby choosing the **send and wait for response** operation, you can send a message and pause the workflow execution until a person responds. this enables multi-turn conversations and approval workflows within a single execution.\n\n### response type\n\nyou can choose between the following types of responses:\n\n- **free text**: users can type any response in the chat. this is the same behavior as the previous \"wait for user reply\" option.\n- **approval**: users can approve or disapprove using inline buttons in the message. you can also optionally allow users to type custom responses.\n\ndifferent parameters and options are available depending on which type you choose.\n\n### free text parameters and options\n\nwhen using the free text response type, the user can type any message as their response.\n\n**use cases:**\n\n- open-ended questions\n- collecting detailed feedback\n- requesting specific information\n\n**options:** * **limit wait time**: whether the workflow automatically resumes execution after a specified time limit. this can be an interval or a specific wall time.\n\n### approval parameters and options\n\nwhen using the approval response type, the message displays inline buttons that users can click to approve or disapprove. this response type follows the same pattern as other human-in-the-loop (hitl) nodes in n8n.\n\n**use cases:**\n\n- simple yes/no decisions\n- approval workflows\n- confirmations\n\nwhen using the approval response type, the following parameters are available:\n\n- **type of approval**: whether to present only an approval button or both approval and disapproval buttons.\n\n - **approve only**: displays a single approval button\n - **approve and disapprove**: displays both buttons (default)\n\n- **approve button label**: the text to display on the approval button. default: `approve`\n\n- **disapprove button label**: the text to display on the disapproval button (only shown when type of approval is \"approve and disapprove\"). default: `disapprove`\n\n- **block user input**: whether to prevent users from typing custom messages (enabled) or allow them to type responses (disabled, default).\n\n - when **disabled** (default): users can click buttons or type a custom message. typed messages are treated as disapproval with a custom message.\n - when **enabled**: users can only interact using the buttons.\n\nthe approval response type also offers the following option:\n\n- **limit wait time**: whether the workflow automatically resumes execution after a specified time limit. this can be an interval or a specific wall time.\n\n## related resources\n\nview n8n's [advanced ai](../../../../advanced-ai/) documentation.\n\nrefer to the [chat trigger](../n8n-nodes-langchain.chattrigger/) node documentation for information about setting up the chat interface.\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**
|
|
56079
|
+
"fullText": "chat # chat node\n\nuse the chat node with the [chat trigger](../n8n-nodes-langchain.chattrigger/) node to send messages into the chat and optionally wait for responses from users. this enables human-in-the-loop (hitl) use cases in chat workflows, allowing you to have multiple chat interactions within a single execution. the chat node also works as a tool for ai agents.\n\nchat trigger node\n\nthe chat node requires a [chat trigger](../n8n-nodes-langchain.chattrigger/) node to be present in the workflow, with the [response mode](../n8n-nodes-langchain.chattrigger/#response-mode) set to 'using response nodes'.\n\nembedded mode not supported\n\nthe chat node isn't supported when the chat trigger node is set to **embedded** mode. in embedded mode, use the [respond to webhook](../n8n-nodes-base.respondtowebhook/) node instead.\n\nprevious version\n\nin previous versions, this node was called \"respond to chat\" and used a single \"wait for user reply\" toggle. the functionality has been reorganized into two distinct actions with additional response types.\n\n## node parameters\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\nhuman-in-the-loop for ai tool calls\n\nthis node can be used as a human review step for ai agent tool calls. when configured this way, the ai agent will pause and request human approval through this service before executing tools that require oversight. learn more in [human-in-the-loop for ai tool calls](../../../../advanced-ai/human-in-the-loop-tools/).\n\nconfigure this node using the following parameters.\n\n### operation\n\nthe chat node supports the following operations:\n\n- **send message**: send a message to the chat. the workflow execution continues immediately after sending.\n- **send and wait for response**: send a message to the chat and wait for a response from the user. this operation pauses the workflow execution until the user submits a response.\n\nchoosing **send and wait for response** activates additional parameters and options as discussed in [waiting for a response](#waiting-for-a-response).\n\n### message\n\nthe message to send to the chat. this parameter is available for both operations.\n\n## node options\n\nuse these **options** to further refine the node's behavior.\n\n### add memory input connection\n\nchoose whether you want to commit the messages from the chat node to a connected memory. using a shared memory between an agent or chain [root node](../../cluster-nodes/root-nodes/) and the chat node attaches the same session key to these messages and lets you capture the full message history.\n\n## waiting for a response\n\nby choosing the **send and wait for response** operation, you can send a message and pause the workflow execution until a person responds. this enables multi-turn conversations and approval workflows within a single execution.\n\n### response type\n\nyou can choose between the following types of responses:\n\n- **free text**: users can type any response in the chat. this is the same behavior as the previous \"wait for user reply\" option.\n- **approval**: users can approve or disapprove using inline buttons in the message. you can also optionally allow users to type custom responses.\n\ndifferent parameters and options are available depending on which type you choose.\n\n### free text parameters and options\n\nwhen using the free text response type, the user can type any message as their response.\n\n**use cases:**\n\n- open-ended questions\n- collecting detailed feedback\n- requesting specific information\n\n**options:** * **limit wait time**: whether the workflow automatically resumes execution after a specified time limit. this can be an interval or a specific wall time.\n\n### approval parameters and options\n\nwhen using the approval response type, the message displays inline buttons that users can click to approve or disapprove. this response type follows the same pattern as other human-in-the-loop (hitl) nodes in n8n.\n\n**use cases:**\n\n- simple yes/no decisions\n- approval workflows\n- confirmations\n\nwhen using the approval response type, the following parameters are available:\n\n- **type of approval**: whether to present only an approval button or both approval and disapproval buttons.\n\n - **approve only**: displays a single approval button\n - **approve and disapprove**: displays both buttons (default)\n\n- **approve button label**: the text to display on the approval button. default: `approve`\n\n- **disapprove button label**: the text to display on the disapproval button (only shown when type of approval is \"approve and disapprove\"). default: `disapprove`\n\n- **block user input**: whether to prevent users from typing custom messages (enabled) or allow them to type responses (disabled, default).\n\n - when **disabled** (default): users can click buttons or type a custom message. typed messages are treated as disapproval with a custom message.\n - when **enabled**: users can only interact using the buttons.\n\nthe approval response type also offers the following option:\n\n- **limit wait time**: whether the workflow automatically resumes execution after a specified time limit. this can be an interval or a specific wall time.\n\n## related resources\n\nview n8n's [advanced ai](../../../../advanced-ai/) documentation.\n\nrefer to the [chat trigger](../n8n-nodes-langchain.chattrigger/) node documentation for information about setting up the chat interface.\n\n## templates and examples\n\n**ai agent chat**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1954-ai-agent-chat/)\n\n**building your first whatsapp chatbot**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2465-building-your-first-whatsapp-chatbot/)\n\n**angie, personal ai assistant with telegram voice and text**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2462-angie-personal-ai-assistant-with-telegram-voice-and-text/)\n\n[browse chat integration templates](https://n8n.io/integrations/chat/), or [search all templates](https://n8n.io/workflows/)\n\n## common issues\n\n- the chat node isn't supported when the chat trigger node's **mode** is set to **embedded**. in embedded mode, the chat trigger node only offers **respond to webhook** as a response mode. use the [respond to webhook](../n8n-nodes-base.respondtowebhook/) node instead.\n- the chat node doesn't work when used as a tool of a subagent.\n- the chat node doesn't work when used in a subworkflow. this includes usage in a subworkflow that's being used as a tool for an ai agent.\n- make sure the chat trigger node's response mode is set to \"using response nodes\" for the chat node to function properly.\n\nfor common questions or issues with the chat trigger node, refer to [common chat trigger node issues](../n8n-nodes-langchain.chattrigger/common-issues/).\n chat node",
|
|
56074
56080
|
"importantTerms": [
|
|
56075
56081
|
"chat",
|
|
56076
56082
|
"node",
|
|
@@ -56096,6 +56102,7 @@
|
|
|
56096
56102
|
"execution",
|
|
56097
56103
|
"agent",
|
|
56098
56104
|
"options",
|
|
56105
|
+
"text",
|
|
56099
56106
|
"approve",
|
|
56100
56107
|
"workflow",
|
|
56101
56108
|
"user",
|
|
@@ -56110,7 +56117,6 @@
|
|
|
56110
56117
|
"embedded",
|
|
56111
56118
|
"following",
|
|
56112
56119
|
"whether",
|
|
56113
|
-
"text",
|
|
56114
56120
|
"only",
|
|
56115
56121
|
"default",
|
|
56116
56122
|
"https",
|
|
@@ -76061,29 +76067,28 @@
|
|
|
76061
76067
|
},
|
|
76062
76068
|
{
|
|
76063
76069
|
"id": "page-1008",
|
|
76064
|
-
"title": "
|
|
76065
|
-
"url": "https://docs.n8n.io/integrations/builtin/credentials/
|
|
76066
|
-
"urlPath": "integrations/builtin/credentials/
|
|
76070
|
+
"title": "Vercel AI Gateway credentials",
|
|
76071
|
+
"url": "https://docs.n8n.io/integrations/builtin/credentials/vercel/index.md",
|
|
76072
|
+
"urlPath": "integrations/builtin/credentials/vercel/index.md",
|
|
76067
76073
|
"category": "other",
|
|
76068
76074
|
"subcategory": null,
|
|
76069
76075
|
"nodeName": null,
|
|
76070
76076
|
"nodeType": null,
|
|
76071
76077
|
"content": {
|
|
76072
|
-
"markdown": "#
|
|
76073
|
-
"excerpt": "#
|
|
76078
|
+
"markdown": "# Vercel AI Gateway credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Chat Vercel AI Gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/)\n\n## Prerequisites\n\nCreate a [Vercel](https://vercel.com/) account.\n\n## Supported authentication methods\n\n- API key\n- OIDC token\n\n## Related resources\n\nRefer to the [Vercel AI Gateway documentation](https://vercel.com/docs/ai-gateway) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**\n\nTo generate your API Key:\n\n1. [Login to Vercel](https://vercel.com/login) or [create an account](https://vercel.com/signup).\n1. Go to the Vercel dashboard and select the **AI Gateway** tab.\n1. Select **API keys** on the left side bar.\n1. Select **Add key** and proceed with **Create key** from the Dialog.\n1. Copy your key and add it as the **API Key** in n8n.\n\n## Using OIDC token\n\nTo configure this credential, you'll need:\n\n- An **OIDC token**\n\nTo generate your OIDC token:\n\n1. In local development, link your application to a Vercel project with the `vc link` command.\n1. Run the `vercel env pull` command to pull the environment variables from Vercel.\n1. Copy your token and add it as the **OIDC TOKEN** in n8n.\n",
|
|
76079
|
+
"excerpt": "# Vercel AI Gateway credentials You can use these credentials to authenticate the following nodes: - [Chat Vercel AI Gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/) ## Prerequisites Create a [Vercel](https://vercel.com/) account. ## Supported authentication methods - API key - OIDC token ## Related resources Refer to the [Vercel AI Gateway documentation](https://vercel.com/docs/ai-gateway) for more information about the service. ## Using API key To configure t...",
|
|
76074
76080
|
"sections": [
|
|
76075
76081
|
{
|
|
76076
|
-
"title": "
|
|
76082
|
+
"title": "Vercel AI Gateway credentials",
|
|
76077
76083
|
"level": 1,
|
|
76078
|
-
"content": "You can use these credentials to authenticate the following nodes:\n\n- [
|
|
76084
|
+
"content": "You can use these credentials to authenticate the following nodes:\n\n- [Chat Vercel AI Gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/)"
|
|
76079
76085
|
}
|
|
76080
76086
|
]
|
|
76081
76087
|
},
|
|
76082
76088
|
"metadata": {
|
|
76083
76089
|
"keywords": [
|
|
76084
|
-
"
|
|
76085
|
-
"
|
|
76086
|
-
"datacenter",
|
|
76090
|
+
"vercel",
|
|
76091
|
+
"gateway",
|
|
76087
76092
|
"credentials",
|
|
76088
76093
|
"prerequisites",
|
|
76089
76094
|
"supported",
|
|
@@ -76092,68 +76097,58 @@
|
|
|
76092
76097
|
"related",
|
|
76093
76098
|
"resources",
|
|
76094
76099
|
"using",
|
|
76095
|
-
"
|
|
76100
|
+
"oidc",
|
|
76101
|
+
"token"
|
|
76096
76102
|
],
|
|
76097
76103
|
"useCases": [],
|
|
76098
76104
|
"operations": [],
|
|
76099
76105
|
"codeExamples": 0,
|
|
76100
76106
|
"complexity": "beginner",
|
|
76101
|
-
"readingTime": "
|
|
76102
|
-
"contentLength":
|
|
76107
|
+
"readingTime": "1 min",
|
|
76108
|
+
"contentLength": 1265,
|
|
76103
76109
|
"relatedPages": []
|
|
76104
76110
|
},
|
|
76105
76111
|
"searchIndex": {
|
|
76106
|
-
"fullText": "
|
|
76112
|
+
"fullText": "vercel ai gateway credentials # vercel ai gateway credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [chat vercel ai gateway](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatvercel/)\n\n## prerequisites\n\ncreate a [vercel](https://vercel.com/) account.\n\n## supported authentication methods\n\n- api key\n- oidc token\n\n## related resources\n\nrefer to the [vercel ai gateway documentation](https://vercel.com/docs/ai-gateway) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api key**\n\nto generate your api key:\n\n1. [login to vercel](https://vercel.com/login) or [create an account](https://vercel.com/signup).\n1. go to the vercel dashboard and select the **ai gateway** tab.\n1. select **api keys** on the left side bar.\n1. select **add key** and proceed with **create key** from the dialog.\n1. copy your key and add it as the **api key** in n8n.\n\n## using oidc token\n\nto configure this credential, you'll need:\n\n- an **oidc token**\n\nto generate your oidc token:\n\n1. in local development, link your application to a vercel project with the `vc link` command.\n1. run the `vercel env pull` command to pull the environment variables from vercel.\n1. copy your token and add it as the **oidc token** in n8n.\n vercel ai gateway credentials",
|
|
76107
76113
|
"importantTerms": [
|
|
76108
|
-
"
|
|
76109
|
-
"
|
|
76110
|
-
"
|
|
76111
|
-
"
|
|
76112
|
-
"datacenter",
|
|
76113
|
-
"https",
|
|
76114
|
-
"refer",
|
|
76115
|
-
"topnav",
|
|
76116
|
-
"content",
|
|
76114
|
+
"vercel",
|
|
76115
|
+
"gateway",
|
|
76116
|
+
"token",
|
|
76117
|
+
"oidc",
|
|
76117
76118
|
"your",
|
|
76118
76119
|
"credentials",
|
|
76119
|
-
"current",
|
|
76120
|
-
"more",
|
|
76121
|
-
"information",
|
|
76122
|
-
"enter",
|
|
76123
76120
|
"nodes",
|
|
76124
|
-
"
|
|
76125
|
-
"
|
|
76126
|
-
"
|
|
76127
|
-
"creating",
|
|
76128
|
-
"client",
|
|
76129
|
-
"scopes"
|
|
76121
|
+
"https",
|
|
76122
|
+
"create",
|
|
76123
|
+
"select"
|
|
76130
76124
|
]
|
|
76131
76125
|
}
|
|
76132
76126
|
},
|
|
76133
76127
|
{
|
|
76134
76128
|
"id": "page-1009",
|
|
76135
|
-
"title": "
|
|
76136
|
-
"url": "https://docs.n8n.io/integrations/builtin/credentials/
|
|
76137
|
-
"urlPath": "integrations/builtin/credentials/
|
|
76129
|
+
"title": "Venafi TLS Protect Datacenter credentials",
|
|
76130
|
+
"url": "https://docs.n8n.io/integrations/builtin/credentials/venafitlsprotectdatacenter/index.md",
|
|
76131
|
+
"urlPath": "integrations/builtin/credentials/venafitlsprotectdatacenter/index.md",
|
|
76138
76132
|
"category": "other",
|
|
76139
76133
|
"subcategory": null,
|
|
76140
76134
|
"nodeName": null,
|
|
76141
76135
|
"nodeType": null,
|
|
76142
76136
|
"content": {
|
|
76143
|
-
"markdown": "#
|
|
76144
|
-
"excerpt": "#
|
|
76137
|
+
"markdown": "# Venafi TLS Protect Datacenter credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Venafi TLS Protect Datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/)\n\n## Prerequisites\n\n- Create a Venafi [TLS Protect Datacenter](https://venafi.com/) account.\n- Set the expiration and refresh time for tokens. Refer to [Setting up token authentication](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/AuthSDK/t-SDKa-Setup-OAuth.php) for more information.\n- Create an [API integration](https://docs.venafi.com/Docs/current/TopNav/Content/API-ApplicationIntegration/c-APIAppIntegrations-about.php) in **API > Integrations**. Refer to [Integrating other systems with Venafi products](https://docs.venafi.com/Docs/current/TopNav/Content/API-ApplicationIntegration/t-APIAppIntegrations-creating.php) for detailed instructions.\n - Take note of the Client ID for your integration.\n - Choose the scopes needed for the operations you want to perform within n8n. Refer to the scopes table in [Integrating other systems with Venafi products](https://docs.venafi.com/Docs/current/TopNav/Content/API-ApplicationIntegration/t-APIAppIntegrations-creating.php) for more details on available scopes.\n\n## Supported authentication methods\n\n- API integration\n\n## Related resources\n\nRefer to [Venafi's API integration documentation](https://docs.venafi.com/Docs/currentSDK/TopNav/Content/SDK/WebSDK/c-sdk-AboutThisGuide.php) for more information about the service.\n\n## Using API integration\n\nTo configure this credential, you'll need:\n\n- A **Domain**: Enter your Venafi TLS Protect Datacenter domain.\n- A **Client ID**: Enter the **Client ID** from your API integration. Refer to the information and links in [Prerequisites](#prerequisites) for more information on creating an API integration.\n- A **Username**: Enter your username.\n- A **Password**: Enter your password.\n- **Allow Self-Signed Certificates**: If turned on, the credential will allow self-signed certificates.\n",
|
|
76138
|
+
"excerpt": "# Venafi TLS Protect Datacenter credentials You can use these credentials to authenticate the following nodes: - [Venafi TLS Protect Datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/) ## Prerequisites - Create a Venafi [TLS Protect Datacenter](https://venafi.com/) account. - Set the expiration and refresh time for tokens. Refer to [Setting up token authentication](https://docs.venafi.com/Docs/current/TopNav/Content/SDK/AuthSDK/t-SDKa-Setup-OAuth.php) for more inform...",
|
|
76145
76139
|
"sections": [
|
|
76146
76140
|
{
|
|
76147
|
-
"title": "
|
|
76141
|
+
"title": "Venafi TLS Protect Datacenter credentials",
|
|
76148
76142
|
"level": 1,
|
|
76149
|
-
"content": "You can use these credentials to authenticate the following nodes:\n\n- [
|
|
76143
|
+
"content": "You can use these credentials to authenticate the following nodes:\n\n- [Venafi TLS Protect Datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/)"
|
|
76150
76144
|
}
|
|
76151
76145
|
]
|
|
76152
76146
|
},
|
|
76153
76147
|
"metadata": {
|
|
76154
76148
|
"keywords": [
|
|
76155
|
-
"
|
|
76156
|
-
"
|
|
76149
|
+
"venafi",
|
|
76150
|
+
"protect",
|
|
76151
|
+
"datacenter",
|
|
76157
76152
|
"credentials",
|
|
76158
76153
|
"prerequisites",
|
|
76159
76154
|
"supported",
|
|
@@ -76162,30 +76157,41 @@
|
|
|
76162
76157
|
"related",
|
|
76163
76158
|
"resources",
|
|
76164
76159
|
"using",
|
|
76165
|
-
"
|
|
76166
|
-
"token"
|
|
76160
|
+
"integration"
|
|
76167
76161
|
],
|
|
76168
76162
|
"useCases": [],
|
|
76169
76163
|
"operations": [],
|
|
76170
76164
|
"codeExamples": 0,
|
|
76171
76165
|
"complexity": "beginner",
|
|
76172
|
-
"readingTime": "
|
|
76173
|
-
"contentLength":
|
|
76166
|
+
"readingTime": "2 min",
|
|
76167
|
+
"contentLength": 2009,
|
|
76174
76168
|
"relatedPages": []
|
|
76175
76169
|
},
|
|
76176
76170
|
"searchIndex": {
|
|
76177
|
-
"fullText": "
|
|
76171
|
+
"fullText": "venafi tls protect datacenter credentials # venafi tls protect datacenter credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [venafi tls protect datacenter node](../../app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/)\n\n## prerequisites\n\n- create a venafi [tls protect datacenter](https://venafi.com/) account.\n- set the expiration and refresh time for tokens. refer to [setting up token authentication](https://docs.venafi.com/docs/current/topnav/content/sdk/authsdk/t-sdka-setup-oauth.php) for more information.\n- create an [api integration](https://docs.venafi.com/docs/current/topnav/content/api-applicationintegration/c-apiappintegrations-about.php) in **api > integrations**. refer to [integrating other systems with venafi products](https://docs.venafi.com/docs/current/topnav/content/api-applicationintegration/t-apiappintegrations-creating.php) for detailed instructions.\n - take note of the client id for your integration.\n - choose the scopes needed for the operations you want to perform within n8n. refer to the scopes table in [integrating other systems with venafi products](https://docs.venafi.com/docs/current/topnav/content/api-applicationintegration/t-apiappintegrations-creating.php) for more details on available scopes.\n\n## supported authentication methods\n\n- api integration\n\n## related resources\n\nrefer to [venafi's api integration documentation](https://docs.venafi.com/docs/currentsdk/topnav/content/sdk/websdk/c-sdk-aboutthisguide.php) for more information about the service.\n\n## using api integration\n\nto configure this credential, you'll need:\n\n- a **domain**: enter your venafi tls protect datacenter domain.\n- a **client id**: enter the **client id** from your api integration. refer to the information and links in [prerequisites](#prerequisites) for more information on creating an api integration.\n- a **username**: enter your username.\n- a **password**: enter your password.\n- **allow self-signed certificates**: if turned on, the credential will allow self-signed certificates.\n venafi tls protect datacenter credentials",
|
|
76178
76172
|
"importantTerms": [
|
|
76179
|
-
"
|
|
76180
|
-
"
|
|
76181
|
-
"
|
|
76182
|
-
"
|
|
76173
|
+
"venafi",
|
|
76174
|
+
"docs",
|
|
76175
|
+
"integration",
|
|
76176
|
+
"protect",
|
|
76177
|
+
"datacenter",
|
|
76178
|
+
"https",
|
|
76179
|
+
"refer",
|
|
76180
|
+
"topnav",
|
|
76181
|
+
"content",
|
|
76183
76182
|
"your",
|
|
76184
76183
|
"credentials",
|
|
76184
|
+
"current",
|
|
76185
|
+
"more",
|
|
76186
|
+
"information",
|
|
76187
|
+
"enter",
|
|
76185
76188
|
"nodes",
|
|
76186
|
-
"
|
|
76187
|
-
"
|
|
76188
|
-
"
|
|
76189
|
+
"prerequisites",
|
|
76190
|
+
"applicationintegration",
|
|
76191
|
+
"apiappintegrations",
|
|
76192
|
+
"creating",
|
|
76193
|
+
"client",
|
|
76194
|
+
"scopes"
|
|
76189
76195
|
]
|
|
76190
76196
|
}
|
|
76191
76197
|
},
|
|
@@ -94329,7 +94335,7 @@
|
|
|
94329
94335
|
"page-0212",
|
|
94330
94336
|
"page-0213",
|
|
94331
94337
|
"page-0219",
|
|
94332
|
-
"page-
|
|
94338
|
+
"page-0221",
|
|
94333
94339
|
"page-0553",
|
|
94334
94340
|
"page-0554",
|
|
94335
94341
|
"page-0555",
|
|
@@ -94415,7 +94421,7 @@
|
|
|
94415
94421
|
"page-0002",
|
|
94416
94422
|
"page-0003",
|
|
94417
94423
|
"page-0154",
|
|
94418
|
-
"page-
|
|
94424
|
+
"page-0221",
|
|
94419
94425
|
"page-0470",
|
|
94420
94426
|
"page-0490",
|
|
94421
94427
|
"page-0493",
|
|
@@ -94547,7 +94553,7 @@
|
|
|
94547
94553
|
"page-0164",
|
|
94548
94554
|
"page-0202",
|
|
94549
94555
|
"page-0206",
|
|
94550
|
-
"page-
|
|
94556
|
+
"page-0223",
|
|
94551
94557
|
"page-0782",
|
|
94552
94558
|
"page-0804",
|
|
94553
94559
|
"page-0806",
|
|
@@ -95458,7 +95464,7 @@
|
|
|
95458
95464
|
"page-0003",
|
|
95459
95465
|
"page-0154",
|
|
95460
95466
|
"page-0189",
|
|
95461
|
-
"page-
|
|
95467
|
+
"page-0221",
|
|
95462
95468
|
"page-0277",
|
|
95463
95469
|
"page-1215"
|
|
95464
95470
|
],
|
|
@@ -95466,7 +95472,7 @@
|
|
|
95466
95472
|
"page-0003",
|
|
95467
95473
|
"page-0154",
|
|
95468
95474
|
"page-0189",
|
|
95469
|
-
"page-
|
|
95475
|
+
"page-0221",
|
|
95470
95476
|
"page-1215"
|
|
95471
95477
|
],
|
|
95472
95478
|
"runner": [
|
|
@@ -95535,7 +95541,7 @@
|
|
|
95535
95541
|
"page-0146",
|
|
95536
95542
|
"page-0160",
|
|
95537
95543
|
"page-0219",
|
|
95538
|
-
"page-
|
|
95544
|
+
"page-0224",
|
|
95539
95545
|
"page-0229",
|
|
95540
95546
|
"page-0652",
|
|
95541
95547
|
"page-0694",
|
|
@@ -95920,7 +95926,7 @@
|
|
|
95920
95926
|
"restrict": [
|
|
95921
95927
|
"page-0003",
|
|
95922
95928
|
"page-0206",
|
|
95923
|
-
"page-
|
|
95929
|
+
"page-0223",
|
|
95924
95930
|
"page-0669"
|
|
95925
95931
|
],
|
|
95926
95932
|
"bare": [
|
|
@@ -96126,7 +96132,7 @@
|
|
|
96126
96132
|
"page-0180",
|
|
96127
96133
|
"page-0206",
|
|
96128
96134
|
"page-0215",
|
|
96129
|
-
"page-
|
|
96135
|
+
"page-0221",
|
|
96130
96136
|
"page-0376",
|
|
96131
96137
|
"page-0708",
|
|
96132
96138
|
"page-0953",
|
|
@@ -96578,7 +96584,7 @@
|
|
|
96578
96584
|
"read": [
|
|
96579
96585
|
"page-0005",
|
|
96580
96586
|
"page-0206",
|
|
96581
|
-
"page-
|
|
96587
|
+
"page-0221",
|
|
96582
96588
|
"page-0503",
|
|
96583
96589
|
"page-0685",
|
|
96584
96590
|
"page-0688",
|
|
@@ -97691,7 +97697,7 @@
|
|
|
97691
97697
|
"page-0114",
|
|
97692
97698
|
"page-0129",
|
|
97693
97699
|
"page-0201",
|
|
97694
|
-
"page-
|
|
97700
|
+
"page-0221",
|
|
97695
97701
|
"page-0544",
|
|
97696
97702
|
"page-0545"
|
|
97697
97703
|
],
|
|
@@ -97949,7 +97955,7 @@
|
|
|
97949
97955
|
"page-0205",
|
|
97950
97956
|
"page-0206",
|
|
97951
97957
|
"page-0219",
|
|
97952
|
-
"page-
|
|
97958
|
+
"page-0221",
|
|
97953
97959
|
"page-0807",
|
|
97954
97960
|
"page-0821",
|
|
97955
97961
|
"page-0885",
|
|
@@ -99810,7 +99816,7 @@
|
|
|
99810
99816
|
"page-0135",
|
|
99811
99817
|
"page-0216",
|
|
99812
99818
|
"page-0220",
|
|
99813
|
-
"page-
|
|
99819
|
+
"page-0224",
|
|
99814
99820
|
"page-0228",
|
|
99815
99821
|
"page-0229",
|
|
99816
99822
|
"page-0239",
|
|
@@ -100356,7 +100362,7 @@
|
|
|
100356
100362
|
"page-0199",
|
|
100357
100363
|
"page-0203",
|
|
100358
100364
|
"page-0220",
|
|
100359
|
-
"page-
|
|
100365
|
+
"page-0224",
|
|
100360
100366
|
"page-0228",
|
|
100361
100367
|
"page-0229",
|
|
100362
100368
|
"page-0239",
|
|
@@ -101393,7 +101399,7 @@
|
|
|
101393
101399
|
"page-0170",
|
|
101394
101400
|
"page-0209",
|
|
101395
101401
|
"page-0217",
|
|
101396
|
-
"page-
|
|
101402
|
+
"page-0222",
|
|
101397
101403
|
"page-1164",
|
|
101398
101404
|
"page-1167",
|
|
101399
101405
|
"page-1207",
|
|
@@ -101444,7 +101450,7 @@
|
|
|
101444
101450
|
"page-0206",
|
|
101445
101451
|
"page-0210",
|
|
101446
101452
|
"page-0211",
|
|
101447
|
-
"page-
|
|
101453
|
+
"page-0221",
|
|
101448
101454
|
"page-0335",
|
|
101449
101455
|
"page-0466",
|
|
101450
101456
|
"page-0546",
|
|
@@ -103195,7 +103201,7 @@
|
|
|
103195
103201
|
"page-0994",
|
|
103196
103202
|
"page-0998",
|
|
103197
103203
|
"page-1001",
|
|
103198
|
-
"page-
|
|
103204
|
+
"page-1008",
|
|
103199
103205
|
"page-1010",
|
|
103200
103206
|
"page-1014",
|
|
103201
103207
|
"page-1018",
|
|
@@ -103391,7 +103397,7 @@
|
|
|
103391
103397
|
],
|
|
103392
103398
|
"public": [
|
|
103393
103399
|
"page-0045",
|
|
103394
|
-
"page-
|
|
103400
|
+
"page-0224",
|
|
103395
103401
|
"page-0908",
|
|
103396
103402
|
"page-1214",
|
|
103397
103403
|
"page-1215"
|
|
@@ -103399,7 +103405,7 @@
|
|
|
103399
103405
|
"rest": [
|
|
103400
103406
|
"page-0045",
|
|
103401
103407
|
"page-0151",
|
|
103402
|
-
"page-
|
|
103408
|
+
"page-0224"
|
|
103403
103409
|
],
|
|
103404
103410
|
"interaction": [
|
|
103405
103411
|
"page-0045"
|
|
@@ -103464,7 +103470,7 @@
|
|
|
103464
103470
|
],
|
|
103465
103471
|
"playground": [
|
|
103466
103472
|
"page-0049",
|
|
103467
|
-
"page-
|
|
103473
|
+
"page-0224"
|
|
103468
103474
|
],
|
|
103469
103475
|
"built": [
|
|
103470
103476
|
"page-0049",
|
|
@@ -105304,7 +105310,7 @@
|
|
|
105304
105310
|
"page-0203",
|
|
105305
105311
|
"page-0206",
|
|
105306
105312
|
"page-0211",
|
|
105307
|
-
"page-
|
|
105313
|
+
"page-0223",
|
|
105308
105314
|
"page-0552",
|
|
105309
105315
|
"page-0556",
|
|
105310
105316
|
"page-0560",
|
|
@@ -106830,7 +106836,7 @@
|
|
|
106830
106836
|
"email": [
|
|
106831
106837
|
"page-0144",
|
|
106832
106838
|
"page-0201",
|
|
106833
|
-
"page-
|
|
106839
|
+
"page-0223",
|
|
106834
106840
|
"page-0659",
|
|
106835
106841
|
"page-0690",
|
|
106836
106842
|
"page-0871",
|
|
@@ -107182,7 +107188,7 @@
|
|
|
107182
107188
|
],
|
|
107183
107189
|
"users": [
|
|
107184
107190
|
"page-0155",
|
|
107185
|
-
"page-
|
|
107191
|
+
"page-0223",
|
|
107186
107192
|
"page-0498",
|
|
107187
107193
|
"page-0554",
|
|
107188
107194
|
"page-0885",
|
|
@@ -107367,7 +107373,7 @@
|
|
|
107367
107373
|
],
|
|
107368
107374
|
"oidc": [
|
|
107369
107375
|
"page-0164",
|
|
107370
|
-
"page-
|
|
107376
|
+
"page-1008",
|
|
107371
107377
|
"page-1215",
|
|
107372
107378
|
"page-1238",
|
|
107373
107379
|
"page-1239"
|
|
@@ -107419,7 +107425,7 @@
|
|
|
107419
107425
|
"page-0165",
|
|
107420
107426
|
"page-0194",
|
|
107421
107427
|
"page-0206",
|
|
107422
|
-
"page-
|
|
107428
|
+
"page-0221",
|
|
107423
107429
|
"page-0231",
|
|
107424
107430
|
"page-0519",
|
|
107425
107431
|
"page-0526",
|
|
@@ -108514,7 +108520,7 @@
|
|
|
108514
108520
|
],
|
|
108515
108521
|
"filesystem": [
|
|
108516
108522
|
"page-0212",
|
|
108517
|
-
"page-
|
|
108523
|
+
"page-0221"
|
|
108518
108524
|
],
|
|
108519
108525
|
"pruning": [
|
|
108520
108526
|
"page-0212",
|
|
@@ -108644,25 +108650,25 @@
|
|
|
108644
108650
|
"page-0228"
|
|
108645
108651
|
],
|
|
108646
108652
|
"hardening": [
|
|
108647
|
-
"page-
|
|
108653
|
+
"page-0221"
|
|
108648
108654
|
],
|
|
108649
108655
|
"sidecars": [
|
|
108650
|
-
"page-
|
|
108656
|
+
"page-0221"
|
|
108651
108657
|
],
|
|
108652
108658
|
"distroless": [
|
|
108653
|
-
"page-
|
|
108659
|
+
"page-0221"
|
|
108654
108660
|
],
|
|
108655
108661
|
"nobody": [
|
|
108656
|
-
"page-
|
|
108662
|
+
"page-0221"
|
|
108657
108663
|
],
|
|
108658
108664
|
"securing": [
|
|
108659
|
-
"page-
|
|
108665
|
+
"page-0222"
|
|
108660
108666
|
],
|
|
108661
108667
|
"registration": [
|
|
108662
|
-
"page-
|
|
108668
|
+
"page-0223"
|
|
108663
108669
|
],
|
|
108664
108670
|
"verified": [
|
|
108665
|
-
"page-
|
|
108671
|
+
"page-0223",
|
|
108666
108672
|
"page-0509",
|
|
108667
108673
|
"page-1037",
|
|
108668
108674
|
"page-1038",
|
|
@@ -110406,7 +110412,7 @@
|
|
|
110406
110412
|
"page-0473",
|
|
110407
110413
|
"page-0474",
|
|
110408
110414
|
"page-1007",
|
|
110409
|
-
"page-
|
|
110415
|
+
"page-1009",
|
|
110410
110416
|
"page-1126",
|
|
110411
110417
|
"page-1214"
|
|
110412
110418
|
],
|
|
@@ -110414,13 +110420,13 @@
|
|
|
110414
110420
|
"page-0473",
|
|
110415
110421
|
"page-0474",
|
|
110416
110422
|
"page-1007",
|
|
110417
|
-
"page-
|
|
110423
|
+
"page-1009",
|
|
110418
110424
|
"page-1126",
|
|
110419
110425
|
"page-1214"
|
|
110420
110426
|
],
|
|
110421
110427
|
"datacenter": [
|
|
110422
110428
|
"page-0474",
|
|
110423
|
-
"page-
|
|
110429
|
+
"page-1009"
|
|
110424
110430
|
],
|
|
110425
110431
|
"vero": [
|
|
110426
110432
|
"page-0475",
|
|
@@ -111546,11 +111552,11 @@
|
|
|
111546
111552
|
],
|
|
111547
111553
|
"vercel": [
|
|
111548
111554
|
"page-0603",
|
|
111549
|
-
"page-
|
|
111555
|
+
"page-1008"
|
|
111550
111556
|
],
|
|
111551
111557
|
"gateway": [
|
|
111552
111558
|
"page-0603",
|
|
111553
|
-
"page-
|
|
111559
|
+
"page-1008"
|
|
111554
111560
|
],
|
|
111555
111561
|
"grok": [
|
|
111556
111562
|
"page-0604"
|
|
@@ -112527,7 +112533,7 @@
|
|
|
112527
112533
|
"integration": [
|
|
112528
112534
|
"page-0885",
|
|
112529
112535
|
"page-0908",
|
|
112530
|
-
"page-
|
|
112536
|
+
"page-1009"
|
|
112531
112537
|
],
|
|
112532
112538
|
"receipt": [
|
|
112533
112539
|
"page-0888"
|