@n8n-as-code/agent-cli 0.8.0 → 0.10.0

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.
@@ -1,8 +1,8 @@
1
1
  {
2
- "generatedAt": "2026-01-20T10:16:44.440Z",
2
+ "generatedAt": "2026-01-20T16:39:04.398Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
- "totalPages": 1243,
5
+ "totalPages": 1242,
6
6
  "statistics": {
7
7
  "byCategory": {
8
8
  "other": 432,
@@ -11,7 +11,7 @@
11
11
  "api": 5,
12
12
  "code": 38,
13
13
  "data": 20,
14
- "flow-logic": 8,
14
+ "flow-logic": 7,
15
15
  "hosting": 76,
16
16
  "integrations": 305,
17
17
  "cluster-nodes": 96,
@@ -611,7 +611,7 @@
611
611
  },
612
612
  "flow-logic": {
613
613
  "description": "Documentation pages",
614
- "totalPages": 8,
614
+ "totalPages": 7,
615
615
  "pages": [
616
616
  "page-0138",
617
617
  "page-0139",
@@ -619,7 +619,6 @@
619
619
  "page-0141",
620
620
  "page-0142",
621
621
  "page-0143",
622
- "page-0144",
623
622
  "page-0145"
624
623
  ]
625
624
  },
@@ -10096,58 +10095,6 @@
10096
10095
  },
10097
10096
  {
10098
10097
  "id": "page-0111",
10099
- "title": "Data",
10100
- "url": "https://docs.n8n.io/data/index.md",
10101
- "urlPath": "data/index.md",
10102
- "category": "data",
10103
- "subcategory": null,
10104
- "nodeName": null,
10105
- "nodeType": null,
10106
- "content": {
10107
- "markdown": "# Data\n\nData is the information that n8n nodes receive and process. For basic usage of n8n you don't need to understand data structures and manipulation. However, it becomes important if you want to:\n\n- Create your own node\n- Write custom [expressions](../glossary/#expression-n8n)\n- Use the Function or Function Item node\n\nThis section covers:\n\n- [Data structure](data-structure/)\n- [Data flow within nodes](data-flow-nodes/)\n- [Transforming data](transforming-data/)\n- [Process data using code](code/)\n- [Pinning](data-pinning/) and [editing](data-editing/) data during workflow development.\n- [Data mapping](data-mapping/) and [Item linking](data-mapping/data-item-linking/): how data items link to each other.\n\n## Related resources\n\n### Data transformation nodes\n\nn8n provides a collection of nodes to transform data:\n\n- [Aggregate](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): take separate items, or portions of them, and group them together into individual items.\n- [Limit](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): remove items beyond a defined maximum number.\n- [Remove Duplicates](../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/): identify and delete items that are identical across all fields or a subset of fields.\n- [Sort](../integrations/builtin/core-nodes/n8n-nodes-base.sort/): organize lists of in a desired ordering, or generate a random selection.\n- [Split Out](../integrations/builtin/core-nodes/n8n-nodes-base.splitout/): separate a single data item containing a list into multiple items.\n- [Summarize](../integrations/builtin/core-nodes/n8n-nodes-base.summarize/): aggregate items together, in a manner similar to Excel pivot tables.\n",
10108
- "excerpt": "# Data Data is the information that n8n nodes receive and process. For basic usage of n8n you don't need to understand data structures and manipulation. However, it becomes important if you want to: - Create your own node - Write custom [expressions](../glossary/#expression-n8n) - Use the Function or Function Item node This section covers: - [Data structure](data-structure/) - [Data flow within nodes](data-flow-nodes/) - [Transforming data](transforming-data/) - [Process data using code](cod...",
10109
- "sections": [
10110
- {
10111
- "title": "Data",
10112
- "level": 1,
10113
- "content": "Data is the information that n8n nodes receive and process. For basic usage of n8n you don't need to understand data structures and manipulation. However, it becomes important if you want to:\n\n- Create your own node\n- Write custom [expressions](../glossary/#expression-n8n)\n- Use the Function or Function Item node\n\nThis section covers:\n\n- [Data structure](data-structure/)\n- [Data flow within nodes](data-flow-nodes/)\n- [Transforming data](transforming-data/)\n- [Process data using code](code/)\n- [Pinning](data-pinning/) and [editing](data-editing/) data during workflow development.\n- [Data mapping](data-mapping/) and [Item linking](data-mapping/data-item-linking/): how data items link to each other."
10114
- }
10115
- ]
10116
- },
10117
- "metadata": {
10118
- "keywords": [
10119
- "data",
10120
- "related",
10121
- "resources",
10122
- "transformation",
10123
- "nodes"
10124
- ],
10125
- "useCases": [],
10126
- "operations": [],
10127
- "codeExamples": 0,
10128
- "complexity": "beginner",
10129
- "readingTime": "1 min",
10130
- "contentLength": 1715,
10131
- "relatedPages": []
10132
- },
10133
- "searchIndex": {
10134
- "fullText": "data # data\n\ndata is the information that n8n nodes receive and process. for basic usage of n8n you don't need to understand data structures and manipulation. however, it becomes important if you want to:\n\n- create your own node\n- write custom [expressions](../glossary/#expression-n8n)\n- use the function or function item node\n\nthis section covers:\n\n- [data structure](data-structure/)\n- [data flow within nodes](data-flow-nodes/)\n- [transforming data](transforming-data/)\n- [process data using code](code/)\n- [pinning](data-pinning/) and [editing](data-editing/) data during workflow development.\n- [data mapping](data-mapping/) and [item linking](data-mapping/data-item-linking/): how data items link to each other.\n\n## related resources\n\n### data transformation nodes\n\nn8n provides a collection of nodes to transform data:\n\n- [aggregate](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): take separate items, or portions of them, and group them together into individual items.\n- [limit](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): remove items beyond a defined maximum number.\n- [remove duplicates](../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/): identify and delete items that are identical across all fields or a subset of fields.\n- [sort](../integrations/builtin/core-nodes/n8n-nodes-base.sort/): organize lists of in a desired ordering, or generate a random selection.\n- [split out](../integrations/builtin/core-nodes/n8n-nodes-base.splitout/): separate a single data item containing a list into multiple items.\n- [summarize](../integrations/builtin/core-nodes/n8n-nodes-base.summarize/): aggregate items together, in a manner similar to excel pivot tables.\n data",
10135
- "importantTerms": [
10136
- "data",
10137
- "nodes",
10138
- "items",
10139
- "integrations",
10140
- "builtin",
10141
- "core",
10142
- "base",
10143
- "item",
10144
- "aggregate",
10145
- "mapping"
10146
- ]
10147
- }
10148
- },
10149
- {
10150
- "id": "page-0112",
10151
10098
  "title": "Binary data",
10152
10099
  "url": "https://docs.n8n.io/data/binary-data/index.md",
10153
10100
  "urlPath": "data/binary-data/index.md",
@@ -10216,6 +10163,58 @@
10216
10163
  ]
10217
10164
  }
10218
10165
  },
10166
+ {
10167
+ "id": "page-0112",
10168
+ "title": "Data",
10169
+ "url": "https://docs.n8n.io/data/index.md",
10170
+ "urlPath": "data/index.md",
10171
+ "category": "data",
10172
+ "subcategory": null,
10173
+ "nodeName": null,
10174
+ "nodeType": null,
10175
+ "content": {
10176
+ "markdown": "# Data\n\nData is the information that n8n nodes receive and process. For basic usage of n8n you don't need to understand data structures and manipulation. However, it becomes important if you want to:\n\n- Create your own node\n- Write custom [expressions](../glossary/#expression-n8n)\n- Use the Function or Function Item node\n\nThis section covers:\n\n- [Data structure](data-structure/)\n- [Data flow within nodes](data-flow-nodes/)\n- [Transforming data](transforming-data/)\n- [Process data using code](code/)\n- [Pinning](data-pinning/) and [editing](data-editing/) data during workflow development.\n- [Data mapping](data-mapping/) and [Item linking](data-mapping/data-item-linking/): how data items link to each other.\n\n## Related resources\n\n### Data transformation nodes\n\nn8n provides a collection of nodes to transform data:\n\n- [Aggregate](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): take separate items, or portions of them, and group them together into individual items.\n- [Limit](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): remove items beyond a defined maximum number.\n- [Remove Duplicates](../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/): identify and delete items that are identical across all fields or a subset of fields.\n- [Sort](../integrations/builtin/core-nodes/n8n-nodes-base.sort/): organize lists of in a desired ordering, or generate a random selection.\n- [Split Out](../integrations/builtin/core-nodes/n8n-nodes-base.splitout/): separate a single data item containing a list into multiple items.\n- [Summarize](../integrations/builtin/core-nodes/n8n-nodes-base.summarize/): aggregate items together, in a manner similar to Excel pivot tables.\n",
10177
+ "excerpt": "# Data Data is the information that n8n nodes receive and process. For basic usage of n8n you don't need to understand data structures and manipulation. However, it becomes important if you want to: - Create your own node - Write custom [expressions](../glossary/#expression-n8n) - Use the Function or Function Item node This section covers: - [Data structure](data-structure/) - [Data flow within nodes](data-flow-nodes/) - [Transforming data](transforming-data/) - [Process data using code](cod...",
10178
+ "sections": [
10179
+ {
10180
+ "title": "Data",
10181
+ "level": 1,
10182
+ "content": "Data is the information that n8n nodes receive and process. For basic usage of n8n you don't need to understand data structures and manipulation. However, it becomes important if you want to:\n\n- Create your own node\n- Write custom [expressions](../glossary/#expression-n8n)\n- Use the Function or Function Item node\n\nThis section covers:\n\n- [Data structure](data-structure/)\n- [Data flow within nodes](data-flow-nodes/)\n- [Transforming data](transforming-data/)\n- [Process data using code](code/)\n- [Pinning](data-pinning/) and [editing](data-editing/) data during workflow development.\n- [Data mapping](data-mapping/) and [Item linking](data-mapping/data-item-linking/): how data items link to each other."
10183
+ }
10184
+ ]
10185
+ },
10186
+ "metadata": {
10187
+ "keywords": [
10188
+ "data",
10189
+ "related",
10190
+ "resources",
10191
+ "transformation",
10192
+ "nodes"
10193
+ ],
10194
+ "useCases": [],
10195
+ "operations": [],
10196
+ "codeExamples": 0,
10197
+ "complexity": "beginner",
10198
+ "readingTime": "1 min",
10199
+ "contentLength": 1715,
10200
+ "relatedPages": []
10201
+ },
10202
+ "searchIndex": {
10203
+ "fullText": "data # data\n\ndata is the information that n8n nodes receive and process. for basic usage of n8n you don't need to understand data structures and manipulation. however, it becomes important if you want to:\n\n- create your own node\n- write custom [expressions](../glossary/#expression-n8n)\n- use the function or function item node\n\nthis section covers:\n\n- [data structure](data-structure/)\n- [data flow within nodes](data-flow-nodes/)\n- [transforming data](transforming-data/)\n- [process data using code](code/)\n- [pinning](data-pinning/) and [editing](data-editing/) data during workflow development.\n- [data mapping](data-mapping/) and [item linking](data-mapping/data-item-linking/): how data items link to each other.\n\n## related resources\n\n### data transformation nodes\n\nn8n provides a collection of nodes to transform data:\n\n- [aggregate](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): take separate items, or portions of them, and group them together into individual items.\n- [limit](../integrations/builtin/core-nodes/n8n-nodes-base.aggregate/): remove items beyond a defined maximum number.\n- [remove duplicates](../integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/): identify and delete items that are identical across all fields or a subset of fields.\n- [sort](../integrations/builtin/core-nodes/n8n-nodes-base.sort/): organize lists of in a desired ordering, or generate a random selection.\n- [split out](../integrations/builtin/core-nodes/n8n-nodes-base.splitout/): separate a single data item containing a list into multiple items.\n- [summarize](../integrations/builtin/core-nodes/n8n-nodes-base.summarize/): aggregate items together, in a manner similar to excel pivot tables.\n data",
10204
+ "importantTerms": [
10205
+ "data",
10206
+ "nodes",
10207
+ "items",
10208
+ "integrations",
10209
+ "builtin",
10210
+ "core",
10211
+ "base",
10212
+ "item",
10213
+ "aggregate",
10214
+ "mapping"
10215
+ ]
10216
+ }
10217
+ },
10219
10218
  {
10220
10219
  "id": "page-0113",
10221
10220
  "title": "Process data using code",
@@ -12193,13 +12192,13 @@
12193
12192
  "nodeName": null,
12194
12193
  "nodeType": null,
12195
12194
  "content": {
12196
- "markdown": "# Splitting workflows with conditional nodes\n\nSplitting uses the [IF](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [Switch](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) nodes. It turns a single-branch workflow into a multi-branch workflow. This is a key piece of representing complex logic in n8n.\n\nCompare these workflows:\n\nThis is the power of splitting and conditional nodes in n8n.\n\nRefer to the [IF](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [Switch](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) documentation for usage details.\n",
12197
- "excerpt": "# Splitting workflows with conditional nodes Splitting uses the [IF](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [Switch](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) nodes. It turns a single-branch workflow into a multi-branch workflow. This is a key piece of representing complex logic in n8n. Compare these workflows: This is the power of splitting and conditional nodes in n8n. Refer to the [IF](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [...",
12195
+ "markdown": "# Sub-workflows\n\nYou can call one workflow from another workflow. This allows you to build modular, microservice-like workflows. It can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). Creating sub-workflows uses the [Execute Workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [Execute Sub-workflow Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes.\n\nSub-wokflow executions don't count towards your plan's monthly execution or active workflow limits.\n\n## Set up and use a sub-workflow\n\nThis section walks through setting up both the parent workflow and sub-workflow.\n\n### Create the sub-workflow\n\n1. Create a new workflow.\n\n Create sub-workflows from existing workflows\n\n You can optionally create a sub-workflow directly from an existing parent workflow using the [Execute Sub-workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) node. In the node, select the **Database** and **From list** options and select **Create a sub-workflow** in the list.\n\n You can also extract selected nodes directly using [Sub-workflow conversion](../../workflows/subworkflow-conversion/) in the context menu.\n\n1. **Optional**: configure which workflows can call the sub-workflow:\n\n 1. Select the **Options** menu > **Settings**. n8n opens the **Workflow settings** modal.\n 1. Change the **This workflow can be called by** setting. Refer to [Workflow settings](../../workflows/settings/) for more information on configuring your workflows.\n\n1. Add the **Execute Sub-workflow** trigger node (if you are searching under trigger nodes, this is also titled **When Executed by Another Workflow**).\n\n1. Set the **Input data mode** to choose how you will define the sub-workflow's input data:\n\n - **Define using fields below**: Choose this mode to define individual input names and data types that the calling workflow needs to provide. The [Execute Sub-workflow node](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) or [Call n8n Workflow Tool node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolworkflow/) in the calling workflow will automatically pull in the fields defined here.\n - **Define using JSON example**: Choose this mode to provide an example JSON object that demonstrates the expected input items and their types.\n - **Accept all data**: Choose this mode to accept all data unconditionally. The sub-workflow won't define any required input items. This sub-workflow must handle any input inconsistencies or missing values.\n\n1. Add other nodes as needed to build your sub-workflow functionality.\n\n1. Save the sub-workflow.\n\nSub-workflow mustn't contain errors\n\nIf there are errors in the sub-workflow, the parent workflow can't trigger it.\n\nLoad data into sub-workflow before building\n\nThis requires the ability to [load data from previous executions](../../workflows/executions/debug/), which is available on n8n Cloud and registered Community plans.\n\nIf you want to load data into your sub-workflow to use while building it:\n\n1. Create the sub-workflow and add the **Execute Sub-workflow Trigger**.\n1. Set the node's **Input data mode** to **Accept all data** or define the input items using fields or JSON if they're already known.\n1. In the sub-workflow [settings](../../workflows/settings/), set **Save successful production executions** to **Save**.\n1. Skip ahead to setting up the parent workflow, and run it.\n1. Follow the steps to [load data from previous executions](../../workflows/executions/debug/).\n1. Adjust the **Input data mode** to match the input sent by the parent workflow if necessary.\n\nYou can now pin example data in the trigger node, enabling you to work with real data while configuring the rest of the workflow.\n\n### Call the sub-workflow\n\n1. Open the workflow where you want to call the sub-workflow.\n\n1. Add the **Execute Sub-workflow** node.\n\n1. In the **Execute Sub-workflow** node, set the sub-workflow you want to call. You can choose to call the workflow by ID, load a workflow from a local file, add workflow JSON as a parameter in the node, or target a workflow by URL.\n\n Find your workflow ID\n\n Your sub-workflow's ID is the alphanumeric string at the end of its URL.\n\n1. Fill in the required input items defined by the sub-workflow.\n\n1. Save your workflow.\n\nWhen your workflow executes, it will send data to the sub-workflow, and run it.\n\nYou can follow the execution flow from the parent workflow to the sub-workflow by opening the Execute Sub-workflow node and selecting the **View sub-execution** link. Likewise, the sub-workflow's execution contains a link back to the parent workflow's execution to navigate in the other direction.\n\n## How data passes between workflows\n\nAs an example, imagine you have an Execute Sub-workflow node in **Workflow A**. The Execute Sub-workflow node calls another workflow called **Workflow B**:\n\n1. The Execute Sub-workflow node passes the data to the Execute Sub-workflow Trigger node (titled \"When executed by another node\" in the canvas) of **Workflow B**.\n1. The last node of **Workflow B** sends the data back to the Execute Sub-workflow node in **Workflow A**.\n\n## Sub-workflow conversion\n\nSee [sub-workflow conversion](../../workflows/subworkflow-conversion/) for how to divide your existing workflows into sub-workflows.\n",
12196
+ "excerpt": "# Sub-workflows You can call one workflow from another workflow. This allows you to build modular, microservice-like workflows. It can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). Creating sub-workflows uses the [Execute Workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [Execute Sub-workflow Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes. Sub-wok...",
12198
12197
  "sections": [
12199
12198
  {
12200
- "title": "Splitting workflows with conditional nodes",
12199
+ "title": "Sub-workflows",
12201
12200
  "level": 1,
12202
- "content": "Splitting uses the [IF](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [Switch](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) nodes. It turns a single-branch workflow into a multi-branch workflow. This is a key piece of representing complex logic in n8n.\n\nCompare these workflows:\n\nThis is the power of splitting and conditional nodes in n8n.\n\nRefer to the [IF](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [Switch](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) documentation for usage details."
12201
+ "content": "You can call one workflow from another workflow. This allows you to build modular, microservice-like workflows. It can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). Creating sub-workflows uses the [Execute Workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [Execute Sub-workflow Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes.\n\nSub-wokflow executions don't count towards your plan's monthly execution or active workflow limits."
12203
12202
  }
12204
12203
  ]
12205
12204
  },
@@ -12216,72 +12215,17 @@
12216
12215
  "operations": [],
12217
12216
  "codeExamples": 0,
12218
12217
  "complexity": "beginner",
12219
- "readingTime": "1 min",
12220
- "contentLength": 603,
12221
- "relatedPages": []
12222
- },
12223
- "searchIndex": {
12224
- "fullText": "splitting with conditionals # splitting workflows with conditional nodes\n\nsplitting uses the [if](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [switch](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) nodes. it turns a single-branch workflow into a multi-branch workflow. this is a key piece of representing complex logic in n8n.\n\ncompare these workflows:\n\nthis is the power of splitting and conditional nodes in n8n.\n\nrefer to the [if](../../integrations/builtin/core-nodes/n8n-nodes-base.if/) or [switch](../../integrations/builtin/core-nodes/n8n-nodes-base.switch/) documentation for usage details.\n splitting workflows with conditional nodes",
12225
- "importantTerms": [
12226
- "nodes",
12227
- "splitting",
12228
- "integrations",
12229
- "builtin",
12230
- "core",
12231
- "base",
12232
- "switch",
12233
- "with",
12234
- "workflows",
12235
- "conditional"
12236
- ]
12237
- }
12238
- },
12239
- {
12240
- "id": "page-0144",
12241
- "title": "Sub-workflows",
12242
- "url": "https://docs.n8n.io/flow-logic/subworkflows/index.md",
12243
- "urlPath": "flow-logic/subworkflows/index.md",
12244
- "category": "flow-logic",
12245
- "subcategory": null,
12246
- "nodeName": null,
12247
- "nodeType": null,
12248
- "content": {
12249
- "markdown": "# Sub-workflows\n\nYou can call one workflow from another workflow. This allows you to build modular, microservice-like workflows. It can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). Creating sub-workflows uses the [Execute Workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [Execute Sub-workflow Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes.\n\nSub-wokflow executions don't count towards your plan's monthly execution or active workflow limits.\n\n## Set up and use a sub-workflow\n\nThis section walks through setting up both the parent workflow and sub-workflow.\n\n### Create the sub-workflow\n\n1. Create a new workflow.\n\n Create sub-workflows from existing workflows\n\n You can optionally create a sub-workflow directly from an existing parent workflow using the [Execute Sub-workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) node. In the node, select the **Database** and **From list** options and select **Create a sub-workflow** in the list.\n\n You can also extract selected nodes directly using [Sub-workflow conversion](../../workflows/subworkflow-conversion/) in the context menu.\n\n1. **Optional**: configure which workflows can call the sub-workflow:\n\n 1. Select the **Options** menu > **Settings**. n8n opens the **Workflow settings** modal.\n 1. Change the **This workflow can be called by** setting. Refer to [Workflow settings](../../workflows/settings/) for more information on configuring your workflows.\n\n1. Add the **Execute Sub-workflow** trigger node (if you are searching under trigger nodes, this is also titled **When Executed by Another Workflow**).\n\n1. Set the **Input data mode** to choose how you will define the sub-workflow's input data:\n\n - **Define using fields below**: Choose this mode to define individual input names and data types that the calling workflow needs to provide. The [Execute Sub-workflow node](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) or [Call n8n Workflow Tool node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolworkflow/) in the calling workflow will automatically pull in the fields defined here.\n - **Define using JSON example**: Choose this mode to provide an example JSON object that demonstrates the expected input items and their types.\n - **Accept all data**: Choose this mode to accept all data unconditionally. The sub-workflow won't define any required input items. This sub-workflow must handle any input inconsistencies or missing values.\n\n1. Add other nodes as needed to build your sub-workflow functionality.\n\n1. Save the sub-workflow.\n\nSub-workflow mustn't contain errors\n\nIf there are errors in the sub-workflow, the parent workflow can't trigger it.\n\nLoad data into sub-workflow before building\n\nThis requires the ability to [load data from previous executions](../../workflows/executions/debug/), which is available on n8n Cloud and registered Community plans.\n\nIf you want to load data into your sub-workflow to use while building it:\n\n1. Create the sub-workflow and add the **Execute Sub-workflow Trigger**.\n1. Set the node's **Input data mode** to **Accept all data** or define the input items using fields or JSON if they're already known.\n1. In the sub-workflow [settings](../../workflows/settings/), set **Save successful production executions** to **Save**.\n1. Skip ahead to setting up the parent workflow, and run it.\n1. Follow the steps to [load data from previous executions](../../workflows/executions/debug/).\n1. Adjust the **Input data mode** to match the input sent by the parent workflow if necessary.\n\nYou can now pin example data in the trigger node, enabling you to work with real data while configuring the rest of the workflow.\n\n### Call the sub-workflow\n\n1. Open the workflow where you want to call the sub-workflow.\n\n1. Add the **Execute Sub-workflow** node.\n\n1. In the **Execute Sub-workflow** node, set the sub-workflow you want to call. You can choose to call the workflow by ID, load a workflow from a local file, add workflow JSON as a parameter in the node, or target a workflow by URL.\n\n Find your workflow ID\n\n Your sub-workflow's ID is the alphanumeric string at the end of its URL.\n\n1. Fill in the required input items defined by the sub-workflow.\n\n1. Save your workflow.\n\nWhen your workflow executes, it will send data to the sub-workflow, and run it.\n\nYou can follow the execution flow from the parent workflow to the sub-workflow by opening the Execute Sub-workflow node and selecting the **View sub-execution** link. Likewise, the sub-workflow's execution contains a link back to the parent workflow's execution to navigate in the other direction.\n\n## How data passes between workflows\n\nAs an example, imagine you have an Execute Sub-workflow node in **Workflow A**. The Execute Sub-workflow node calls another workflow called **Workflow B**:\n\n1. The Execute Sub-workflow node passes the data to the Execute Sub-workflow Trigger node (titled \"When executed by another node\" in the canvas) of **Workflow B**.\n1. The last node of **Workflow B** sends the data back to the Execute Sub-workflow node in **Workflow A**.\n\n## Sub-workflow conversion\n\nSee [sub-workflow conversion](../../workflows/subworkflow-conversion/) for how to divide your existing workflows into sub-workflows.\n",
12250
- "excerpt": "# Sub-workflows You can call one workflow from another workflow. This allows you to build modular, microservice-like workflows. It can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). Creating sub-workflows uses the [Execute Workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [Execute Sub-workflow Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes. Sub-wok...",
12251
- "sections": [
12252
- {
12253
- "title": "Sub-workflows",
12254
- "level": 1,
12255
- "content": "You can call one workflow from another workflow. This allows you to build modular, microservice-like workflows. It can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). Creating sub-workflows uses the [Execute Workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [Execute Sub-workflow Trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes.\n\nSub-wokflow executions don't count towards your plan's monthly execution or active workflow limits."
12256
- }
12257
- ]
12258
- },
12259
- "metadata": {
12260
- "keywords": [
12261
- "workflows",
12262
- "workflow",
12263
- "create",
12264
- "call",
12265
- "data",
12266
- "passes",
12267
- "between",
12268
- "conversion"
12269
- ],
12270
- "useCases": [],
12271
- "operations": [],
12272
- "codeExamples": 0,
12273
- "complexity": "beginner",
12274
12218
  "readingTime": "4 min",
12275
12219
  "contentLength": 5432,
12276
12220
  "relatedPages": []
12277
12221
  },
12278
12222
  "searchIndex": {
12279
- "fullText": "sub-workflows # sub-workflows\n\nyou can call one workflow from another workflow. this allows you to build modular, microservice-like workflows. it can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). creating sub-workflows uses the [execute workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [execute sub-workflow trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes.\n\nsub-wokflow executions don't count towards your plan's monthly execution or active workflow limits.\n\n## set up and use a sub-workflow\n\nthis section walks through setting up both the parent workflow and sub-workflow.\n\n### create the sub-workflow\n\n1. create a new workflow.\n\n create sub-workflows from existing workflows\n\n you can optionally create a sub-workflow directly from an existing parent workflow using the [execute sub-workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) node. in the node, select the **database** and **from list** options and select **create a sub-workflow** in the list.\n\n you can also extract selected nodes directly using [sub-workflow conversion](../../workflows/subworkflow-conversion/) in the context menu.\n\n1. **optional**: configure which workflows can call the sub-workflow:\n\n 1. select the **options** menu > **settings**. n8n opens the **workflow settings** modal.\n 1. change the **this workflow can be called by** setting. refer to [workflow settings](../../workflows/settings/) for more information on configuring your workflows.\n\n1. add the **execute sub-workflow** trigger node (if you are searching under trigger nodes, this is also titled **when executed by another workflow**).\n\n1. set the **input data mode** to choose how you will define the sub-workflow's input data:\n\n - **define using fields below**: choose this mode to define individual input names and data types that the calling workflow needs to provide. the [execute sub-workflow node](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) or [call n8n workflow tool node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolworkflow/) in the calling workflow will automatically pull in the fields defined here.\n - **define using json example**: choose this mode to provide an example json object that demonstrates the expected input items and their types.\n - **accept all data**: choose this mode to accept all data unconditionally. the sub-workflow won't define any required input items. this sub-workflow must handle any input inconsistencies or missing values.\n\n1. add other nodes as needed to build your sub-workflow functionality.\n\n1. save the sub-workflow.\n\nsub-workflow mustn't contain errors\n\nif there are errors in the sub-workflow, the parent workflow can't trigger it.\n\nload data into sub-workflow before building\n\nthis requires the ability to [load data from previous executions](../../workflows/executions/debug/), which is available on n8n cloud and registered community plans.\n\nif you want to load data into your sub-workflow to use while building it:\n\n1. create the sub-workflow and add the **execute sub-workflow trigger**.\n1. set the node's **input data mode** to **accept all data** or define the input items using fields or json if they're already known.\n1. in the sub-workflow [settings](../../workflows/settings/), set **save successful production executions** to **save**.\n1. skip ahead to setting up the parent workflow, and run it.\n1. follow the steps to [load data from previous executions](../../workflows/executions/debug/).\n1. adjust the **input data mode** to match the input sent by the parent workflow if necessary.\n\nyou can now pin example data in the trigger node, enabling you to work with real data while configuring the rest of the workflow.\n\n### call the sub-workflow\n\n1. open the workflow where you want to call the sub-workflow.\n\n1. add the **execute sub-workflow** node.\n\n1. in the **execute sub-workflow** node, set the sub-workflow you want to call. you can choose to call the workflow by id, load a workflow from a local file, add workflow json as a parameter in the node, or target a workflow by url.\n\n find your workflow id\n\n your sub-workflow's id is the alphanumeric string at the end of its url.\n\n1. fill in the required input items defined by the sub-workflow.\n\n1. save your workflow.\n\nwhen your workflow executes, it will send data to the sub-workflow, and run it.\n\nyou can follow the execution flow from the parent workflow to the sub-workflow by opening the execute sub-workflow node and selecting the **view sub-execution** link. likewise, the sub-workflow's execution contains a link back to the parent workflow's execution to navigate in the other direction.\n\n## how data passes between workflows\n\nas an example, imagine you have an execute sub-workflow node in **workflow a**. the execute sub-workflow node calls another workflow called **workflow b**:\n\n1. the execute sub-workflow node passes the data to the execute sub-workflow trigger node (titled \"when executed by another node\" in the canvas) of **workflow b**.\n1. the last node of **workflow b** sends the data back to the execute sub-workflow node in **workflow a**.\n\n## sub-workflow conversion\n\nsee [sub-workflow conversion](../../workflows/subworkflow-conversion/) for how to divide your existing workflows into sub-workflows.\n sub-workflows",
12223
+ "fullText": "splitting with conditionals # sub-workflows\n\nyou can call one workflow from another workflow. this allows you to build modular, microservice-like workflows. it can also help if your workflow grows large enough to encounter [memory issues](../../hosting/scaling/memory-errors/). creating sub-workflows uses the [execute workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) and [execute sub-workflow trigger](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/) nodes.\n\nsub-wokflow executions don't count towards your plan's monthly execution or active workflow limits.\n\n## set up and use a sub-workflow\n\nthis section walks through setting up both the parent workflow and sub-workflow.\n\n### create the sub-workflow\n\n1. create a new workflow.\n\n create sub-workflows from existing workflows\n\n you can optionally create a sub-workflow directly from an existing parent workflow using the [execute sub-workflow](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) node. in the node, select the **database** and **from list** options and select **create a sub-workflow** in the list.\n\n you can also extract selected nodes directly using [sub-workflow conversion](../../workflows/subworkflow-conversion/) in the context menu.\n\n1. **optional**: configure which workflows can call the sub-workflow:\n\n 1. select the **options** menu > **settings**. n8n opens the **workflow settings** modal.\n 1. change the **this workflow can be called by** setting. refer to [workflow settings](../../workflows/settings/) for more information on configuring your workflows.\n\n1. add the **execute sub-workflow** trigger node (if you are searching under trigger nodes, this is also titled **when executed by another workflow**).\n\n1. set the **input data mode** to choose how you will define the sub-workflow's input data:\n\n - **define using fields below**: choose this mode to define individual input names and data types that the calling workflow needs to provide. the [execute sub-workflow node](../../integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/) or [call n8n workflow tool node](../../integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolworkflow/) in the calling workflow will automatically pull in the fields defined here.\n - **define using json example**: choose this mode to provide an example json object that demonstrates the expected input items and their types.\n - **accept all data**: choose this mode to accept all data unconditionally. the sub-workflow won't define any required input items. this sub-workflow must handle any input inconsistencies or missing values.\n\n1. add other nodes as needed to build your sub-workflow functionality.\n\n1. save the sub-workflow.\n\nsub-workflow mustn't contain errors\n\nif there are errors in the sub-workflow, the parent workflow can't trigger it.\n\nload data into sub-workflow before building\n\nthis requires the ability to [load data from previous executions](../../workflows/executions/debug/), which is available on n8n cloud and registered community plans.\n\nif you want to load data into your sub-workflow to use while building it:\n\n1. create the sub-workflow and add the **execute sub-workflow trigger**.\n1. set the node's **input data mode** to **accept all data** or define the input items using fields or json if they're already known.\n1. in the sub-workflow [settings](../../workflows/settings/), set **save successful production executions** to **save**.\n1. skip ahead to setting up the parent workflow, and run it.\n1. follow the steps to [load data from previous executions](../../workflows/executions/debug/).\n1. adjust the **input data mode** to match the input sent by the parent workflow if necessary.\n\nyou can now pin example data in the trigger node, enabling you to work with real data while configuring the rest of the workflow.\n\n### call the sub-workflow\n\n1. open the workflow where you want to call the sub-workflow.\n\n1. add the **execute sub-workflow** node.\n\n1. in the **execute sub-workflow** node, set the sub-workflow you want to call. you can choose to call the workflow by id, load a workflow from a local file, add workflow json as a parameter in the node, or target a workflow by url.\n\n find your workflow id\n\n your sub-workflow's id is the alphanumeric string at the end of its url.\n\n1. fill in the required input items defined by the sub-workflow.\n\n1. save your workflow.\n\nwhen your workflow executes, it will send data to the sub-workflow, and run it.\n\nyou can follow the execution flow from the parent workflow to the sub-workflow by opening the execute sub-workflow node and selecting the **view sub-execution** link. likewise, the sub-workflow's execution contains a link back to the parent workflow's execution to navigate in the other direction.\n\n## how data passes between workflows\n\nas an example, imagine you have an execute sub-workflow node in **workflow a**. the execute sub-workflow node calls another workflow called **workflow b**:\n\n1. the execute sub-workflow node passes the data to the execute sub-workflow trigger node (titled \"when executed by another node\" in the canvas) of **workflow b**.\n1. the last node of **workflow b** sends the data back to the execute sub-workflow node in **workflow a**.\n\n## sub-workflow conversion\n\nsee [sub-workflow conversion](../../workflows/subworkflow-conversion/) for how to divide your existing workflows into sub-workflows.\n sub-workflows",
12280
12224
  "importantTerms": [
12281
12225
  "workflow",
12282
- "workflows",
12283
12226
  "node",
12284
12227
  "data",
12228
+ "workflows",
12285
12229
  "nodes",
12286
12230
  "execute",
12287
12231
  "input",
@@ -18099,78 +18043,6 @@
18099
18043
  },
18100
18044
  {
18101
18045
  "id": "page-0224",
18102
- "title": "Custom API actions for existing nodes",
18103
- "url": "https://docs.n8n.io/integrations/custom-operations/index.md",
18104
- "urlPath": "integrations/custom-operations/index.md",
18105
- "category": "other",
18106
- "subcategory": null,
18107
- "nodeName": null,
18108
- "nodeType": null,
18109
- "content": {
18110
- "markdown": "# Custom API operations\n\nOne of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## Predefined credential types\n\nA predefined credential type is a credential that already exists in n8n. You can use predefined credential types instead of generic credentials in the HTTP Request node.\n\nFor example: you create an Asana credential, for use with the Asana node. Later, you want to perform an operation that isn't supported by the Asana node, using Asana's API. You can use your existing Asana credential in the HTTP Request node to perform the operation, without additional authentication setup.\n\n### Using predefined credential types\n\nTo use a predefined credential type:\n\n1. Open your HTTP Request node, or add a new one to your workflow.\n1. In **Authentication**, select **Predefined Credential Type**.\n1. In **Credential Type**, select the API you want to use.\n1. In **Credential for `<API name>`**, you can:\n 1. Select an existing credential for that platform, if available.\n 1. Select **Create New** to create a new credential.\n\n### Credential scopes\n\nSome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nFor example, follow the steps in [Using predefined credential types](#using-predefined-credential-types), and select **Google Calendar OAuth2 API** as your **Credential Type**. n8n displays a box listing the two endpoints you can use this credential type with:\n",
18111
- "excerpt": "# Custom API operations One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes. - Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around...",
18112
- "sections": [
18113
- {
18114
- "title": "Custom API operations",
18115
- "level": 1,
18116
- "content": "One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration."
18117
- }
18118
- ]
18119
- },
18120
- "metadata": {
18121
- "keywords": [
18122
- "custom",
18123
- "actions",
18124
- "existing",
18125
- "nodes",
18126
- "operations",
18127
- "predefined",
18128
- "credential",
18129
- "types",
18130
- "using",
18131
- "scopes"
18132
- ],
18133
- "useCases": [],
18134
- "operations": [
18135
- "if available."
18136
- ],
18137
- "codeExamples": 0,
18138
- "complexity": "beginner",
18139
- "readingTime": "2 min",
18140
- "contentLength": 2296,
18141
- "relatedPages": []
18142
- },
18143
- "searchIndex": {
18144
- "fullText": "custom api actions for existing nodes # custom api operations\n\none of the most complex parts of setting up [api](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. however, some nodes don't include all the possible operations supported by a product's api. you can work around this by making a custom api call using the [http request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- credential-only nodes: n8n includes credential-only nodes. these are integrations where n8n supports setting up credentials for use in the http request node, but doesn't provide a standalone node. you can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## predefined credential types\n\na predefined credential type is a credential that already exists in n8n. you can use predefined credential types instead of generic credentials in the http request node.\n\nfor example: you create an asana credential, for use with the asana node. later, you want to perform an operation that isn't supported by the asana node, using asana's api. you can use your existing asana credential in the http request node to perform the operation, without additional authentication setup.\n\n### using predefined credential types\n\nto use a predefined credential type:\n\n1. open your http request node, or add a new one to your workflow.\n1. in **authentication**, select **predefined credential type**.\n1. in **credential type**, select the api you want to use.\n1. in **credential for `<api name>`**, you can:\n 1. select an existing credential for that platform, if available.\n 1. select **create new** to create a new credential.\n\n### credential scopes\n\nsome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nfor example, follow the steps in [using predefined credential types](#using-predefined-credential-types), and select **google calendar oauth2 api** as your **credential type**. n8n displays a box listing the two endpoints you can use this credential type with:\n custom api operations",
18145
- "importantTerms": [
18146
- "credential",
18147
- "nodes",
18148
- "node",
18149
- "predefined",
18150
- "type",
18151
- "types",
18152
- "select",
18153
- "custom",
18154
- "existing",
18155
- "operations",
18156
- "that",
18157
- "using",
18158
- "http",
18159
- "request",
18160
- "asana",
18161
- "create",
18162
- "your",
18163
- "authentication",
18164
- "credentials",
18165
- "supported",
18166
- "this",
18167
- "only",
18168
- "with"
18169
- ]
18170
- }
18171
- },
18172
- {
18173
- "id": "page-0225",
18174
18046
  "title": "n8n Integrations Documentation and Guides",
18175
18047
  "url": "https://docs.n8n.io/integrations/index.md",
18176
18048
  "urlPath": "integrations/index.md",
@@ -18244,6 +18116,78 @@
18244
18116
  ]
18245
18117
  }
18246
18118
  },
18119
+ {
18120
+ "id": "page-0225",
18121
+ "title": "Custom API actions for existing nodes",
18122
+ "url": "https://docs.n8n.io/integrations/custom-operations/index.md",
18123
+ "urlPath": "integrations/custom-operations/index.md",
18124
+ "category": "other",
18125
+ "subcategory": null,
18126
+ "nodeName": null,
18127
+ "nodeType": null,
18128
+ "content": {
18129
+ "markdown": "# Custom API operations\n\nOne of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## Predefined credential types\n\nA predefined credential type is a credential that already exists in n8n. You can use predefined credential types instead of generic credentials in the HTTP Request node.\n\nFor example: you create an Asana credential, for use with the Asana node. Later, you want to perform an operation that isn't supported by the Asana node, using Asana's API. You can use your existing Asana credential in the HTTP Request node to perform the operation, without additional authentication setup.\n\n### Using predefined credential types\n\nTo use a predefined credential type:\n\n1. Open your HTTP Request node, or add a new one to your workflow.\n1. In **Authentication**, select **Predefined Credential Type**.\n1. In **Credential Type**, select the API you want to use.\n1. In **Credential for `<API name>`**, you can:\n 1. Select an existing credential for that platform, if available.\n 1. Select **Create New** to create a new credential.\n\n### Credential scopes\n\nSome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nFor example, follow the steps in [Using predefined credential types](#using-predefined-credential-types), and select **Google Calendar OAuth2 API** as your **Credential Type**. n8n displays a box listing the two endpoints you can use this credential type with:\n",
18130
+ "excerpt": "# Custom API operations One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes. - Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around...",
18131
+ "sections": [
18132
+ {
18133
+ "title": "Custom API operations",
18134
+ "level": 1,
18135
+ "content": "One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration."
18136
+ }
18137
+ ]
18138
+ },
18139
+ "metadata": {
18140
+ "keywords": [
18141
+ "custom",
18142
+ "actions",
18143
+ "existing",
18144
+ "nodes",
18145
+ "operations",
18146
+ "predefined",
18147
+ "credential",
18148
+ "types",
18149
+ "using",
18150
+ "scopes"
18151
+ ],
18152
+ "useCases": [],
18153
+ "operations": [
18154
+ "if available."
18155
+ ],
18156
+ "codeExamples": 0,
18157
+ "complexity": "beginner",
18158
+ "readingTime": "2 min",
18159
+ "contentLength": 2296,
18160
+ "relatedPages": []
18161
+ },
18162
+ "searchIndex": {
18163
+ "fullText": "custom api actions for existing nodes # custom api operations\n\none of the most complex parts of setting up [api](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. however, some nodes don't include all the possible operations supported by a product's api. you can work around this by making a custom api call using the [http request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- credential-only nodes: n8n includes credential-only nodes. these are integrations where n8n supports setting up credentials for use in the http request node, but doesn't provide a standalone node. you can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## predefined credential types\n\na predefined credential type is a credential that already exists in n8n. you can use predefined credential types instead of generic credentials in the http request node.\n\nfor example: you create an asana credential, for use with the asana node. later, you want to perform an operation that isn't supported by the asana node, using asana's api. you can use your existing asana credential in the http request node to perform the operation, without additional authentication setup.\n\n### using predefined credential types\n\nto use a predefined credential type:\n\n1. open your http request node, or add a new one to your workflow.\n1. in **authentication**, select **predefined credential type**.\n1. in **credential type**, select the api you want to use.\n1. in **credential for `<api name>`**, you can:\n 1. select an existing credential for that platform, if available.\n 1. select **create new** to create a new credential.\n\n### credential scopes\n\nsome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nfor example, follow the steps in [using predefined credential types](#using-predefined-credential-types), and select **google calendar oauth2 api** as your **credential type**. n8n displays a box listing the two endpoints you can use this credential type with:\n custom api operations",
18164
+ "importantTerms": [
18165
+ "credential",
18166
+ "nodes",
18167
+ "node",
18168
+ "predefined",
18169
+ "type",
18170
+ "types",
18171
+ "select",
18172
+ "custom",
18173
+ "existing",
18174
+ "operations",
18175
+ "that",
18176
+ "using",
18177
+ "http",
18178
+ "request",
18179
+ "asana",
18180
+ "create",
18181
+ "your",
18182
+ "authentication",
18183
+ "credentials",
18184
+ "supported",
18185
+ "this",
18186
+ "only",
18187
+ "with"
18188
+ ]
18189
+ }
18190
+ },
18247
18191
  {
18248
18192
  "id": "page-0226",
18249
18193
  "title": "Node types",
@@ -58169,59 +58113,6 @@
58169
58113
  },
58170
58114
  {
58171
58115
  "id": "page-0758",
58172
- "title": "Cortex credentials",
58173
- "url": "https://docs.n8n.io/integrations/builtin/credentials/cortex/index.md",
58174
- "urlPath": "integrations/builtin/credentials/cortex/index.md",
58175
- "category": "other",
58176
- "subcategory": null,
58177
- "nodeName": null,
58178
- "nodeType": null,
58179
- "content": {
58180
- "markdown": "# Cortex credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Cortex](../../app-nodes/n8n-nodes-base.cortex/)\n\n## Prerequisites\n\nInstall [Cortex](https://docs.strangebee.com/cortex/installation-and-configuration/) on your server.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Cortex's API documentation](https://docs.strangebee.com/cortex/api/api-guide/) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**: Refer to the [Cortex API Authentication documentation](https://docs.strangebee.com/cortex/api/api-guide/#authentication) for detailed instructions on generating API keys.\n- The URL/Server Address for your **Cortex Instance** (defaults to `http://<your_server_address>:9001/`)\n",
58181
- "excerpt": "# Cortex credentials You can use these credentials to authenticate the following nodes: - [Cortex](../../app-nodes/n8n-nodes-base.cortex/) ## Prerequisites Install [Cortex](https://docs.strangebee.com/cortex/installation-and-configuration/) on your server. ## Supported authentication methods - API key ## Related resources Refer to [Cortex's API documentation](https://docs.strangebee.com/cortex/api/api-guide/) for more information about the service. ## Using API key To configure this cr...",
58182
- "sections": [
58183
- {
58184
- "title": "Cortex credentials",
58185
- "level": 1,
58186
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Cortex](../../app-nodes/n8n-nodes-base.cortex/)"
58187
- }
58188
- ]
58189
- },
58190
- "metadata": {
58191
- "keywords": [
58192
- "cortex",
58193
- "credentials",
58194
- "prerequisites",
58195
- "supported",
58196
- "authentication",
58197
- "methods",
58198
- "related",
58199
- "resources",
58200
- "using"
58201
- ],
58202
- "useCases": [],
58203
- "operations": [],
58204
- "codeExamples": 0,
58205
- "complexity": "beginner",
58206
- "readingTime": "1 min",
58207
- "contentLength": 818,
58208
- "relatedPages": []
58209
- },
58210
- "searchIndex": {
58211
- "fullText": "cortex credentials # cortex credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [cortex](../../app-nodes/n8n-nodes-base.cortex/)\n\n## prerequisites\n\ninstall [cortex](https://docs.strangebee.com/cortex/installation-and-configuration/) on your server.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [cortex's api documentation](https://docs.strangebee.com/cortex/api/api-guide/) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api key**: refer to the [cortex api authentication documentation](https://docs.strangebee.com/cortex/api/api-guide/#authentication) for detailed instructions on generating api keys.\n- the url/server address for your **cortex instance** (defaults to `http://<your_server_address>:9001/`)\n cortex credentials",
58212
- "importantTerms": [
58213
- "cortex",
58214
- "credentials",
58215
- "nodes",
58216
- "https",
58217
- "docs",
58218
- "strangebee",
58219
- "authentication"
58220
- ]
58221
- }
58222
- },
58223
- {
58224
- "id": "page-0759",
58225
58116
  "title": "CrateDB credentials",
58226
58117
  "url": "https://docs.n8n.io/integrations/builtin/credentials/cratedb/index.md",
58227
58118
  "urlPath": "integrations/builtin/credentials/cratedb/index.md",
@@ -58278,7 +58169,7 @@
58278
58169
  }
58279
58170
  },
58280
58171
  {
58281
- "id": "page-0760",
58172
+ "id": "page-0759",
58282
58173
  "title": "crowd.dev credentials",
58283
58174
  "url": "https://docs.n8n.io/integrations/builtin/credentials/crowddev/index.md",
58284
58175
  "urlPath": "integrations/builtin/credentials/crowddev/index.md",
@@ -58331,6 +58222,59 @@
58331
58222
  ]
58332
58223
  }
58333
58224
  },
58225
+ {
58226
+ "id": "page-0760",
58227
+ "title": "Cortex credentials",
58228
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/cortex/index.md",
58229
+ "urlPath": "integrations/builtin/credentials/cortex/index.md",
58230
+ "category": "other",
58231
+ "subcategory": null,
58232
+ "nodeName": null,
58233
+ "nodeType": null,
58234
+ "content": {
58235
+ "markdown": "# Cortex credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Cortex](../../app-nodes/n8n-nodes-base.cortex/)\n\n## Prerequisites\n\nInstall [Cortex](https://docs.strangebee.com/cortex/installation-and-configuration/) on your server.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Cortex's API documentation](https://docs.strangebee.com/cortex/api/api-guide/) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**: Refer to the [Cortex API Authentication documentation](https://docs.strangebee.com/cortex/api/api-guide/#authentication) for detailed instructions on generating API keys.\n- The URL/Server Address for your **Cortex Instance** (defaults to `http://<your_server_address>:9001/`)\n",
58236
+ "excerpt": "# Cortex credentials You can use these credentials to authenticate the following nodes: - [Cortex](../../app-nodes/n8n-nodes-base.cortex/) ## Prerequisites Install [Cortex](https://docs.strangebee.com/cortex/installation-and-configuration/) on your server. ## Supported authentication methods - API key ## Related resources Refer to [Cortex's API documentation](https://docs.strangebee.com/cortex/api/api-guide/) for more information about the service. ## Using API key To configure this cr...",
58237
+ "sections": [
58238
+ {
58239
+ "title": "Cortex credentials",
58240
+ "level": 1,
58241
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Cortex](../../app-nodes/n8n-nodes-base.cortex/)"
58242
+ }
58243
+ ]
58244
+ },
58245
+ "metadata": {
58246
+ "keywords": [
58247
+ "cortex",
58248
+ "credentials",
58249
+ "prerequisites",
58250
+ "supported",
58251
+ "authentication",
58252
+ "methods",
58253
+ "related",
58254
+ "resources",
58255
+ "using"
58256
+ ],
58257
+ "useCases": [],
58258
+ "operations": [],
58259
+ "codeExamples": 0,
58260
+ "complexity": "beginner",
58261
+ "readingTime": "1 min",
58262
+ "contentLength": 818,
58263
+ "relatedPages": []
58264
+ },
58265
+ "searchIndex": {
58266
+ "fullText": "cortex credentials # cortex credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [cortex](../../app-nodes/n8n-nodes-base.cortex/)\n\n## prerequisites\n\ninstall [cortex](https://docs.strangebee.com/cortex/installation-and-configuration/) on your server.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [cortex's api documentation](https://docs.strangebee.com/cortex/api/api-guide/) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api key**: refer to the [cortex api authentication documentation](https://docs.strangebee.com/cortex/api/api-guide/#authentication) for detailed instructions on generating api keys.\n- the url/server address for your **cortex instance** (defaults to `http://<your_server_address>:9001/`)\n cortex credentials",
58267
+ "importantTerms": [
58268
+ "cortex",
58269
+ "credentials",
58270
+ "nodes",
58271
+ "https",
58272
+ "docs",
58273
+ "strangebee",
58274
+ "authentication"
58275
+ ]
58276
+ }
58277
+ },
58334
58278
  {
58335
58279
  "id": "page-0761",
58336
58280
  "title": "CrowdStrike credentials",
@@ -68053,28 +67997,27 @@
68053
67997
  },
68054
67998
  {
68055
67999
  "id": "page-0914",
68056
- "title": "Quick Base credentials",
68057
- "url": "https://docs.n8n.io/integrations/builtin/credentials/quickbase/index.md",
68058
- "urlPath": "integrations/builtin/credentials/quickbase/index.md",
68000
+ "title": "QuickBooks credentials",
68001
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/quickbooks/index.md",
68002
+ "urlPath": "integrations/builtin/credentials/quickbooks/index.md",
68059
68003
  "category": "other",
68060
68004
  "subcategory": null,
68061
68005
  "nodeName": null,
68062
68006
  "nodeType": null,
68063
68007
  "content": {
68064
- "markdown": "# Quick Base credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Quick Base](../../app-nodes/n8n-nodes-base.quickbase/)\n\n## Prerequisites\n\nCreate a [Quick Base](https://www.quickbase.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Quick Base's API documentation](https://developer.quickbase.com/auth/) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- A **Hostname**: The string of characters located between `https://` and `/db` in your Quick Base URL.\n- A **User Token**: To generate a token, select your **Profile > My preferences > My User Information > Manage my user tokens**. Refer to [Creating and using user tokens](https://helpv2.quickbase.com/hc/en-us/articles/4570374095124-Creating-and-using-user-tokens) for detailed instructions.\n",
68065
- "excerpt": "# Quick Base credentials You can use these credentials to authenticate the following nodes: - [Quick Base](../../app-nodes/n8n-nodes-base.quickbase/) ## Prerequisites Create a [Quick Base](https://www.quickbase.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [Quick Base's API documentation](https://developer.quickbase.com/auth/) for more information about the service. ## Using API key To configure this credential, you'll need: - A **Hostname*...",
68008
+ "markdown": "# QuickBooks credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [QuickBooks](../../app-nodes/n8n-nodes-base.quickbooks/)\n\n## Prerequisites\n\nCreate an [Intuit developer](https://developer.intuit.com/) account.\n\n## Supported authentication methods\n\n- OAuth2\n\n## Related resources\n\nRefer to [Intuit's API documentation](https://developer.intuit.com/app/developer/qbo/docs/develop) for more information about the service.\n\n## Using OAuth2\n\nTo configure this credential, you'll need:\n\n- A **Client ID**: Generated when you create an app.\n- A **Client Secret**: Generated when you create an app.\n- An **Environment**: Select whether this credential should access your **Production** or **Sandbox** environment.\n\nTo generate your **Client ID** and **Client Secret**, [create an app](https://developer.intuit.com/app/developer/qbo/docs/get-started/start-developing-your-app#create-an-app).\n\nUse these settings when creating your app:\n\n- Select appropriate scopes for your app. Refer to [Learn about scopes](https://developer.intuit.com/app/developer/qbo/docs/learn/scopes) for more information.\n- Enter the **OAuth Redirect URL** from n8n as a **Redirect URI** in the app's **Development > Keys & OAuth** section.\n- Copy the **Client ID** and **Client Secret** from the app's **Development > Keys & OAuth** section to enter in n8n. Refer to [Get the Client ID and Client Secret for your app](https://developer.intuit.com/app/developer/qbo/docs/get-started/get-client-id-and-client-secret) for more information.\n\nRefer to Intuit's [Set up OAuth 2.0 documentation](https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0) for more information on the entire process.\n\nEnvironment selection\n\nIf you're creating a new app from scratch, start with the **Sandbox** environment. Production apps need to fulfill all Intuit's requirements. Refer to Intuit's [Publish your app documentation](https://developer.intuit.com/app/developer/qbo/docs/go-live/publish-app) for more information.\n",
68009
+ "excerpt": "# QuickBooks credentials You can use these credentials to authenticate the following nodes: - [QuickBooks](../../app-nodes/n8n-nodes-base.quickbooks/) ## Prerequisites Create an [Intuit developer](https://developer.intuit.com/) account. ## Supported authentication methods - OAuth2 ## Related resources Refer to [Intuit's API documentation](https://developer.intuit.com/app/developer/qbo/docs/develop) for more information about the service. ## Using OAuth2 To configure this credential, yo...",
68066
68010
  "sections": [
68067
68011
  {
68068
- "title": "Quick Base credentials",
68012
+ "title": "QuickBooks credentials",
68069
68013
  "level": 1,
68070
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Quick Base](../../app-nodes/n8n-nodes-base.quickbase/)"
68014
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [QuickBooks](../../app-nodes/n8n-nodes-base.quickbooks/)"
68071
68015
  }
68072
68016
  ]
68073
68017
  },
68074
68018
  "metadata": {
68075
68019
  "keywords": [
68076
- "quick",
68077
- "base",
68020
+ "quickbooks",
68078
68021
  "credentials",
68079
68022
  "prerequisites",
68080
68023
  "supported",
@@ -68082,54 +68025,67 @@
68082
68025
  "methods",
68083
68026
  "related",
68084
68027
  "resources",
68085
- "using"
68028
+ "using",
68029
+ "oauth2"
68086
68030
  ],
68087
68031
  "useCases": [],
68088
68032
  "operations": [],
68089
68033
  "codeExamples": 0,
68090
68034
  "complexity": "beginner",
68091
- "readingTime": "1 min",
68092
- "contentLength": 880,
68035
+ "readingTime": "2 min",
68036
+ "contentLength": 2047,
68093
68037
  "relatedPages": []
68094
68038
  },
68095
68039
  "searchIndex": {
68096
- "fullText": "quick base credentials # quick base credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [quick base](../../app-nodes/n8n-nodes-base.quickbase/)\n\n## prerequisites\n\ncreate a [quick base](https://www.quickbase.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [quick base's api documentation](https://developer.quickbase.com/auth/) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- a **hostname**: the string of characters located between `https://` and `/db` in your quick base url.\n- a **user token**: to generate a token, select your **profile > my preferences > my user information > manage my user tokens**. refer to [creating and using user tokens](https://helpv2.quickbase.com/hc/en-us/articles/4570374095124-creating-and-using-user-tokens) for detailed instructions.\n quick base credentials",
68040
+ "fullText": "quickbooks credentials # quickbooks credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [quickbooks](../../app-nodes/n8n-nodes-base.quickbooks/)\n\n## prerequisites\n\ncreate an [intuit developer](https://developer.intuit.com/) account.\n\n## supported authentication methods\n\n- oauth2\n\n## related resources\n\nrefer to [intuit's api documentation](https://developer.intuit.com/app/developer/qbo/docs/develop) for more information about the service.\n\n## using oauth2\n\nto configure this credential, you'll need:\n\n- a **client id**: generated when you create an app.\n- a **client secret**: generated when you create an app.\n- an **environment**: select whether this credential should access your **production** or **sandbox** environment.\n\nto generate your **client id** and **client secret**, [create an app](https://developer.intuit.com/app/developer/qbo/docs/get-started/start-developing-your-app#create-an-app).\n\nuse these settings when creating your app:\n\n- select appropriate scopes for your app. refer to [learn about scopes](https://developer.intuit.com/app/developer/qbo/docs/learn/scopes) for more information.\n- enter the **oauth redirect url** from n8n as a **redirect uri** in the app's **development > keys & oauth** section.\n- copy the **client id** and **client secret** from the app's **development > keys & oauth** section to enter in n8n. refer to [get the client id and client secret for your app](https://developer.intuit.com/app/developer/qbo/docs/get-started/get-client-id-and-client-secret) for more information.\n\nrefer to intuit's [set up oauth 2.0 documentation](https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0) for more information on the entire process.\n\nenvironment selection\n\nif you're creating a new app from scratch, start with the **sandbox** environment. production apps need to fulfill all intuit's requirements. refer to intuit's [publish your app documentation](https://developer.intuit.com/app/developer/qbo/docs/go-live/publish-app) for more information.\n quickbooks credentials",
68097
68041
  "importantTerms": [
68098
- "base",
68099
- "quick",
68100
- "user",
68101
- "credentials",
68102
- "quickbase",
68042
+ "developer",
68043
+ "intuit",
68044
+ "client",
68103
68045
  "https",
68046
+ "your",
68047
+ "docs",
68048
+ "quickbooks",
68049
+ "create",
68050
+ "refer",
68051
+ "more",
68052
+ "information",
68053
+ "secret",
68054
+ "oauth",
68055
+ "credentials",
68056
+ "environment",
68104
68057
  "nodes",
68105
- "using",
68106
- "tokens"
68058
+ "documentation",
68059
+ "when",
68060
+ "scopes",
68061
+ "from"
68107
68062
  ]
68108
68063
  }
68109
68064
  },
68110
68065
  {
68111
68066
  "id": "page-0915",
68112
- "title": "QuickBooks credentials",
68113
- "url": "https://docs.n8n.io/integrations/builtin/credentials/quickbooks/index.md",
68114
- "urlPath": "integrations/builtin/credentials/quickbooks/index.md",
68067
+ "title": "Quick Base credentials",
68068
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/quickbase/index.md",
68069
+ "urlPath": "integrations/builtin/credentials/quickbase/index.md",
68115
68070
  "category": "other",
68116
68071
  "subcategory": null,
68117
68072
  "nodeName": null,
68118
68073
  "nodeType": null,
68119
68074
  "content": {
68120
- "markdown": "# QuickBooks credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [QuickBooks](../../app-nodes/n8n-nodes-base.quickbooks/)\n\n## Prerequisites\n\nCreate an [Intuit developer](https://developer.intuit.com/) account.\n\n## Supported authentication methods\n\n- OAuth2\n\n## Related resources\n\nRefer to [Intuit's API documentation](https://developer.intuit.com/app/developer/qbo/docs/develop) for more information about the service.\n\n## Using OAuth2\n\nTo configure this credential, you'll need:\n\n- A **Client ID**: Generated when you create an app.\n- A **Client Secret**: Generated when you create an app.\n- An **Environment**: Select whether this credential should access your **Production** or **Sandbox** environment.\n\nTo generate your **Client ID** and **Client Secret**, [create an app](https://developer.intuit.com/app/developer/qbo/docs/get-started/start-developing-your-app#create-an-app).\n\nUse these settings when creating your app:\n\n- Select appropriate scopes for your app. Refer to [Learn about scopes](https://developer.intuit.com/app/developer/qbo/docs/learn/scopes) for more information.\n- Enter the **OAuth Redirect URL** from n8n as a **Redirect URI** in the app's **Development > Keys & OAuth** section.\n- Copy the **Client ID** and **Client Secret** from the app's **Development > Keys & OAuth** section to enter in n8n. Refer to [Get the Client ID and Client Secret for your app](https://developer.intuit.com/app/developer/qbo/docs/get-started/get-client-id-and-client-secret) for more information.\n\nRefer to Intuit's [Set up OAuth 2.0 documentation](https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0) for more information on the entire process.\n\nEnvironment selection\n\nIf you're creating a new app from scratch, start with the **Sandbox** environment. Production apps need to fulfill all Intuit's requirements. Refer to Intuit's [Publish your app documentation](https://developer.intuit.com/app/developer/qbo/docs/go-live/publish-app) for more information.\n",
68121
- "excerpt": "# QuickBooks credentials You can use these credentials to authenticate the following nodes: - [QuickBooks](../../app-nodes/n8n-nodes-base.quickbooks/) ## Prerequisites Create an [Intuit developer](https://developer.intuit.com/) account. ## Supported authentication methods - OAuth2 ## Related resources Refer to [Intuit's API documentation](https://developer.intuit.com/app/developer/qbo/docs/develop) for more information about the service. ## Using OAuth2 To configure this credential, yo...",
68075
+ "markdown": "# Quick Base credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Quick Base](../../app-nodes/n8n-nodes-base.quickbase/)\n\n## Prerequisites\n\nCreate a [Quick Base](https://www.quickbase.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Quick Base's API documentation](https://developer.quickbase.com/auth/) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- A **Hostname**: The string of characters located between `https://` and `/db` in your Quick Base URL.\n- A **User Token**: To generate a token, select your **Profile > My preferences > My User Information > Manage my user tokens**. Refer to [Creating and using user tokens](https://helpv2.quickbase.com/hc/en-us/articles/4570374095124-Creating-and-using-user-tokens) for detailed instructions.\n",
68076
+ "excerpt": "# Quick Base credentials You can use these credentials to authenticate the following nodes: - [Quick Base](../../app-nodes/n8n-nodes-base.quickbase/) ## Prerequisites Create a [Quick Base](https://www.quickbase.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [Quick Base's API documentation](https://developer.quickbase.com/auth/) for more information about the service. ## Using API key To configure this credential, you'll need: - A **Hostname*...",
68122
68077
  "sections": [
68123
68078
  {
68124
- "title": "QuickBooks credentials",
68079
+ "title": "Quick Base credentials",
68125
68080
  "level": 1,
68126
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [QuickBooks](../../app-nodes/n8n-nodes-base.quickbooks/)"
68081
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Quick Base](../../app-nodes/n8n-nodes-base.quickbase/)"
68127
68082
  }
68128
68083
  ]
68129
68084
  },
68130
68085
  "metadata": {
68131
68086
  "keywords": [
68132
- "quickbooks",
68087
+ "quick",
68088
+ "base",
68133
68089
  "credentials",
68134
68090
  "prerequisites",
68135
68091
  "supported",
@@ -68137,40 +68093,28 @@
68137
68093
  "methods",
68138
68094
  "related",
68139
68095
  "resources",
68140
- "using",
68141
- "oauth2"
68096
+ "using"
68142
68097
  ],
68143
68098
  "useCases": [],
68144
68099
  "operations": [],
68145
68100
  "codeExamples": 0,
68146
68101
  "complexity": "beginner",
68147
- "readingTime": "2 min",
68148
- "contentLength": 2047,
68102
+ "readingTime": "1 min",
68103
+ "contentLength": 880,
68149
68104
  "relatedPages": []
68150
68105
  },
68151
68106
  "searchIndex": {
68152
- "fullText": "quickbooks credentials # quickbooks credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [quickbooks](../../app-nodes/n8n-nodes-base.quickbooks/)\n\n## prerequisites\n\ncreate an [intuit developer](https://developer.intuit.com/) account.\n\n## supported authentication methods\n\n- oauth2\n\n## related resources\n\nrefer to [intuit's api documentation](https://developer.intuit.com/app/developer/qbo/docs/develop) for more information about the service.\n\n## using oauth2\n\nto configure this credential, you'll need:\n\n- a **client id**: generated when you create an app.\n- a **client secret**: generated when you create an app.\n- an **environment**: select whether this credential should access your **production** or **sandbox** environment.\n\nto generate your **client id** and **client secret**, [create an app](https://developer.intuit.com/app/developer/qbo/docs/get-started/start-developing-your-app#create-an-app).\n\nuse these settings when creating your app:\n\n- select appropriate scopes for your app. refer to [learn about scopes](https://developer.intuit.com/app/developer/qbo/docs/learn/scopes) for more information.\n- enter the **oauth redirect url** from n8n as a **redirect uri** in the app's **development > keys & oauth** section.\n- copy the **client id** and **client secret** from the app's **development > keys & oauth** section to enter in n8n. refer to [get the client id and client secret for your app](https://developer.intuit.com/app/developer/qbo/docs/get-started/get-client-id-and-client-secret) for more information.\n\nrefer to intuit's [set up oauth 2.0 documentation](https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/oauth-2.0) for more information on the entire process.\n\nenvironment selection\n\nif you're creating a new app from scratch, start with the **sandbox** environment. production apps need to fulfill all intuit's requirements. refer to intuit's [publish your app documentation](https://developer.intuit.com/app/developer/qbo/docs/go-live/publish-app) for more information.\n quickbooks credentials",
68107
+ "fullText": "quick base credentials # quick base credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [quick base](../../app-nodes/n8n-nodes-base.quickbase/)\n\n## prerequisites\n\ncreate a [quick base](https://www.quickbase.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [quick base's api documentation](https://developer.quickbase.com/auth/) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- a **hostname**: the string of characters located between `https://` and `/db` in your quick base url.\n- a **user token**: to generate a token, select your **profile > my preferences > my user information > manage my user tokens**. refer to [creating and using user tokens](https://helpv2.quickbase.com/hc/en-us/articles/4570374095124-creating-and-using-user-tokens) for detailed instructions.\n quick base credentials",
68153
68108
  "importantTerms": [
68154
- "developer",
68155
- "intuit",
68156
- "client",
68157
- "https",
68158
- "your",
68159
- "docs",
68160
- "quickbooks",
68161
- "create",
68162
- "refer",
68163
- "more",
68164
- "information",
68165
- "secret",
68166
- "oauth",
68109
+ "base",
68110
+ "quick",
68111
+ "user",
68167
68112
  "credentials",
68168
- "environment",
68113
+ "quickbase",
68114
+ "https",
68169
68115
  "nodes",
68170
- "documentation",
68171
- "when",
68172
- "scopes",
68173
- "from"
68116
+ "using",
68117
+ "tokens"
68174
68118
  ]
68175
68119
  }
68176
68120
  },
@@ -89343,7 +89287,7 @@
89343
89287
  "page-0001",
89344
89288
  "page-0147",
89345
89289
  "page-0199",
89346
- "page-0225",
89290
+ "page-0224",
89347
89291
  "page-0698"
89348
89292
  ],
89349
89293
  "start": [
@@ -89422,7 +89366,7 @@
89422
89366
  "page-0077",
89423
89367
  "page-0097",
89424
89368
  "page-0102",
89425
- "page-0112",
89369
+ "page-0111",
89426
89370
  "page-0113",
89427
89371
  "page-0117",
89428
89372
  "page-0127",
@@ -90138,7 +90082,7 @@
90138
90082
  "page-0002",
90139
90083
  "page-0003",
90140
90084
  "page-0049",
90141
- "page-0112",
90085
+ "page-0111",
90142
90086
  "page-0155",
90143
90087
  "page-0165",
90144
90088
  "page-0184",
@@ -90267,7 +90211,6 @@
90267
90211
  "page-0134",
90268
90212
  "page-0137",
90269
90213
  "page-0139",
90270
- "page-0144",
90271
90214
  "page-0146",
90272
90215
  "page-0149",
90273
90216
  "page-0151",
@@ -90354,7 +90297,7 @@
90354
90297
  "page-0002",
90355
90298
  "page-0200",
90356
90299
  "page-0218",
90357
- "page-0759",
90300
+ "page-0758",
90358
90301
  "page-0780",
90359
90302
  "page-0782",
90360
90303
  "page-0796",
@@ -90502,7 +90445,7 @@
90502
90445
  "page-0002",
90503
90446
  "page-0048",
90504
90447
  "page-0061",
90505
- "page-0111",
90448
+ "page-0112",
90506
90449
  "page-0632",
90507
90450
  "page-1187"
90508
90451
  ],
@@ -90562,7 +90505,6 @@
90562
90505
  "page-0137",
90563
90506
  "page-0139",
90564
90507
  "page-0142",
90565
- "page-0144",
90566
90508
  "page-0151",
90567
90509
  "page-0153",
90568
90510
  "page-0171",
@@ -90840,7 +90782,7 @@
90840
90782
  "page-0007",
90841
90783
  "page-0017",
90842
90784
  "page-0025",
90843
- "page-0112",
90785
+ "page-0111",
90844
90786
  "page-0325",
90845
90787
  "page-0484",
90846
90788
  "page-0508",
@@ -90949,12 +90891,11 @@
90949
90891
  "page-0051",
90950
90892
  "page-0091",
90951
90893
  "page-0105",
90952
- "page-0112",
90894
+ "page-0111",
90953
90895
  "page-0120",
90954
90896
  "page-0137",
90955
90897
  "page-0140",
90956
90898
  "page-0143",
90957
- "page-0144",
90958
90899
  "page-0149",
90959
90900
  "page-0151",
90960
90901
  "page-0191",
@@ -91718,7 +91659,7 @@
91718
91659
  "page-0003",
91719
91660
  "page-0078",
91720
91661
  "page-0103",
91721
- "page-0112",
91662
+ "page-0111",
91722
91663
  "page-0171",
91723
91664
  "page-0206",
91724
91665
  "page-0209",
@@ -91909,7 +91850,7 @@
91909
91850
  "page-0092",
91910
91851
  "page-0094",
91911
91852
  "page-0106",
91912
- "page-0112",
91853
+ "page-0111",
91913
91854
  "page-0137",
91914
91855
  "page-0147",
91915
91856
  "page-0155",
@@ -92558,7 +92499,7 @@
92558
92499
  "page-0139",
92559
92500
  "page-0141",
92560
92501
  "page-0192",
92561
- "page-0224",
92502
+ "page-0225",
92562
92503
  "page-0325",
92563
92504
  "page-0484",
92564
92505
  "page-0508",
@@ -92898,7 +92839,7 @@
92898
92839
  "page-0077",
92899
92840
  "page-0102",
92900
92841
  "page-0105",
92901
- "page-0112",
92842
+ "page-0111",
92902
92843
  "page-0113",
92903
92844
  "page-0117",
92904
92845
  "page-0120",
@@ -92996,7 +92937,7 @@
92996
92937
  "only": [
92997
92938
  "page-0005",
92998
92939
  "page-0164",
92999
- "page-0225",
92940
+ "page-0224",
93000
92941
  "page-0508",
93001
92942
  "page-0515",
93002
92943
  "page-0620",
@@ -93552,7 +93493,7 @@
93552
93493
  "page-0095",
93553
93494
  "page-0096",
93554
93495
  "page-0097",
93555
- "page-0112",
93496
+ "page-0111",
93556
93497
  "page-0156",
93557
93498
  "page-0158",
93558
93499
  "page-0159",
@@ -93715,7 +93656,7 @@
93715
93656
  "page-0147",
93716
93657
  "page-0149",
93717
93658
  "page-0150",
93718
- "page-0225",
93659
+ "page-0224",
93719
93660
  "page-0226",
93720
93661
  "page-0840",
93721
93662
  "page-1127",
@@ -93789,7 +93730,7 @@
93789
93730
  "page-0017",
93790
93731
  "page-0044",
93791
93732
  "page-0045",
93792
- "page-0112",
93733
+ "page-0111",
93793
93734
  "page-0148",
93794
93735
  "page-0154",
93795
93736
  "page-0156",
@@ -93817,7 +93758,7 @@
93817
93758
  ],
93818
93759
  "hosting": [
93819
93760
  "page-0009",
93820
- "page-0112",
93761
+ "page-0111",
93821
93762
  "page-0148",
93822
93763
  "page-0196",
93823
93764
  "page-0197",
@@ -94660,7 +94601,6 @@
94660
94601
  "page-0093",
94661
94602
  "page-0134",
94662
94603
  "page-0139",
94663
- "page-0144",
94664
94604
  "page-0196",
94665
94605
  "page-0197",
94666
94606
  "page-0198",
@@ -94800,7 +94740,6 @@
94800
94740
  "page-0017",
94801
94741
  "page-0026",
94802
94742
  "page-0069",
94803
- "page-0144",
94804
94743
  "page-0637",
94805
94744
  "page-0644",
94806
94745
  "page-0645",
@@ -94837,7 +94776,7 @@
94837
94776
  "page-0046",
94838
94777
  "page-0047",
94839
94778
  "page-0131",
94840
- "page-0225",
94779
+ "page-0224",
94841
94780
  "page-0516",
94842
94781
  "page-0610",
94843
94782
  "page-0625",
@@ -94852,7 +94791,7 @@
94852
94791
  "page-0042",
94853
94792
  "page-0047",
94854
94793
  "page-0131",
94855
- "page-0225",
94794
+ "page-0224",
94856
94795
  "page-1202"
94857
94796
  ],
94858
94797
  "related": [
@@ -94862,7 +94801,7 @@
94862
94801
  "page-0076",
94863
94802
  "page-0080",
94864
94803
  "page-0083",
94865
- "page-0111",
94804
+ "page-0112",
94866
94805
  "page-0138",
94867
94806
  "page-0210",
94868
94807
  "page-0214",
@@ -95388,7 +95327,7 @@
95388
95327
  "page-0076",
95389
95328
  "page-0080",
95390
95329
  "page-0083",
95391
- "page-0111",
95330
+ "page-0112",
95392
95331
  "page-0196",
95393
95332
  "page-0197",
95394
95333
  "page-0201",
@@ -95915,7 +95854,7 @@
95915
95854
  "page-0016",
95916
95855
  "page-0024",
95917
95856
  "page-0103",
95918
- "page-0224",
95857
+ "page-0225",
95919
95858
  "page-0226",
95920
95859
  "page-0977",
95921
95860
  "page-1203",
@@ -96543,7 +96482,7 @@
96543
96482
  "page-0899",
96544
96483
  "page-0901",
96545
96484
  "page-0907",
96546
- "page-0915",
96485
+ "page-0914",
96547
96486
  "page-0920",
96548
96487
  "page-0925",
96549
96488
  "page-0936",
@@ -97245,7 +97184,7 @@
97245
97184
  ],
97246
97185
  "working": [
97247
97186
  "page-0018",
97248
- "page-0112",
97187
+ "page-0111",
97249
97188
  "page-0425",
97250
97189
  "page-0513",
97251
97190
  "page-0523",
@@ -97490,7 +97429,7 @@
97490
97429
  "page-0201",
97491
97430
  "page-0202",
97492
97431
  "page-0203",
97493
- "page-0225",
97432
+ "page-0224",
97494
97433
  "page-1138",
97495
97434
  "page-1141",
97496
97435
  "page-1189",
@@ -97861,7 +97800,6 @@
97861
97800
  "page-0027",
97862
97801
  "page-0044",
97863
97802
  "page-0134",
97864
- "page-0144",
97865
97803
  "page-0618",
97866
97804
  "page-0644",
97867
97805
  "page-0645",
@@ -98330,7 +98268,7 @@
98330
98268
  ],
98331
98269
  "scopes": [
98332
98270
  "page-0044",
98333
- "page-0224",
98271
+ "page-0225",
98334
98272
  "page-0436",
98335
98273
  "page-0725",
98336
98274
  "page-0816",
@@ -98389,7 +98327,7 @@
98389
98327
  "page-0054",
98390
98328
  "page-0060",
98391
98329
  "page-0070",
98392
- "page-0225",
98330
+ "page-0224",
98393
98331
  "page-0226",
98394
98332
  "page-0531",
98395
98333
  "page-0537",
@@ -101468,16 +101406,6 @@
101468
101406
  "conditional": [
101469
101407
  "page-0143"
101470
101408
  ],
101471
- "passes": [
101472
- "page-0144",
101473
- "page-0644",
101474
- "page-0645"
101475
- ],
101476
- "conversion": [
101477
- "page-0144",
101478
- "page-0672",
101479
- "page-1229"
101480
- ],
101481
101409
  "contributing": [
101482
101410
  "page-0146"
101483
101411
  ],
@@ -101926,7 +101854,7 @@
101926
101854
  "page-0158",
101927
101855
  "page-0415",
101928
101856
  "page-0579",
101929
- "page-0914",
101857
+ "page-0915",
101930
101858
  "page-1024",
101931
101859
  "page-1141",
101932
101860
  "page-1154",
@@ -102923,7 +102851,7 @@
102923
102851
  "page-0688",
102924
102852
  "page-0716",
102925
102853
  "page-0723",
102926
- "page-0759",
102854
+ "page-0758",
102927
102855
  "page-0787",
102928
102856
  "page-0860",
102929
102857
  "page-0869",
@@ -102962,16 +102890,11 @@
102962
102890
  "page-0223",
102963
102891
  "page-0558"
102964
102892
  ],
102965
- "actions": [
102893
+ "integrations": [
102966
102894
  "page-0224",
102967
102895
  "page-0226",
102968
- "page-0228",
102969
- "page-0636",
102970
- "page-1235"
102971
- ],
102972
- "existing": [
102973
- "page-0224",
102974
- "page-1235"
102896
+ "page-0227",
102897
+ "page-0880"
102975
102898
  ],
102976
102899
  "operations": [
102977
102900
  "page-0224",
@@ -103294,22 +103217,27 @@
103294
103217
  "page-1166",
103295
103218
  "page-1186"
103296
103219
  ],
103297
- "predefined": [
103220
+ "generic": [
103298
103221
  "page-0224",
103299
103222
  "page-0695",
103300
- "page-0815"
103223
+ "page-1009",
103224
+ "page-1219"
103301
103225
  ],
103302
- "integrations": [
103226
+ "actions": [
103303
103227
  "page-0225",
103304
103228
  "page-0226",
103305
- "page-0227",
103306
- "page-0880"
103229
+ "page-0228",
103230
+ "page-0636",
103231
+ "page-1235"
103307
103232
  ],
103308
- "generic": [
103233
+ "existing": [
103234
+ "page-0225",
103235
+ "page-1235"
103236
+ ],
103237
+ "predefined": [
103309
103238
  "page-0225",
103310
103239
  "page-0695",
103311
- "page-1009",
103312
- "page-1219"
103240
+ "page-0815"
103313
103241
  ],
103314
103242
  "operations:": [
103315
103243
  "page-0226",
@@ -103759,11 +103687,11 @@
103759
103687
  ],
103760
103688
  "cortex": [
103761
103689
  "page-0278",
103762
- "page-0758"
103690
+ "page-0760"
103763
103691
  ],
103764
103692
  "cratedb": [
103765
103693
  "page-0279",
103766
- "page-0759"
103694
+ "page-0758"
103767
103695
  ],
103768
103696
  "column's": [
103769
103697
  "page-0279",
@@ -103772,7 +103700,7 @@
103772
103700
  ],
103773
103701
  "crowd": [
103774
103702
  "page-0280",
103775
- "page-0760",
103703
+ "page-0759",
103776
103704
  "page-1040",
103777
103705
  "page-1186"
103778
103706
  ],
@@ -104439,12 +104367,12 @@
104439
104367
  ],
104440
104368
  "quick": [
104441
104369
  "page-0415",
104442
- "page-0914",
104370
+ "page-0915",
104443
104371
  "page-1200"
104444
104372
  ],
104445
104373
  "quickbooks": [
104446
104374
  "page-0416",
104447
- "page-0915"
104375
+ "page-0914"
104448
104376
  ],
104449
104377
  "online": [
104450
104378
  "page-0416"
@@ -105975,6 +105903,10 @@
105975
105903
  "evaluating": [
105976
105904
  "page-0642"
105977
105905
  ],
105906
+ "passes": [
105907
+ "page-0644",
105908
+ "page-0645"
105909
+ ],
105978
105910
  "destination": [
105979
105911
  "page-0647",
105980
105912
  "page-0675"
@@ -106216,6 +106148,10 @@
106216
106148
  "(set)": [
106217
106149
  "page-0672"
106218
106150
  ],
106151
+ "conversion": [
106152
+ "page-0672",
106153
+ "page-1229"
106154
+ ],
106219
106155
  "(split": [
106220
106156
  "page-0674"
106221
106157
  ],
@@ -108556,7 +108492,6 @@
108556
108492
  "page-0141",
108557
108493
  "page-0142",
108558
108494
  "page-0143",
108559
- "page-0144",
108560
108495
  "page-0145"
108561
108496
  ],
108562
108497
  "hosting": [