@n8n-as-code/skills 1.7.0-next.5 → 1.7.0-next.7

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,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-03T14:29:40.602Z",
2
+ "generatedAt": "2026-04-03T15:01:32.369Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
5
  "totalPages": 1262,
@@ -3921,102 +3921,6 @@
3921
3921
  },
3922
3922
  {
3923
3923
  "id": "page-0024",
3924
- "title": "Light evaluations",
3925
- "url": "https://docs.n8n.io/advanced-ai/evaluations/light-evaluations/index.md",
3926
- "urlPath": "advanced-ai/evaluations/light-evaluations/index.md",
3927
- "category": "advanced-ai",
3928
- "subcategory": "evaluations",
3929
- "nodeName": null,
3930
- "nodeType": null,
3931
- "content": {
3932
- "markdown": "# Light evaluations\n\nAvailable on registered community and paid plans\n\nLight evaluations are available to registered community users and on all paid plans.\n\n## What are light evaluations?\n\nWhen building your workflow, you often want to test it with a handful of examples to get a sense of how it performs and make improvements. At this stage of workflow development, looking over workflow outputs for each example is often enough. The benefits of setting up more [formal scoring or metrics](../metric-based-evaluations/) don't yet justify the effort.\n\nLight evaluation allows you to run the examples in a test dataset through your workflow one-by-one, writing the outputs back to your dataset. You can then examine those outputs next to each other, and visually compare them to the expected outputs (if you have them).\n\n## How it works\n\nCredentials for Google Sheets\n\nEvaluations use data tables or Google Sheets to store the test dataset. To use Google Sheets as a dataset source, configure a [Google Sheets credential](../../../integrations/builtin/credentials/google/).\n\nLight evaluations take place in the 'Editor' tab of your workflow, although you’ll find instructions on how to set it up in the 'Evaluations' tab.\n\nSteps:\n\n1. Create a dataset\n1. Wire the dataset up to the workflow\n1. Write workflow outputs back to dataset\n1. Run evaluation\n\nThe following explanation will use a sample workflow that assigns a category and priority to incoming support tickets.\n\n### 1. Create a dataset\n\nCreate a data table or Google Sheet with a handful of examples for your workflow. Your dataset should contain columns for:\n\n- The workflow input\n- (Optional) The expected or correct workflow output\n- The actual output\n\nLeave the actual output column or columns blank, since you'll be filling them during the evaluation.\n\nA [sample dataset](https://docs.google.com/spreadsheets/d/1uuPS5cHtSNZ6HNLOi75A2m8nVWZrdBZ_Ivf58osDAS8/edit?gid=294497137#gid=294497137) for the support ticket classification workflow.\n\n### 2. Wire the dataset up to your workflow\n\n#### Insert an evaluation trigger to pull in your dataset\n\nEach time the [evaluation trigger](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluationtrigger/) runs, it will output a single item representing one row of your dataset.\n\nClicking the 'Evaluate all' button to the left of the evaluation trigger will run your workflow multiple times in sequence, once for each row in your dataset. This is a special behavior of the evaluation trigger.\n\nWhile wiring the trigger up, you often only want to run it once. You can do this by either:\n\n- Setting the trigger's 'Max rows to process' to 1\n- Clicking on the 'Execute node' button on the trigger (rather than the 'Evaluate all' button)\n\n#### Wire the trigger up to your workflow\n\nYou can now connect the evaluation trigger to the rest of your workflow and reference the data that it outputs. At a minimum, you need to use the dataset’s input column(s) later in the workflow.\n\nIf you have multiple triggers in your workflow you will need to [merge their branches together](../tips-and-common-issues/#combining-multiple-triggers).\n\nThe support ticket classification workflow with the evaluation trigger added in and wired up.\n\n### 3. Write workflow outputs back to dataset\n\nTo populate the output column(s) of your dataset when the evaluation runs:\n\n- Insert the 'Set outputs' action of the [evaluation node](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluation/)\n- Wire it up to your workflow at a point after it has produced the outputs you're evaluating\n- In the node's parameters, map the workflow outputs into the correct dataset column\n\nThe support ticket classification workflow with the 'set outputs' node added in and wired up.\n\n### 4. Run evaluation\n\nClick on the **Execute workflow** button to the left of the evaluation trigger. The workflow will execute multiple times, once for each row of the dataset:\n\nReview the outputs of each execution in the data table or Google Sheet, and examine the execution details using the workflow's 'executions' tab if you need to.\n\nOnce your dataset grows past a handful of examples, consider [metric-based evaluation](../metric-based-evaluations/) to get a numerical view of performance. See also [tips and common issues](../tips-and-common-issues/).\n",
3933
- "excerpt": "# Light evaluations Available on registered community and paid plans Light evaluations are available to registered community users and on all paid plans. ## What are light evaluations? When building your workflow, you often want to test it with a handful of examples to get a sense of how it performs and make improvements. At this stage of workflow development, looking over workflow outputs for each example is often enough. The benefits of setting up more [formal scoring or metrics](../metric...",
3934
- "sections": [
3935
- {
3936
- "title": "Light evaluations",
3937
- "level": 1,
3938
- "content": "Available on registered community and paid plans\n\nLight evaluations are available to registered community users and on all paid plans."
3939
- }
3940
- ]
3941
- },
3942
- "metadata": {
3943
- "keywords": [
3944
- "light",
3945
- "evaluations",
3946
- "what",
3947
- "evaluations?",
3948
- "works",
3949
- "create",
3950
- "dataset",
3951
- "wire",
3952
- "your",
3953
- "workflow",
3954
- "insert",
3955
- "evaluation",
3956
- "trigger",
3957
- "pull",
3958
- "write",
3959
- "outputs",
3960
- "back"
3961
- ],
3962
- "useCases": [],
3963
- "operations": [],
3964
- "codeExamples": 0,
3965
- "complexity": "beginner",
3966
- "readingTime": "4 min",
3967
- "contentLength": 4319,
3968
- "relatedPages": []
3969
- },
3970
- "searchIndex": {
3971
- "fullText": "light evaluations # light evaluations\n\navailable on registered community and paid plans\n\nlight evaluations are available to registered community users and on all paid plans.\n\n## what are light evaluations?\n\nwhen building your workflow, you often want to test it with a handful of examples to get a sense of how it performs and make improvements. at this stage of workflow development, looking over workflow outputs for each example is often enough. the benefits of setting up more [formal scoring or metrics](../metric-based-evaluations/) don't yet justify the effort.\n\nlight evaluation allows you to run the examples in a test dataset through your workflow one-by-one, writing the outputs back to your dataset. you can then examine those outputs next to each other, and visually compare them to the expected outputs (if you have them).\n\n## how it works\n\ncredentials for google sheets\n\nevaluations use data tables or google sheets to store the test dataset. to use google sheets as a dataset source, configure a [google sheets credential](../../../integrations/builtin/credentials/google/).\n\nlight evaluations take place in the 'editor' tab of your workflow, although you’ll find instructions on how to set it up in the 'evaluations' tab.\n\nsteps:\n\n1. create a dataset\n1. wire the dataset up to the workflow\n1. write workflow outputs back to dataset\n1. run evaluation\n\nthe following explanation will use a sample workflow that assigns a category and priority to incoming support tickets.\n\n### 1. create a dataset\n\ncreate a data table or google sheet with a handful of examples for your workflow. your dataset should contain columns for:\n\n- the workflow input\n- (optional) the expected or correct workflow output\n- the actual output\n\nleave the actual output column or columns blank, since you'll be filling them during the evaluation.\n\na [sample dataset](https://docs.google.com/spreadsheets/d/1uups5chtsnz6hnloi75a2m8nvwzrdbz_ivf58osdas8/edit?gid=294497137#gid=294497137) for the support ticket classification workflow.\n\n### 2. wire the dataset up to your workflow\n\n#### insert an evaluation trigger to pull in your dataset\n\neach time the [evaluation trigger](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluationtrigger/) runs, it will output a single item representing one row of your dataset.\n\nclicking the 'evaluate all' button to the left of the evaluation trigger will run your workflow multiple times in sequence, once for each row in your dataset. this is a special behavior of the evaluation trigger.\n\nwhile wiring the trigger up, you often only want to run it once. you can do this by either:\n\n- setting the trigger's 'max rows to process' to 1\n- clicking on the 'execute node' button on the trigger (rather than the 'evaluate all' button)\n\n#### wire the trigger up to your workflow\n\nyou can now connect the evaluation trigger to the rest of your workflow and reference the data that it outputs. at a minimum, you need to use the dataset’s input column(s) later in the workflow.\n\nif you have multiple triggers in your workflow you will need to [merge their branches together](../tips-and-common-issues/#combining-multiple-triggers).\n\nthe support ticket classification workflow with the evaluation trigger added in and wired up.\n\n### 3. write workflow outputs back to dataset\n\nto populate the output column(s) of your dataset when the evaluation runs:\n\n- insert the 'set outputs' action of the [evaluation node](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluation/)\n- wire it up to your workflow at a point after it has produced the outputs you're evaluating\n- in the node's parameters, map the workflow outputs into the correct dataset column\n\nthe support ticket classification workflow with the 'set outputs' node added in and wired up.\n\n### 4. run evaluation\n\nclick on the **execute workflow** button to the left of the evaluation trigger. the workflow will execute multiple times, once for each row of the dataset:\n\nreview the outputs of each execution in the data table or google sheet, and examine the execution details using the workflow's 'executions' tab if you need to.\n\nonce your dataset grows past a handful of examples, consider [metric-based evaluation](../metric-based-evaluations/) to get a numerical view of performance. see also [tips and common issues](../tips-and-common-issues/).\n light evaluations",
3972
- "importantTerms": [
3973
- "workflow",
3974
- "dataset",
3975
- "your",
3976
- "evaluation",
3977
- "outputs",
3978
- "trigger",
3979
- "evaluations",
3980
- "google",
3981
- "light",
3982
- "each",
3983
- "will",
3984
- "output",
3985
- "with",
3986
- "examples",
3987
- "sheets",
3988
- "data",
3989
- "wire",
3990
- "support",
3991
- "column",
3992
- "nodes",
3993
- "button",
3994
- "multiple",
3995
- "once",
3996
- "node",
3997
- "often",
3998
- "test",
3999
- "handful",
4000
- "this",
4001
- "metric",
4002
- "based",
4003
- "back",
4004
- "them",
4005
- "integrations",
4006
- "builtin",
4007
- "create",
4008
- "ticket",
4009
- "classification",
4010
- "execute",
4011
- "need",
4012
- "tips",
4013
- "common",
4014
- "issues"
4015
- ]
4016
- }
4017
- },
4018
- {
4019
- "id": "page-0025",
4020
3924
  "title": "Metric-based evaluations",
4021
3925
  "url": "https://docs.n8n.io/advanced-ai/evaluations/metric-based-evaluations/index.md",
4022
3926
  "urlPath": "advanced-ai/evaluations/metric-based-evaluations/index.md",
@@ -4110,7 +4014,7 @@
4110
4014
  }
4111
4015
  },
4112
4016
  {
4113
- "id": "page-0026",
4017
+ "id": "page-0025",
4114
4018
  "title": "Overview",
4115
4019
  "url": "https://docs.n8n.io/advanced-ai/evaluations/overview/index.md",
4116
4020
  "urlPath": "advanced-ai/evaluations/overview/index.md",
@@ -4190,7 +4094,7 @@
4190
4094
  }
4191
4095
  },
4192
4096
  {
4193
- "id": "page-0027",
4097
+ "id": "page-0026",
4194
4098
  "title": "Tips and common issues",
4195
4099
  "url": "https://docs.n8n.io/advanced-ai/evaluations/tips-and-common-issues/index.md",
4196
4100
  "urlPath": "advanced-ai/evaluations/tips-and-common-issues/index.md",
@@ -4296,7 +4200,7 @@
4296
4200
  }
4297
4201
  },
4298
4202
  {
4299
- "id": "page-0028",
4203
+ "id": "page-0027",
4300
4204
  "title": "Agents vs chains example",
4301
4205
  "url": "https://docs.n8n.io/advanced-ai/examples/agent-chain-comparison/index.md",
4302
4206
  "urlPath": "advanced-ai/examples/agent-chain-comparison/index.md",
@@ -4358,7 +4262,7 @@
4358
4262
  }
4359
4263
  },
4360
4264
  {
4361
- "id": "page-0029",
4265
+ "id": "page-0028",
4362
4266
  "title": "Call an API to fetch data",
4363
4267
  "url": "https://docs.n8n.io/advanced-ai/examples/api-workflow-tool/index.md",
4364
4268
  "urlPath": "advanced-ai/examples/api-workflow-tool/index.md",
@@ -4422,7 +4326,7 @@
4422
4326
  }
4423
4327
  },
4424
4328
  {
4425
- "id": "page-0030",
4329
+ "id": "page-0029",
4426
4330
  "title": "Use Google Sheets as a data source",
4427
4331
  "url": "https://docs.n8n.io/advanced-ai/examples/data-google-sheets/index.md",
4428
4332
  "urlPath": "advanced-ai/examples/data-google-sheets/index.md",
@@ -4489,6 +4393,102 @@
4489
4393
  ]
4490
4394
  }
4491
4395
  },
4396
+ {
4397
+ "id": "page-0030",
4398
+ "title": "Light evaluations",
4399
+ "url": "https://docs.n8n.io/advanced-ai/evaluations/light-evaluations/index.md",
4400
+ "urlPath": "advanced-ai/evaluations/light-evaluations/index.md",
4401
+ "category": "advanced-ai",
4402
+ "subcategory": "evaluations",
4403
+ "nodeName": null,
4404
+ "nodeType": null,
4405
+ "content": {
4406
+ "markdown": "# Light evaluations\n\nAvailable on registered community and paid plans\n\nLight evaluations are available to registered community users and on all paid plans.\n\n## What are light evaluations?\n\nWhen building your workflow, you often want to test it with a handful of examples to get a sense of how it performs and make improvements. At this stage of workflow development, looking over workflow outputs for each example is often enough. The benefits of setting up more [formal scoring or metrics](../metric-based-evaluations/) don't yet justify the effort.\n\nLight evaluation allows you to run the examples in a test dataset through your workflow one-by-one, writing the outputs back to your dataset. You can then examine those outputs next to each other, and visually compare them to the expected outputs (if you have them).\n\n## How it works\n\nCredentials for Google Sheets\n\nEvaluations use data tables or Google Sheets to store the test dataset. To use Google Sheets as a dataset source, configure a [Google Sheets credential](../../../integrations/builtin/credentials/google/).\n\nLight evaluations take place in the 'Editor' tab of your workflow, although you’ll find instructions on how to set it up in the 'Evaluations' tab.\n\nSteps:\n\n1. Create a dataset\n1. Wire the dataset up to the workflow\n1. Write workflow outputs back to dataset\n1. Run evaluation\n\nThe following explanation will use a sample workflow that assigns a category and priority to incoming support tickets.\n\n### 1. Create a dataset\n\nCreate a data table or Google Sheet with a handful of examples for your workflow. Your dataset should contain columns for:\n\n- The workflow input\n- (Optional) The expected or correct workflow output\n- The actual output\n\nLeave the actual output column or columns blank, since you'll be filling them during the evaluation.\n\nA [sample dataset](https://docs.google.com/spreadsheets/d/1uuPS5cHtSNZ6HNLOi75A2m8nVWZrdBZ_Ivf58osDAS8/edit?gid=294497137#gid=294497137) for the support ticket classification workflow.\n\n### 2. Wire the dataset up to your workflow\n\n#### Insert an evaluation trigger to pull in your dataset\n\nEach time the [evaluation trigger](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluationtrigger/) runs, it will output a single item representing one row of your dataset.\n\nClicking the 'Evaluate all' button to the left of the evaluation trigger will run your workflow multiple times in sequence, once for each row in your dataset. This is a special behavior of the evaluation trigger.\n\nWhile wiring the trigger up, you often only want to run it once. You can do this by either:\n\n- Setting the trigger's 'Max rows to process' to 1\n- Clicking on the 'Execute node' button on the trigger (rather than the 'Evaluate all' button)\n\n#### Wire the trigger up to your workflow\n\nYou can now connect the evaluation trigger to the rest of your workflow and reference the data that it outputs. At a minimum, you need to use the dataset’s input column(s) later in the workflow.\n\nIf you have multiple triggers in your workflow you will need to [merge their branches together](../tips-and-common-issues/#combining-multiple-triggers).\n\nThe support ticket classification workflow with the evaluation trigger added in and wired up.\n\n### 3. Write workflow outputs back to dataset\n\nTo populate the output column(s) of your dataset when the evaluation runs:\n\n- Insert the 'Set outputs' action of the [evaluation node](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluation/)\n- Wire it up to your workflow at a point after it has produced the outputs you're evaluating\n- In the node's parameters, map the workflow outputs into the correct dataset column\n\nThe support ticket classification workflow with the 'set outputs' node added in and wired up.\n\n### 4. Run evaluation\n\nClick on the **Execute workflow** button to the left of the evaluation trigger. The workflow will execute multiple times, once for each row of the dataset:\n\nReview the outputs of each execution in the data table or Google Sheet, and examine the execution details using the workflow's 'executions' tab if you need to.\n\nOnce your dataset grows past a handful of examples, consider [metric-based evaluation](../metric-based-evaluations/) to get a numerical view of performance. See also [tips and common issues](../tips-and-common-issues/).\n",
4407
+ "excerpt": "# Light evaluations Available on registered community and paid plans Light evaluations are available to registered community users and on all paid plans. ## What are light evaluations? When building your workflow, you often want to test it with a handful of examples to get a sense of how it performs and make improvements. At this stage of workflow development, looking over workflow outputs for each example is often enough. The benefits of setting up more [formal scoring or metrics](../metric...",
4408
+ "sections": [
4409
+ {
4410
+ "title": "Light evaluations",
4411
+ "level": 1,
4412
+ "content": "Available on registered community and paid plans\n\nLight evaluations are available to registered community users and on all paid plans."
4413
+ }
4414
+ ]
4415
+ },
4416
+ "metadata": {
4417
+ "keywords": [
4418
+ "light",
4419
+ "evaluations",
4420
+ "what",
4421
+ "evaluations?",
4422
+ "works",
4423
+ "create",
4424
+ "dataset",
4425
+ "wire",
4426
+ "your",
4427
+ "workflow",
4428
+ "insert",
4429
+ "evaluation",
4430
+ "trigger",
4431
+ "pull",
4432
+ "write",
4433
+ "outputs",
4434
+ "back"
4435
+ ],
4436
+ "useCases": [],
4437
+ "operations": [],
4438
+ "codeExamples": 0,
4439
+ "complexity": "beginner",
4440
+ "readingTime": "4 min",
4441
+ "contentLength": 4319,
4442
+ "relatedPages": []
4443
+ },
4444
+ "searchIndex": {
4445
+ "fullText": "light evaluations # light evaluations\n\navailable on registered community and paid plans\n\nlight evaluations are available to registered community users and on all paid plans.\n\n## what are light evaluations?\n\nwhen building your workflow, you often want to test it with a handful of examples to get a sense of how it performs and make improvements. at this stage of workflow development, looking over workflow outputs for each example is often enough. the benefits of setting up more [formal scoring or metrics](../metric-based-evaluations/) don't yet justify the effort.\n\nlight evaluation allows you to run the examples in a test dataset through your workflow one-by-one, writing the outputs back to your dataset. you can then examine those outputs next to each other, and visually compare them to the expected outputs (if you have them).\n\n## how it works\n\ncredentials for google sheets\n\nevaluations use data tables or google sheets to store the test dataset. to use google sheets as a dataset source, configure a [google sheets credential](../../../integrations/builtin/credentials/google/).\n\nlight evaluations take place in the 'editor' tab of your workflow, although you’ll find instructions on how to set it up in the 'evaluations' tab.\n\nsteps:\n\n1. create a dataset\n1. wire the dataset up to the workflow\n1. write workflow outputs back to dataset\n1. run evaluation\n\nthe following explanation will use a sample workflow that assigns a category and priority to incoming support tickets.\n\n### 1. create a dataset\n\ncreate a data table or google sheet with a handful of examples for your workflow. your dataset should contain columns for:\n\n- the workflow input\n- (optional) the expected or correct workflow output\n- the actual output\n\nleave the actual output column or columns blank, since you'll be filling them during the evaluation.\n\na [sample dataset](https://docs.google.com/spreadsheets/d/1uups5chtsnz6hnloi75a2m8nvwzrdbz_ivf58osdas8/edit?gid=294497137#gid=294497137) for the support ticket classification workflow.\n\n### 2. wire the dataset up to your workflow\n\n#### insert an evaluation trigger to pull in your dataset\n\neach time the [evaluation trigger](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluationtrigger/) runs, it will output a single item representing one row of your dataset.\n\nclicking the 'evaluate all' button to the left of the evaluation trigger will run your workflow multiple times in sequence, once for each row in your dataset. this is a special behavior of the evaluation trigger.\n\nwhile wiring the trigger up, you often only want to run it once. you can do this by either:\n\n- setting the trigger's 'max rows to process' to 1\n- clicking on the 'execute node' button on the trigger (rather than the 'evaluate all' button)\n\n#### wire the trigger up to your workflow\n\nyou can now connect the evaluation trigger to the rest of your workflow and reference the data that it outputs. at a minimum, you need to use the dataset’s input column(s) later in the workflow.\n\nif you have multiple triggers in your workflow you will need to [merge their branches together](../tips-and-common-issues/#combining-multiple-triggers).\n\nthe support ticket classification workflow with the evaluation trigger added in and wired up.\n\n### 3. write workflow outputs back to dataset\n\nto populate the output column(s) of your dataset when the evaluation runs:\n\n- insert the 'set outputs' action of the [evaluation node](../../../integrations/builtin/core-nodes/n8n-nodes-base.evaluation/)\n- wire it up to your workflow at a point after it has produced the outputs you're evaluating\n- in the node's parameters, map the workflow outputs into the correct dataset column\n\nthe support ticket classification workflow with the 'set outputs' node added in and wired up.\n\n### 4. run evaluation\n\nclick on the **execute workflow** button to the left of the evaluation trigger. the workflow will execute multiple times, once for each row of the dataset:\n\nreview the outputs of each execution in the data table or google sheet, and examine the execution details using the workflow's 'executions' tab if you need to.\n\nonce your dataset grows past a handful of examples, consider [metric-based evaluation](../metric-based-evaluations/) to get a numerical view of performance. see also [tips and common issues](../tips-and-common-issues/).\n light evaluations",
4446
+ "importantTerms": [
4447
+ "workflow",
4448
+ "dataset",
4449
+ "your",
4450
+ "evaluation",
4451
+ "outputs",
4452
+ "trigger",
4453
+ "evaluations",
4454
+ "google",
4455
+ "light",
4456
+ "each",
4457
+ "will",
4458
+ "output",
4459
+ "with",
4460
+ "examples",
4461
+ "sheets",
4462
+ "data",
4463
+ "wire",
4464
+ "support",
4465
+ "column",
4466
+ "nodes",
4467
+ "button",
4468
+ "multiple",
4469
+ "once",
4470
+ "node",
4471
+ "often",
4472
+ "test",
4473
+ "handful",
4474
+ "this",
4475
+ "metric",
4476
+ "based",
4477
+ "back",
4478
+ "them",
4479
+ "integrations",
4480
+ "builtin",
4481
+ "create",
4482
+ "ticket",
4483
+ "classification",
4484
+ "execute",
4485
+ "need",
4486
+ "tips",
4487
+ "common",
4488
+ "issues"
4489
+ ]
4490
+ }
4491
+ },
4492
4492
  {
4493
4493
  "id": "page-0031",
4494
4494
  "title": "Set a human fallback for AI workflows",
@@ -9710,6 +9710,52 @@
9710
9710
  },
9711
9711
  {
9712
9712
  "id": "page-0103",
9713
+ "title": "Referencing data",
9714
+ "url": "https://docs.n8n.io/data/data-mapping/index.md",
9715
+ "urlPath": "data/data-mapping/index.md",
9716
+ "category": "data",
9717
+ "subcategory": null,
9718
+ "nodeName": null,
9719
+ "nodeType": null,
9720
+ "content": {
9721
+ "markdown": "# Referencing data\n\nReferencing data, or data mapping, means accessing information from previous nodes in your workflow. This allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations.\n\nWhen you reference data, you're not changing it. You're pointing to values that already exist so you can use them in node parameters, expressions, or custom code.\n\nIf you want to change the data you're referencing, see [Transforming data](../transforming-data/).\n\n## How to reference data\n\nThe main way to reference data is using [expressions](../expressions/#expressions). You can create expressions by typing them in a parameter's field or dragging and dropping fields from the Input panel in the UI. Expressions will automatically figure out the correct item to use using [item linking](data-item-linking/).\n",
9722
+ "excerpt": "# Referencing data Referencing data, or data mapping, means accessing information from previous nodes in your workflow. This allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations. When you reference data, you're not changing it. You're pointing to values that already exist so you can use them in node parameters, expressions, or custom code. If you want to change the data you're referencing, see [Transforming...",
9723
+ "sections": [
9724
+ {
9725
+ "title": "Referencing data",
9726
+ "level": 1,
9727
+ "content": "Referencing data, or data mapping, means accessing information from previous nodes in your workflow. This allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations.\n\nWhen you reference data, you're not changing it. You're pointing to values that already exist so you can use them in node parameters, expressions, or custom code.\n\nIf you want to change the data you're referencing, see [Transforming data](../transforming-data/)."
9728
+ }
9729
+ ]
9730
+ },
9731
+ "metadata": {
9732
+ "keywords": [
9733
+ "referencing",
9734
+ "data",
9735
+ "reference"
9736
+ ],
9737
+ "useCases": [],
9738
+ "operations": [],
9739
+ "codeExamples": 0,
9740
+ "complexity": "beginner",
9741
+ "readingTime": "1 min",
9742
+ "contentLength": 879,
9743
+ "relatedPages": []
9744
+ },
9745
+ "searchIndex": {
9746
+ "fullText": "referencing data # referencing data\n\nreferencing data, or data mapping, means accessing information from previous nodes in your workflow. this allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations.\n\nwhen you reference data, you're not changing it. you're pointing to values that already exist so you can use them in node parameters, expressions, or custom code.\n\nif you want to change the data you're referencing, see [transforming data](../transforming-data/).\n\n## how to reference data\n\nthe main way to reference data is using [expressions](../expressions/#expressions). you can create expressions by typing them in a parameter's field or dragging and dropping fields from the input panel in the ui. expressions will automatically figure out the correct item to use using [item linking](data-item-linking/).\n referencing data",
9747
+ "importantTerms": [
9748
+ "data",
9749
+ "expressions",
9750
+ "referencing",
9751
+ "from",
9752
+ "reference",
9753
+ "item"
9754
+ ]
9755
+ }
9756
+ },
9757
+ {
9758
+ "id": "page-0104",
9713
9759
  "title": "Referencing data in the UI",
9714
9760
  "url": "https://docs.n8n.io/data/data-mapping/data-mapping-ui/index.md",
9715
9761
  "urlPath": "data/data-mapping/data-mapping-ui/index.md",
@@ -9757,7 +9803,7 @@
9757
9803
  }
9758
9804
  },
9759
9805
  {
9760
- "id": "page-0104",
9806
+ "id": "page-0105",
9761
9807
  "title": "Accessing linked items in the Code node",
9762
9808
  "url": "https://docs.n8n.io/data/data-mapping/itemmatching/index.md",
9763
9809
  "urlPath": "data/data-mapping/itemmatching/index.md",
@@ -9820,7 +9866,7 @@
9820
9866
  }
9821
9867
  },
9822
9868
  {
9823
- "id": "page-0105",
9869
+ "id": "page-0106",
9824
9870
  "title": "Referencing previous nodes",
9825
9871
  "url": "https://docs.n8n.io/data/data-mapping/referencing-other-nodes/index.md",
9826
9872
  "urlPath": "data/data-mapping/referencing-other-nodes/index.md",
@@ -9918,7 +9964,7 @@
9918
9964
  }
9919
9965
  },
9920
9966
  {
9921
- "id": "page-0106",
9967
+ "id": "page-0107",
9922
9968
  "title": "Linking data items",
9923
9969
  "url": "https://docs.n8n.io/data/data-mapping/data-item-linking/index.md",
9924
9970
  "urlPath": "data/data-mapping/data-item-linking/index.md",
@@ -9965,52 +10011,6 @@
9965
10011
  ]
9966
10012
  }
9967
10013
  },
9968
- {
9969
- "id": "page-0107",
9970
- "title": "Referencing data",
9971
- "url": "https://docs.n8n.io/data/data-mapping/index.md",
9972
- "urlPath": "data/data-mapping/index.md",
9973
- "category": "data",
9974
- "subcategory": null,
9975
- "nodeName": null,
9976
- "nodeType": null,
9977
- "content": {
9978
- "markdown": "# Referencing data\n\nReferencing data, or data mapping, means accessing information from previous nodes in your workflow. This allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations.\n\nWhen you reference data, you're not changing it. You're pointing to values that already exist so you can use them in node parameters, expressions, or custom code.\n\nIf you want to change the data you're referencing, see [Transforming data](../transforming-data/).\n\n## How to reference data\n\nThe main way to reference data is using [expressions](../expressions/#expressions). You can create expressions by typing them in a parameter's field or dragging and dropping fields from the Input panel in the UI. Expressions will automatically figure out the correct item to use using [item linking](data-item-linking/).\n",
9979
- "excerpt": "# Referencing data Referencing data, or data mapping, means accessing information from previous nodes in your workflow. This allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations. When you reference data, you're not changing it. You're pointing to values that already exist so you can use them in node parameters, expressions, or custom code. If you want to change the data you're referencing, see [Transforming...",
9980
- "sections": [
9981
- {
9982
- "title": "Referencing data",
9983
- "level": 1,
9984
- "content": "Referencing data, or data mapping, means accessing information from previous nodes in your workflow. This allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations.\n\nWhen you reference data, you're not changing it. You're pointing to values that already exist so you can use them in node parameters, expressions, or custom code.\n\nIf you want to change the data you're referencing, see [Transforming data](../transforming-data/)."
9985
- }
9986
- ]
9987
- },
9988
- "metadata": {
9989
- "keywords": [
9990
- "referencing",
9991
- "data",
9992
- "reference"
9993
- ],
9994
- "useCases": [],
9995
- "operations": [],
9996
- "codeExamples": 0,
9997
- "complexity": "beginner",
9998
- "readingTime": "1 min",
9999
- "contentLength": 879,
10000
- "relatedPages": []
10001
- },
10002
- "searchIndex": {
10003
- "fullText": "referencing data # referencing data\n\nreferencing data, or data mapping, means accessing information from previous nodes in your workflow. this allows you to use output from earlier steps as input for later nodes, creating dynamic workflows that pass data through multiple operations.\n\nwhen you reference data, you're not changing it. you're pointing to values that already exist so you can use them in node parameters, expressions, or custom code.\n\nif you want to change the data you're referencing, see [transforming data](../transforming-data/).\n\n## how to reference data\n\nthe main way to reference data is using [expressions](../expressions/#expressions). you can create expressions by typing them in a parameter's field or dragging and dropping fields from the input panel in the ui. expressions will automatically figure out the correct item to use using [item linking](data-item-linking/).\n referencing data",
10004
- "importantTerms": [
10005
- "data",
10006
- "expressions",
10007
- "referencing",
10008
- "from",
10009
- "reference",
10010
- "item"
10011
- ]
10012
- }
10013
- },
10014
10014
  {
10015
10015
  "id": "page-0108",
10016
10016
  "title": "Preserving linking in the Code node",
@@ -29355,6 +29355,78 @@
29355
29355
  },
29356
29356
  {
29357
29357
  "id": "page-0370",
29358
+ "title": "Medium",
29359
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.medium/index.md",
29360
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.medium/index.md",
29361
+ "category": "integrations",
29362
+ "subcategory": "app-nodes",
29363
+ "nodeName": "medium",
29364
+ "nodeType": "n8n-nodes-base.medium",
29365
+ "content": {
29366
+ "markdown": "# Medium node\n\nUse the Medium node to automate work in Medium, and integrate Medium with other applications. n8n has built-in support for a wide range of Medium features, including creating posts, and getting publications.\n\nOn this page, you'll find a list of operations the Medium node supports and links to more resources.\n\nMedium API no longer supported\n\nMedium has stopped supporting the Medium API. The Medium node still appears within n8n, but you won't be able to configure new API keys to authenticate with.\n\nRefer to [Medium credentials](../../credentials/medium/) for guidance on setting up existing API keys.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Post\n - Create a post\n- Publication\n - Get all publications\n\n## Templates and examples\n\n**Cross-post your blog posts**\n\nby amudhan\n\n[View template details](https://n8n.io/workflows/418-cross-post-your-blog-posts/)\n\n**Posting from Wordpress to Medium**\n\nby Zacharia Kimotho\n\n[View template details](https://n8n.io/workflows/2062-posting-from-wordpress-to-medium/)\n\n**Publish a post to a publication on Medium**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/594-publish-a-post-to-a-publication-on-medium/)\n\n[Browse Medium integration templates](https://n8n.io/integrations/medium/), or [search all templates](https://n8n.io/workflows/)\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
29367
+ "excerpt": "# Medium node Use the Medium node to automate work in Medium, and integrate Medium with other applications. n8n has built-in support for a wide range of Medium features, including creating posts, and getting publications. On this page, you'll find a list of operations the Medium node supports and links to more resources. Medium API no longer supported Medium has stopped supporting the Medium API. The Medium node still appears within n8n, but you won't be able to configure new API keys to aut...",
29368
+ "sections": [
29369
+ {
29370
+ "title": "Medium node",
29371
+ "level": 1,
29372
+ "content": "Use the Medium node to automate work in Medium, and integrate Medium with other applications. n8n has built-in support for a wide range of Medium features, including creating posts, and getting publications.\n\nOn this page, you'll find a list of operations the Medium node supports and links to more resources.\n\nMedium API no longer supported\n\nMedium has stopped supporting the Medium API. The Medium node still appears within n8n, but you won't be able to configure new API keys to authenticate with.\n\nRefer to [Medium credentials](../../credentials/medium/) for guidance on setting up existing API keys.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
29373
+ }
29374
+ ]
29375
+ },
29376
+ "metadata": {
29377
+ "keywords": [
29378
+ "medium",
29379
+ "node",
29380
+ "operations",
29381
+ "templates",
29382
+ "examples",
29383
+ "what",
29384
+ "your",
29385
+ "operation",
29386
+ "isn't",
29387
+ "supported"
29388
+ ],
29389
+ "useCases": [],
29390
+ "operations": [
29391
+ "",
29392
+ "what to do if your isn't supported"
29393
+ ],
29394
+ "codeExamples": 0,
29395
+ "complexity": "intermediate",
29396
+ "readingTime": "2 min",
29397
+ "contentLength": 2171,
29398
+ "relatedPages": []
29399
+ },
29400
+ "searchIndex": {
29401
+ "fullText": "medium # medium node\n\nuse the medium node to automate work in medium, and integrate medium with other applications. n8n has built-in support for a wide range of medium features, including creating posts, and getting publications.\n\non this page, you'll find a list of operations the medium node supports and links to more resources.\n\nmedium api no longer supported\n\nmedium has stopped supporting the medium api. the medium node still appears within n8n, but you won't be able to configure new api keys to authenticate with.\n\nrefer to [medium credentials](../../credentials/medium/) for guidance on setting up existing api keys.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- post\n - create a post\n- publication\n - get all publications\n\n## templates and examples\n\n**cross-post your blog posts**\n\nby amudhan\n\n[view template details](https://n8n.io/workflows/418-cross-post-your-blog-posts/)\n\n**posting from wordpress to medium**\n\nby zacharia kimotho\n\n[view template details](https://n8n.io/workflows/2062-posting-from-wordpress-to-medium/)\n\n**publish a post to a publication on medium**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/594-publish-a-post-to-a-publication-on-medium/)\n\n[browse medium integration templates](https://n8n.io/integrations/medium/), or [search all templates](https://n8n.io/workflows/)\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n medium node",
29402
+ "importantTerms": [
29403
+ "medium",
29404
+ "node",
29405
+ "this",
29406
+ "post",
29407
+ "https",
29408
+ "operations",
29409
+ "your",
29410
+ "workflows",
29411
+ "with",
29412
+ "posts",
29413
+ "more",
29414
+ "used",
29415
+ "publication",
29416
+ "templates",
29417
+ "view",
29418
+ "template",
29419
+ "details",
29420
+ "http",
29421
+ "request",
29422
+ "service",
29423
+ "credential",
29424
+ "select"
29425
+ ]
29426
+ }
29427
+ },
29428
+ {
29429
+ "id": "page-0371",
29358
29430
  "title": "MessageBird",
29359
29431
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.messagebird/index.md",
29360
29432
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.messagebird/index.md",
@@ -29402,7 +29474,7 @@
29402
29474
  }
29403
29475
  },
29404
29476
  {
29405
- "id": "page-0371",
29477
+ "id": "page-0372",
29406
29478
  "title": "Metabase",
29407
29479
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.metabase/index.md",
29408
29480
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.metabase/index.md",
@@ -29462,78 +29534,6 @@
29462
29534
  ]
29463
29535
  }
29464
29536
  },
29465
- {
29466
- "id": "page-0372",
29467
- "title": "Medium",
29468
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.medium/index.md",
29469
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.medium/index.md",
29470
- "category": "integrations",
29471
- "subcategory": "app-nodes",
29472
- "nodeName": "medium",
29473
- "nodeType": "n8n-nodes-base.medium",
29474
- "content": {
29475
- "markdown": "# Medium node\n\nUse the Medium node to automate work in Medium, and integrate Medium with other applications. n8n has built-in support for a wide range of Medium features, including creating posts, and getting publications.\n\nOn this page, you'll find a list of operations the Medium node supports and links to more resources.\n\nMedium API no longer supported\n\nMedium has stopped supporting the Medium API. The Medium node still appears within n8n, but you won't be able to configure new API keys to authenticate with.\n\nRefer to [Medium credentials](../../credentials/medium/) for guidance on setting up existing API keys.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Post\n - Create a post\n- Publication\n - Get all publications\n\n## Templates and examples\n\n**Cross-post your blog posts**\n\nby amudhan\n\n[View template details](https://n8n.io/workflows/418-cross-post-your-blog-posts/)\n\n**Posting from Wordpress to Medium**\n\nby Zacharia Kimotho\n\n[View template details](https://n8n.io/workflows/2062-posting-from-wordpress-to-medium/)\n\n**Publish a post to a publication on Medium**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/594-publish-a-post-to-a-publication-on-medium/)\n\n[Browse Medium integration templates](https://n8n.io/integrations/medium/), or [search all templates](https://n8n.io/workflows/)\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
29476
- "excerpt": "# Medium node Use the Medium node to automate work in Medium, and integrate Medium with other applications. n8n has built-in support for a wide range of Medium features, including creating posts, and getting publications. On this page, you'll find a list of operations the Medium node supports and links to more resources. Medium API no longer supported Medium has stopped supporting the Medium API. The Medium node still appears within n8n, but you won't be able to configure new API keys to aut...",
29477
- "sections": [
29478
- {
29479
- "title": "Medium node",
29480
- "level": 1,
29481
- "content": "Use the Medium node to automate work in Medium, and integrate Medium with other applications. n8n has built-in support for a wide range of Medium features, including creating posts, and getting publications.\n\nOn this page, you'll find a list of operations the Medium node supports and links to more resources.\n\nMedium API no longer supported\n\nMedium has stopped supporting the Medium API. The Medium node still appears within n8n, but you won't be able to configure new API keys to authenticate with.\n\nRefer to [Medium credentials](../../credentials/medium/) for guidance on setting up existing API keys.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
29482
- }
29483
- ]
29484
- },
29485
- "metadata": {
29486
- "keywords": [
29487
- "medium",
29488
- "node",
29489
- "operations",
29490
- "templates",
29491
- "examples",
29492
- "what",
29493
- "your",
29494
- "operation",
29495
- "isn't",
29496
- "supported"
29497
- ],
29498
- "useCases": [],
29499
- "operations": [
29500
- "",
29501
- "what to do if your isn't supported"
29502
- ],
29503
- "codeExamples": 0,
29504
- "complexity": "intermediate",
29505
- "readingTime": "2 min",
29506
- "contentLength": 2171,
29507
- "relatedPages": []
29508
- },
29509
- "searchIndex": {
29510
- "fullText": "medium # medium node\n\nuse the medium node to automate work in medium, and integrate medium with other applications. n8n has built-in support for a wide range of medium features, including creating posts, and getting publications.\n\non this page, you'll find a list of operations the medium node supports and links to more resources.\n\nmedium api no longer supported\n\nmedium has stopped supporting the medium api. the medium node still appears within n8n, but you won't be able to configure new api keys to authenticate with.\n\nrefer to [medium credentials](../../credentials/medium/) for guidance on setting up existing api keys.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- post\n - create a post\n- publication\n - get all publications\n\n## templates and examples\n\n**cross-post your blog posts**\n\nby amudhan\n\n[view template details](https://n8n.io/workflows/418-cross-post-your-blog-posts/)\n\n**posting from wordpress to medium**\n\nby zacharia kimotho\n\n[view template details](https://n8n.io/workflows/2062-posting-from-wordpress-to-medium/)\n\n**publish a post to a publication on medium**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/594-publish-a-post-to-a-publication-on-medium/)\n\n[browse medium integration templates](https://n8n.io/integrations/medium/), or [search all templates](https://n8n.io/workflows/)\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n medium node",
29511
- "importantTerms": [
29512
- "medium",
29513
- "node",
29514
- "this",
29515
- "post",
29516
- "https",
29517
- "operations",
29518
- "your",
29519
- "workflows",
29520
- "with",
29521
- "posts",
29522
- "more",
29523
- "used",
29524
- "publication",
29525
- "templates",
29526
- "view",
29527
- "template",
29528
- "details",
29529
- "http",
29530
- "request",
29531
- "service",
29532
- "credential",
29533
- "select"
29534
- ]
29535
- }
29536
- },
29537
29537
  {
29538
29538
  "id": "page-0373",
29539
29539
  "title": "Microsoft Dynamics CRM",
@@ -75817,83 +75817,6 @@
75817
75817
  },
75818
75818
  {
75819
75819
  "id": "page-1008",
75820
- "title": "Wise credentials",
75821
- "url": "https://docs.n8n.io/integrations/builtin/credentials/wise/index.md",
75822
- "urlPath": "integrations/builtin/credentials/wise/index.md",
75823
- "category": "other",
75824
- "subcategory": null,
75825
- "nodeName": null,
75826
- "nodeType": null,
75827
- "content": {
75828
- "markdown": "# Wise credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Wise](../../app-nodes/n8n-nodes-base.wise/)\n- [Wise Trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/)\n\n## Prerequisites\n\nCreate a [Wise](https://wise.com/) account.\n\n## Supported authentication methods\n\n- API token\n\n## Related resources\n\nRefer to [Wise's API documentation](https://docs.wise.com/api-docs/api-reference) for more information about the service.\n\n## Using API token\n\nTo configure this credential, you'll need:\n\n- An **API Token**: Go to your **user menu > Settings > API tokens** to generate an API token. Enter the generated API key in your n8n credential. Refer to [Getting started with the API](https://wise.com/help/articles/2958107/getting-started-with-the-api) for more information.\n- Your **Environment**: Select the environment that best matches your Wise account environment.\n - If you're using a Wise test sandbox account, select **Test**.\n - Otherwise, select **Live**.\n- **Private Key (Optional)**: For live endpoints requiring Strong Customer Authentication (SCA), generate a public and private key. Enter the private key here. Refer to [Add a private key](#add-a-private-key) for more information.\n - If you're using a **Test** environment, you'll only need to enter a Private Key if you've enabled Strong Customer Authentication on the [public keys management page](https://sandbox.transferwise.tech/public-keys).\n\n## Add a private key\n\nWise protects some live endpoints and operations with Strong Customer Authentication (SCA). Refer to [Strong Customer Authentication & 2FA](https://docs.wise.com/api-docs/features/strong-customer-authentication-2fa) for details.\n\nIf you make a request to an endpoint that requires SCA, Wise returns a 403 Forbidden HTTP status code. The error returned will look like this:\n\n> This request requires Strong Customer Authentication (SCA). Please add a key pair to your account and n8n credentials. See https://api-docs.transferwise.com/#strong-customer-authentication-personal-token\n\nTo use endpoints requiring SCA, generate an RSA key pair and add the relevant key information to both Wise and n8n:\n\n1. Generate an RSA key pair:\n\n ```\n $ openssl genrsa -out private.pem 2048 \n $ openssl rsa -pubout -in private.pem -out public.pem\n ```\n\n1. Add the content of the public key `public.pem` to your Wise **user menu > Settings > API tokens > Manage public keys**.\n\n1. Add the content of the private key `private.pem` in n8n to the **Private Key (Optional)**.\n\nRefer to [Personal Token SCA](https://docs.wise.com/api-docs/guides/strong-customer-authentication-2fa/personal-token-sca) for more information.\n",
75829
- "excerpt": "# Wise credentials You can use these credentials to authenticate the following nodes: - [Wise](../../app-nodes/n8n-nodes-base.wise/) - [Wise Trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/) ## Prerequisites Create a [Wise](https://wise.com/) account. ## Supported authentication methods - API token ## Related resources Refer to [Wise's API documentation](https://docs.wise.com/api-docs/api-reference) for more information about the service. ## Using API token To configure this cr...",
75830
- "sections": [
75831
- {
75832
- "title": "Wise credentials",
75833
- "level": 1,
75834
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Wise](../../app-nodes/n8n-nodes-base.wise/)\n- [Wise Trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/)"
75835
- }
75836
- ]
75837
- },
75838
- "metadata": {
75839
- "keywords": [
75840
- "wise",
75841
- "credentials",
75842
- "prerequisites",
75843
- "supported",
75844
- "authentication",
75845
- "methods",
75846
- "related",
75847
- "resources",
75848
- "using",
75849
- "token",
75850
- "private"
75851
- ],
75852
- "useCases": [],
75853
- "operations": [],
75854
- "codeExamples": 1,
75855
- "complexity": "beginner",
75856
- "readingTime": "2 min",
75857
- "contentLength": 2675,
75858
- "relatedPages": []
75859
- },
75860
- "searchIndex": {
75861
- "fullText": "wise credentials # wise credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [wise](../../app-nodes/n8n-nodes-base.wise/)\n- [wise trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/)\n\n## prerequisites\n\ncreate a [wise](https://wise.com/) account.\n\n## supported authentication methods\n\n- api token\n\n## related resources\n\nrefer to [wise's api documentation](https://docs.wise.com/api-docs/api-reference) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need:\n\n- an **api token**: go to your **user menu > settings > api tokens** to generate an api token. enter the generated api key in your n8n credential. refer to [getting started with the api](https://wise.com/help/articles/2958107/getting-started-with-the-api) for more information.\n- your **environment**: select the environment that best matches your wise account environment.\n - if you're using a wise test sandbox account, select **test**.\n - otherwise, select **live**.\n- **private key (optional)**: for live endpoints requiring strong customer authentication (sca), generate a public and private key. enter the private key here. refer to [add a private key](#add-a-private-key) for more information.\n - if you're using a **test** environment, you'll only need to enter a private key if you've enabled strong customer authentication on the [public keys management page](https://sandbox.transferwise.tech/public-keys).\n\n## add a private key\n\nwise protects some live endpoints and operations with strong customer authentication (sca). refer to [strong customer authentication & 2fa](https://docs.wise.com/api-docs/features/strong-customer-authentication-2fa) for details.\n\nif you make a request to an endpoint that requires sca, wise returns a 403 forbidden http status code. the error returned will look like this:\n\n> this request requires strong customer authentication (sca). please add a key pair to your account and n8n credentials. see https://api-docs.transferwise.com/#strong-customer-authentication-personal-token\n\nto use endpoints requiring sca, generate an rsa key pair and add the relevant key information to both wise and n8n:\n\n1. generate an rsa key pair:\n\n ```\n $ openssl genrsa -out private.pem 2048 \n $ openssl rsa -pubout -in private.pem -out public.pem\n ```\n\n1. add the content of the public key `public.pem` to your wise **user menu > settings > api tokens > manage public keys**.\n\n1. add the content of the private key `private.pem` in n8n to the **private key (optional)**.\n\nrefer to [personal token sca](https://docs.wise.com/api-docs/guides/strong-customer-authentication-2fa/personal-token-sca) for more information.\n wise credentials",
75862
- "importantTerms": [
75863
- "wise",
75864
- "private",
75865
- "authentication",
75866
- "strong",
75867
- "customer",
75868
- "https",
75869
- "token",
75870
- "docs",
75871
- "public",
75872
- "your",
75873
- "credentials",
75874
- "nodes",
75875
- "refer",
75876
- "information",
75877
- "account",
75878
- "more",
75879
- "generate",
75880
- "environment",
75881
- "using",
75882
- "this",
75883
- "enter",
75884
- "with",
75885
- "select",
75886
- "test",
75887
- "live",
75888
- "endpoints",
75889
- "keys",
75890
- "pair",
75891
- "personal"
75892
- ]
75893
- }
75894
- },
75895
- {
75896
- "id": "page-1009",
75897
75820
  "title": "Wolfram|Alpha credentials",
75898
75821
  "url": "https://docs.n8n.io/integrations/builtin/credentials/wolframalpha/index.md",
75899
75822
  "urlPath": "integrations/builtin/credentials/wolframalpha/index.md",
@@ -75957,7 +75880,7 @@
75957
75880
  }
75958
75881
  },
75959
75882
  {
75960
- "id": "page-1010",
75883
+ "id": "page-1009",
75961
75884
  "title": "WooCommerce credentials",
75962
75885
  "url": "https://docs.n8n.io/integrations/builtin/credentials/woocommerce/index.md",
75963
75886
  "urlPath": "integrations/builtin/credentials/woocommerce/index.md",
@@ -76021,7 +75944,7 @@
76021
75944
  }
76022
75945
  },
76023
75946
  {
76024
- "id": "page-1011",
75947
+ "id": "page-1010",
76025
75948
  "title": "WordPress credentials",
76026
75949
  "url": "https://docs.n8n.io/integrations/builtin/credentials/wordpress/index.md",
76027
75950
  "urlPath": "integrations/builtin/credentials/wordpress/index.md",
@@ -76095,6 +76018,83 @@
76095
76018
  ]
76096
76019
  }
76097
76020
  },
76021
+ {
76022
+ "id": "page-1011",
76023
+ "title": "Wise credentials",
76024
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/wise/index.md",
76025
+ "urlPath": "integrations/builtin/credentials/wise/index.md",
76026
+ "category": "other",
76027
+ "subcategory": null,
76028
+ "nodeName": null,
76029
+ "nodeType": null,
76030
+ "content": {
76031
+ "markdown": "# Wise credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Wise](../../app-nodes/n8n-nodes-base.wise/)\n- [Wise Trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/)\n\n## Prerequisites\n\nCreate a [Wise](https://wise.com/) account.\n\n## Supported authentication methods\n\n- API token\n\n## Related resources\n\nRefer to [Wise's API documentation](https://docs.wise.com/api-docs/api-reference) for more information about the service.\n\n## Using API token\n\nTo configure this credential, you'll need:\n\n- An **API Token**: Go to your **user menu > Settings > API tokens** to generate an API token. Enter the generated API key in your n8n credential. Refer to [Getting started with the API](https://wise.com/help/articles/2958107/getting-started-with-the-api) for more information.\n- Your **Environment**: Select the environment that best matches your Wise account environment.\n - If you're using a Wise test sandbox account, select **Test**.\n - Otherwise, select **Live**.\n- **Private Key (Optional)**: For live endpoints requiring Strong Customer Authentication (SCA), generate a public and private key. Enter the private key here. Refer to [Add a private key](#add-a-private-key) for more information.\n - If you're using a **Test** environment, you'll only need to enter a Private Key if you've enabled Strong Customer Authentication on the [public keys management page](https://sandbox.transferwise.tech/public-keys).\n\n## Add a private key\n\nWise protects some live endpoints and operations with Strong Customer Authentication (SCA). Refer to [Strong Customer Authentication & 2FA](https://docs.wise.com/api-docs/features/strong-customer-authentication-2fa) for details.\n\nIf you make a request to an endpoint that requires SCA, Wise returns a 403 Forbidden HTTP status code. The error returned will look like this:\n\n> This request requires Strong Customer Authentication (SCA). Please add a key pair to your account and n8n credentials. See https://api-docs.transferwise.com/#strong-customer-authentication-personal-token\n\nTo use endpoints requiring SCA, generate an RSA key pair and add the relevant key information to both Wise and n8n:\n\n1. Generate an RSA key pair:\n\n ```\n $ openssl genrsa -out private.pem 2048 \n $ openssl rsa -pubout -in private.pem -out public.pem\n ```\n\n1. Add the content of the public key `public.pem` to your Wise **user menu > Settings > API tokens > Manage public keys**.\n\n1. Add the content of the private key `private.pem` in n8n to the **Private Key (Optional)**.\n\nRefer to [Personal Token SCA](https://docs.wise.com/api-docs/guides/strong-customer-authentication-2fa/personal-token-sca) for more information.\n",
76032
+ "excerpt": "# Wise credentials You can use these credentials to authenticate the following nodes: - [Wise](../../app-nodes/n8n-nodes-base.wise/) - [Wise Trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/) ## Prerequisites Create a [Wise](https://wise.com/) account. ## Supported authentication methods - API token ## Related resources Refer to [Wise's API documentation](https://docs.wise.com/api-docs/api-reference) for more information about the service. ## Using API token To configure this cr...",
76033
+ "sections": [
76034
+ {
76035
+ "title": "Wise credentials",
76036
+ "level": 1,
76037
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Wise](../../app-nodes/n8n-nodes-base.wise/)\n- [Wise Trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/)"
76038
+ }
76039
+ ]
76040
+ },
76041
+ "metadata": {
76042
+ "keywords": [
76043
+ "wise",
76044
+ "credentials",
76045
+ "prerequisites",
76046
+ "supported",
76047
+ "authentication",
76048
+ "methods",
76049
+ "related",
76050
+ "resources",
76051
+ "using",
76052
+ "token",
76053
+ "private"
76054
+ ],
76055
+ "useCases": [],
76056
+ "operations": [],
76057
+ "codeExamples": 1,
76058
+ "complexity": "beginner",
76059
+ "readingTime": "2 min",
76060
+ "contentLength": 2675,
76061
+ "relatedPages": []
76062
+ },
76063
+ "searchIndex": {
76064
+ "fullText": "wise credentials # wise credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [wise](../../app-nodes/n8n-nodes-base.wise/)\n- [wise trigger](../../trigger-nodes/n8n-nodes-base.wisetrigger/)\n\n## prerequisites\n\ncreate a [wise](https://wise.com/) account.\n\n## supported authentication methods\n\n- api token\n\n## related resources\n\nrefer to [wise's api documentation](https://docs.wise.com/api-docs/api-reference) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need:\n\n- an **api token**: go to your **user menu > settings > api tokens** to generate an api token. enter the generated api key in your n8n credential. refer to [getting started with the api](https://wise.com/help/articles/2958107/getting-started-with-the-api) for more information.\n- your **environment**: select the environment that best matches your wise account environment.\n - if you're using a wise test sandbox account, select **test**.\n - otherwise, select **live**.\n- **private key (optional)**: for live endpoints requiring strong customer authentication (sca), generate a public and private key. enter the private key here. refer to [add a private key](#add-a-private-key) for more information.\n - if you're using a **test** environment, you'll only need to enter a private key if you've enabled strong customer authentication on the [public keys management page](https://sandbox.transferwise.tech/public-keys).\n\n## add a private key\n\nwise protects some live endpoints and operations with strong customer authentication (sca). refer to [strong customer authentication & 2fa](https://docs.wise.com/api-docs/features/strong-customer-authentication-2fa) for details.\n\nif you make a request to an endpoint that requires sca, wise returns a 403 forbidden http status code. the error returned will look like this:\n\n> this request requires strong customer authentication (sca). please add a key pair to your account and n8n credentials. see https://api-docs.transferwise.com/#strong-customer-authentication-personal-token\n\nto use endpoints requiring sca, generate an rsa key pair and add the relevant key information to both wise and n8n:\n\n1. generate an rsa key pair:\n\n ```\n $ openssl genrsa -out private.pem 2048 \n $ openssl rsa -pubout -in private.pem -out public.pem\n ```\n\n1. add the content of the public key `public.pem` to your wise **user menu > settings > api tokens > manage public keys**.\n\n1. add the content of the private key `private.pem` in n8n to the **private key (optional)**.\n\nrefer to [personal token sca](https://docs.wise.com/api-docs/guides/strong-customer-authentication-2fa/personal-token-sca) for more information.\n wise credentials",
76065
+ "importantTerms": [
76066
+ "wise",
76067
+ "private",
76068
+ "authentication",
76069
+ "strong",
76070
+ "customer",
76071
+ "https",
76072
+ "token",
76073
+ "docs",
76074
+ "public",
76075
+ "your",
76076
+ "credentials",
76077
+ "nodes",
76078
+ "refer",
76079
+ "information",
76080
+ "account",
76081
+ "more",
76082
+ "generate",
76083
+ "environment",
76084
+ "using",
76085
+ "this",
76086
+ "enter",
76087
+ "with",
76088
+ "select",
76089
+ "test",
76090
+ "live",
76091
+ "endpoints",
76092
+ "keys",
76093
+ "pair",
76094
+ "personal"
76095
+ ]
76096
+ }
76097
+ },
76098
76098
  {
76099
76099
  "id": "page-1012",
76100
76100
  "title": "Workable credentials",
@@ -92476,9 +92476,9 @@
92476
92476
  ],
92477
92477
  "features": [
92478
92478
  "page-0002",
92479
+ "page-0027",
92479
92480
  "page-0028",
92480
92481
  "page-0029",
92481
- "page-0030",
92482
92482
  "page-0031",
92483
92483
  "page-0039",
92484
92484
  "page-0051",
@@ -92525,7 +92525,7 @@
92525
92525
  "page-0086",
92526
92526
  "page-0097",
92527
92527
  "page-0101",
92528
- "page-0104",
92528
+ "page-0105",
92529
92529
  "page-0108",
92530
92530
  "page-0130",
92531
92531
  "page-0148",
@@ -92582,8 +92582,8 @@
92582
92582
  "page-0097",
92583
92583
  "page-0099",
92584
92584
  "page-0101",
92585
- "page-0104",
92586
92585
  "page-0105",
92586
+ "page-0106",
92587
92587
  "page-0108",
92588
92588
  "page-0111",
92589
92589
  "page-0143",
@@ -93289,7 +93289,7 @@
93289
93289
  "page-0002",
93290
93290
  "page-0003",
93291
93291
  "page-0013",
93292
- "page-0027",
93292
+ "page-0026",
93293
93293
  "page-1204"
93294
93294
  ],
93295
93295
  "changes": [
@@ -93373,8 +93373,8 @@
93373
93373
  "page-0019",
93374
93374
  "page-0022",
93375
93375
  "page-0024",
93376
- "page-0025",
93377
- "page-0027",
93376
+ "page-0026",
93377
+ "page-0030",
93378
93378
  "page-0061",
93379
93379
  "page-0072",
93380
93380
  "page-0074",
@@ -93562,7 +93562,7 @@
93562
93562
  "page-0097",
93563
93563
  "page-0098",
93564
93564
  "page-0101",
93565
- "page-0105",
93565
+ "page-0106",
93566
93566
  "page-0130",
93567
93567
  "page-0143",
93568
93568
  "page-0144",
@@ -93648,9 +93648,9 @@
93648
93648
  "page-0018",
93649
93649
  "page-0019",
93650
93650
  "page-0023",
93651
- "page-0027",
93651
+ "page-0026",
93652
+ "page-0028",
93652
93653
  "page-0029",
93653
- "page-0030",
93654
93654
  "page-0050",
93655
93655
  "page-0059",
93656
93656
  "page-0060",
@@ -93674,7 +93674,7 @@
93674
93674
  "page-0101",
93675
93675
  "page-0102",
93676
93676
  "page-0103",
93677
- "page-0106",
93677
+ "page-0104",
93678
93678
  "page-0107",
93679
93679
  "page-0130",
93680
93680
  "page-0135",
@@ -93836,7 +93836,7 @@
93836
93836
  "page-0002",
93837
93837
  "page-0003",
93838
93838
  "page-0012",
93839
- "page-0027",
93839
+ "page-0026",
93840
93840
  "page-0100",
93841
93841
  "page-0233",
93842
93842
  "page-0348",
@@ -93965,7 +93965,7 @@
93965
93965
  "page-0007",
93966
93966
  "page-0018",
93967
93967
  "page-0021",
93968
- "page-0027",
93968
+ "page-0026",
93969
93969
  "page-0130",
93970
93970
  "page-0208",
93971
93971
  "page-0332",
@@ -94355,7 +94355,7 @@
94355
94355
  "page-0869",
94356
94356
  "page-0870",
94357
94357
  "page-0955",
94358
- "page-1011",
94358
+ "page-1010",
94359
94359
  "page-1027",
94360
94360
  "page-1028",
94361
94361
  "page-1029",
@@ -94395,8 +94395,8 @@
94395
94395
  "based": [
94396
94396
  "page-0003",
94397
94397
  "page-0013",
94398
+ "page-0024",
94398
94399
  "page-0025",
94399
- "page-0026",
94400
94400
  "page-0694",
94401
94401
  "page-1167",
94402
94402
  "page-1230"
@@ -94407,7 +94407,7 @@
94407
94407
  "page-0012",
94408
94408
  "page-0013",
94409
94409
  "page-0021",
94410
- "page-0027",
94410
+ "page-0026",
94411
94411
  "page-0036",
94412
94412
  "page-0038",
94413
94413
  "page-0531",
@@ -95085,7 +95085,7 @@
95085
95085
  "page-0015",
95086
95086
  "page-0018",
95087
95087
  "page-0023",
95088
- "page-0024",
95088
+ "page-0030",
95089
95089
  "page-0042",
95090
95090
  "page-0046",
95091
95091
  "page-0049",
@@ -95189,7 +95189,7 @@
95189
95189
  "page-0364",
95190
95190
  "page-0368",
95191
95191
  "page-0369",
95192
- "page-0371",
95192
+ "page-0370",
95193
95193
  "page-0372",
95194
95194
  "page-0373",
95195
95195
  "page-0374",
@@ -95840,9 +95840,9 @@
95840
95840
  "page-0020",
95841
95841
  "page-0021",
95842
95842
  "page-0023",
95843
+ "page-0027",
95843
95844
  "page-0028",
95844
95845
  "page-0029",
95845
- "page-0030",
95846
95846
  "page-0031",
95847
95847
  "page-0039",
95848
95848
  "page-0046",
@@ -96194,8 +96194,8 @@
96194
96194
  "page-0015",
96195
96195
  "page-0019",
96196
96196
  "page-0022",
96197
- "page-0027",
96198
- "page-0030",
96197
+ "page-0026",
96198
+ "page-0029",
96199
96199
  "page-0042",
96200
96200
  "page-0050",
96201
96201
  "page-0064",
@@ -96324,8 +96324,8 @@
96324
96324
  ],
96325
96325
  "resolve": [
96326
96326
  "page-0005",
96327
- "page-1009",
96328
- "page-1010"
96327
+ "page-1008",
96328
+ "page-1009"
96329
96329
  ],
96330
96330
  "production": [
96331
96331
  "page-0005",
@@ -96470,7 +96470,7 @@
96470
96470
  "page-0778",
96471
96471
  "page-0816",
96472
96472
  "page-0831",
96473
- "page-1011",
96473
+ "page-1010",
96474
96474
  "page-1027",
96475
96475
  "page-1028",
96476
96476
  "page-1029",
@@ -96509,7 +96509,7 @@
96509
96509
  "page-0024",
96510
96510
  "page-0025",
96511
96511
  "page-0026",
96512
- "page-0027",
96512
+ "page-0030",
96513
96513
  "page-0654",
96514
96514
  "page-0655",
96515
96515
  "page-1205"
@@ -96602,7 +96602,7 @@
96602
96602
  "page-0017",
96603
96603
  "page-0018",
96604
96604
  "page-0022",
96605
- "page-0024",
96605
+ "page-0030",
96606
96606
  "page-0041",
96607
96607
  "page-0072",
96608
96608
  "page-0083",
@@ -96855,8 +96855,8 @@
96855
96855
  ],
96856
96856
  "metrics": [
96857
96857
  "page-0007",
96858
- "page-0025",
96859
- "page-0027",
96858
+ "page-0024",
96859
+ "page-0026",
96860
96860
  "page-0168",
96861
96861
  "page-0210",
96862
96862
  "page-0654",
@@ -96961,7 +96961,7 @@
96961
96961
  "page-0008",
96962
96962
  "page-0013",
96963
96963
  "page-0019",
96964
- "page-0026",
96964
+ "page-0025",
96965
96965
  "page-0526",
96966
96966
  "page-0680",
96967
96967
  "page-1140",
@@ -97294,9 +97294,9 @@
97294
97294
  "accessing": [
97295
97295
  "page-0012",
97296
97296
  "page-0018",
97297
- "page-0027",
97297
+ "page-0026",
97298
97298
  "page-0059",
97299
- "page-0104",
97299
+ "page-0105",
97300
97300
  "page-1196",
97301
97301
  "page-1214"
97302
97302
  ],
@@ -97547,7 +97547,7 @@
97547
97547
  ],
97548
97548
  "pull": [
97549
97549
  "page-0013",
97550
- "page-0024",
97550
+ "page-0030",
97551
97551
  "page-0196",
97552
97552
  "page-0202",
97553
97553
  "page-0207",
@@ -97738,7 +97738,7 @@
97738
97738
  ],
97739
97739
  "multiple": [
97740
97740
  "page-0013",
97741
- "page-0027",
97741
+ "page-0026",
97742
97742
  "page-0131",
97743
97743
  "page-0144",
97744
97744
  "page-0645",
@@ -97864,7 +97864,7 @@
97864
97864
  "page-0023",
97865
97865
  "page-0024",
97866
97866
  "page-0025",
97867
- "page-0026",
97867
+ "page-0030",
97868
97868
  "page-0033",
97869
97869
  "page-0034",
97870
97870
  "page-0035",
@@ -97959,7 +97959,7 @@
97959
97959
  "page-0364",
97960
97960
  "page-0368",
97961
97961
  "page-0369",
97962
- "page-0371",
97962
+ "page-0370",
97963
97963
  "page-0372",
97964
97964
  "page-0373",
97965
97965
  "page-0374",
@@ -98043,8 +98043,8 @@
98043
98043
  "page-0017",
98044
98044
  "page-0020",
98045
98045
  "page-0022",
98046
- "page-0027",
98047
- "page-0030",
98046
+ "page-0026",
98047
+ "page-0029",
98048
98048
  "page-0318",
98049
98049
  "page-0429",
98050
98050
  "page-0525",
@@ -98156,7 +98156,7 @@
98156
98156
  ],
98157
98157
  "source": [
98158
98158
  "page-0015",
98159
- "page-0030",
98159
+ "page-0029",
98160
98160
  "page-0189",
98161
98161
  "page-0566",
98162
98162
  "page-0615",
@@ -98265,7 +98265,7 @@
98265
98265
  "page-0364",
98266
98266
  "page-0368",
98267
98267
  "page-0369",
98268
- "page-0371",
98268
+ "page-0370",
98269
98269
  "page-0372",
98270
98270
  "page-0373",
98271
98271
  "page-0374",
@@ -98371,7 +98371,7 @@
98371
98371
  ],
98372
98372
  "back": [
98373
98373
  "page-0015",
98374
- "page-0024",
98374
+ "page-0030",
98375
98375
  "page-0213",
98376
98376
  "page-1205"
98377
98377
  ],
@@ -98391,9 +98391,9 @@
98391
98391
  ],
98392
98392
  "example": [
98393
98393
  "page-0015",
98394
+ "page-0027",
98394
98395
  "page-0028",
98395
98396
  "page-0029",
98396
- "page-0030",
98397
98397
  "page-0031",
98398
98398
  "page-0037",
98399
98399
  "page-0039",
@@ -98461,7 +98461,7 @@
98461
98461
  "create": [
98462
98462
  "page-0015",
98463
98463
  "page-0022",
98464
- "page-0024",
98464
+ "page-0030",
98465
98465
  "page-0046",
98466
98466
  "page-0050",
98467
98467
  "page-0052",
@@ -98506,7 +98506,7 @@
98506
98506
  "page-0800",
98507
98507
  "page-0943",
98508
98508
  "page-0968",
98509
- "page-1011",
98509
+ "page-1010",
98510
98510
  "page-1027",
98511
98511
  "page-1028",
98512
98512
  "page-1029",
@@ -98561,7 +98561,7 @@
98561
98561
  "page-0015",
98562
98562
  "page-0024",
98563
98563
  "page-0025",
98564
- "page-0026",
98564
+ "page-0030",
98565
98565
  "page-1167"
98566
98566
  ],
98567
98567
  "switch": [
@@ -98576,7 +98576,7 @@
98576
98576
  "page-0066",
98577
98577
  "page-0096",
98578
98578
  "page-0097",
98579
- "page-0105",
98579
+ "page-0106",
98580
98580
  "page-0110",
98581
98581
  "page-0711",
98582
98582
  "page-0712",
@@ -98610,13 +98610,13 @@
98610
98610
  ],
98611
98611
  "differences": [
98612
98612
  "page-0015",
98613
- "page-0028",
98613
+ "page-0027",
98614
98614
  "page-1182"
98615
98615
  ],
98616
98616
  "between": [
98617
98617
  "page-0015",
98618
98618
  "page-0018",
98619
- "page-0028",
98619
+ "page-0027",
98620
98620
  "page-0132",
98621
98621
  "page-0146",
98622
98622
  "page-0649",
@@ -99752,7 +99752,7 @@
99752
99752
  ],
99753
99753
  "types": [
99754
99754
  "page-0017",
99755
- "page-0026",
99755
+ "page-0025",
99756
99756
  "page-0087",
99757
99757
  "page-0231",
99758
99758
  "page-0232",
@@ -100425,7 +100425,7 @@
100425
100425
  "page-0999",
100426
100426
  "page-1000",
100427
100427
  "page-1004",
100428
- "page-1008",
100428
+ "page-1011",
100429
100429
  "page-1019",
100430
100430
  "page-1020",
100431
100431
  "page-1023",
@@ -100470,7 +100470,7 @@
100470
100470
  ],
100471
100471
  "input": [
100472
100472
  "page-0018",
100473
- "page-0105",
100473
+ "page-0106",
100474
100474
  "page-0659",
100475
100475
  "page-0697",
100476
100476
  "page-0711",
@@ -100517,7 +100517,7 @@
100517
100517
  "page-0018",
100518
100518
  "page-0045",
100519
100519
  "page-0050",
100520
- "page-0107",
100520
+ "page-0103",
100521
100521
  "page-0112",
100522
100522
  "page-0208",
100523
100523
  "page-0240",
@@ -100997,7 +100997,7 @@
100997
100997
  ],
100998
100998
  "google": [
100999
100999
  "page-0018",
101000
- "page-0030",
101000
+ "page-0029",
101001
101001
  "page-0166",
101002
101002
  "page-0204",
101003
101003
  "page-0205",
@@ -101097,7 +101097,7 @@
101097
101097
  ],
101098
101098
  "overview": [
101099
101099
  "page-0020",
101100
- "page-0026",
101100
+ "page-0025",
101101
101101
  "page-0043",
101102
101102
  "page-0057",
101103
101103
  "page-0095",
@@ -101133,7 +101133,7 @@
101133
101133
  "agents": [
101134
101134
  "page-0020",
101135
101135
  "page-0023",
101136
- "page-0028",
101136
+ "page-0027",
101137
101137
  "page-0033",
101138
101138
  "page-0041",
101139
101139
  "page-0640"
@@ -101191,7 +101191,7 @@
101191
101191
  "works": [
101192
101192
  "page-0021",
101193
101193
  "page-0024",
101194
- "page-0025",
101194
+ "page-0030",
101195
101195
  "page-0095",
101196
101196
  "page-0157",
101197
101197
  "page-0218",
@@ -101209,7 +101209,7 @@
101209
101209
  "page-0158",
101210
101210
  "page-0651",
101211
101211
  "page-0674",
101212
- "page-1011",
101212
+ "page-1010",
101213
101213
  "page-1031",
101214
101214
  "page-1035",
101215
101215
  "page-1156",
@@ -101329,7 +101329,7 @@
101329
101329
  ],
101330
101330
  "learn": [
101331
101331
  "page-0022",
101332
- "page-0026",
101332
+ "page-0025",
101333
101333
  "page-0044",
101334
101334
  "page-0070",
101335
101335
  "page-0085"
@@ -101476,61 +101476,23 @@
101476
101476
  "case?": [
101477
101477
  "page-0023"
101478
101478
  ],
101479
+ "metric": [
101480
+ "page-0024",
101481
+ "page-0025"
101482
+ ],
101479
101483
  "evaluations": [
101480
101484
  "page-0024",
101481
- "page-0025",
101482
- "page-0027",
101485
+ "page-0026",
101486
+ "page-0030",
101483
101487
  "page-1205"
101484
101488
  ],
101485
101489
  "evaluations?": [
101486
101490
  "page-0024",
101487
101491
  "page-0025",
101488
- "page-0026"
101489
- ],
101490
- "dataset": [
101491
- "page-0024",
101492
- "page-0050"
101493
- ],
101494
- "wire": [
101495
- "page-0024"
101496
- ],
101497
- "insert": [
101498
- "page-0024",
101499
- "page-0079",
101500
- "page-0518",
101501
- "page-0519",
101502
- "page-0548",
101503
- "page-0549",
101504
- "page-0550",
101505
- "page-0551",
101506
- "page-0552",
101507
- "page-0553",
101508
- "page-0554",
101509
- "page-0555",
101510
- "page-0556",
101511
- "page-0557",
101512
- "page-0558",
101513
- "page-0559",
101514
- "page-0705"
101515
- ],
101516
- "write": [
101517
- "page-0024",
101518
- "page-0678",
101519
- "page-1161"
101520
- ],
101521
- "outputs": [
101522
- "page-0024",
101523
- "page-0059",
101524
- "page-0544",
101525
- "page-0654",
101526
- "page-1205"
101527
- ],
101528
- "metric": [
101529
- "page-0025",
101530
- "page-0026"
101492
+ "page-0030"
101531
101493
  ],
101532
101494
  "view": [
101533
- "page-0025",
101495
+ "page-0024",
101534
101496
  "page-0208",
101535
101497
  "page-0218",
101536
101498
  "page-1204",
@@ -101541,8 +101503,8 @@
101541
101503
  "page-1262"
101542
101504
  ],
101543
101505
  "results": [
101544
- "page-0025",
101545
- "page-0027",
101506
+ "page-0024",
101507
+ "page-0026",
101546
101508
  "page-0233",
101547
101509
  "page-0548",
101548
101510
  "page-0549",
@@ -101558,31 +101520,31 @@
101558
101520
  "page-0559"
101559
101521
  ],
101560
101522
  "needed?": [
101561
- "page-0026"
101523
+ "page-0025"
101562
101524
  ],
101563
101525
  "(pre": [
101564
- "page-0026"
101526
+ "page-0025"
101565
101527
  ],
101566
101528
  "deployment)": [
101567
- "page-0026"
101529
+ "page-0025"
101568
101530
  ],
101569
101531
  "(post": [
101570
- "page-0026"
101532
+ "page-0025"
101571
101533
  ],
101572
101534
  "comparison": [
101573
- "page-0026",
101535
+ "page-0025",
101574
101536
  "page-0212",
101575
101537
  "page-0645",
101576
101538
  "page-1195"
101577
101539
  ],
101578
101540
  "tips": [
101579
- "page-0027",
101541
+ "page-0026",
101580
101542
  "page-1189"
101581
101543
  ],
101582
101544
  "common": [
101583
- "page-0027",
101545
+ "page-0026",
101584
101546
  "page-0100",
101585
- "page-0105",
101547
+ "page-0106",
101586
101548
  "page-0131",
101587
101549
  "page-0132",
101588
101550
  "page-0374",
@@ -101681,26 +101643,26 @@
101681
101643
  "page-1238"
101682
101644
  ],
101683
101645
  "combining": [
101684
- "page-0027",
101646
+ "page-0026",
101685
101647
  "page-0660",
101686
101648
  "page-0667"
101687
101649
  ],
101688
101650
  "triggers": [
101689
- "page-0027",
101651
+ "page-0026",
101690
101652
  "page-0232",
101691
101653
  "page-1038",
101692
101654
  "page-1254"
101693
101655
  ],
101694
101656
  "avoiding": [
101695
- "page-0027",
101657
+ "page-0026",
101696
101658
  "page-0215"
101697
101659
  ],
101698
101660
  "calculating": [
101699
- "page-0027",
101661
+ "page-0026",
101700
101662
  "page-0081"
101701
101663
  ],
101702
101664
  "same": [
101703
- "page-0027",
101665
+ "page-0026",
101704
101666
  "page-0059",
101705
101667
  "page-0515",
101706
101668
  "page-0632",
@@ -101708,22 +101670,22 @@
101708
101670
  "page-1205"
101709
101671
  ],
101710
101672
  "dealing": [
101711
- "page-0027",
101673
+ "page-0026",
101712
101674
  "page-0089"
101713
101675
  ],
101714
101676
  "inconsistent": [
101715
- "page-0027"
101677
+ "page-0026"
101716
101678
  ],
101717
101679
  "chains": [
101718
- "page-0028",
101680
+ "page-0027",
101719
101681
  "page-0034",
101720
101682
  "page-0041"
101721
101683
  ],
101722
101684
  "demonstration": [
101723
- "page-0028"
101685
+ "page-0027"
101724
101686
  ],
101725
101687
  "call": [
101726
- "page-0029",
101688
+ "page-0028",
101727
101689
  "page-0046",
101728
101690
  "page-0136",
101729
101691
  "page-0146",
@@ -101733,7 +101695,7 @@
101733
101695
  "page-0694"
101734
101696
  ],
101735
101697
  "fetch": [
101736
- "page-0029",
101698
+ "page-0028",
101737
101699
  "page-0333",
101738
101700
  "page-0348",
101739
101701
  "page-0548",
@@ -101753,7 +101715,7 @@
101753
101715
  "page-1216"
101754
101716
  ],
101755
101717
  "sheets": [
101756
- "page-0030",
101718
+ "page-0029",
101757
101719
  "page-0510",
101758
101720
  "page-0511",
101759
101721
  "page-0512",
@@ -101763,9 +101725,47 @@
101763
101725
  "page-1204"
101764
101726
  ],
101765
101727
  "sheet": [
101766
- "page-0030",
101728
+ "page-0029",
101767
101729
  "page-0513"
101768
101730
  ],
101731
+ "dataset": [
101732
+ "page-0030",
101733
+ "page-0050"
101734
+ ],
101735
+ "wire": [
101736
+ "page-0030"
101737
+ ],
101738
+ "insert": [
101739
+ "page-0030",
101740
+ "page-0079",
101741
+ "page-0518",
101742
+ "page-0519",
101743
+ "page-0548",
101744
+ "page-0549",
101745
+ "page-0550",
101746
+ "page-0551",
101747
+ "page-0552",
101748
+ "page-0553",
101749
+ "page-0554",
101750
+ "page-0555",
101751
+ "page-0556",
101752
+ "page-0557",
101753
+ "page-0558",
101754
+ "page-0559",
101755
+ "page-0705"
101756
+ ],
101757
+ "write": [
101758
+ "page-0030",
101759
+ "page-0678",
101760
+ "page-1161"
101761
+ ],
101762
+ "outputs": [
101763
+ "page-0030",
101764
+ "page-0059",
101765
+ "page-0544",
101766
+ "page-0654",
101767
+ "page-1205"
101768
+ ],
101769
101769
  "fallback": [
101770
101770
  "page-0031"
101771
101771
  ],
@@ -102087,7 +102087,7 @@
102087
102087
  "page-0059",
102088
102088
  "page-0064",
102089
102089
  "page-0097",
102090
- "page-0105",
102090
+ "page-0106",
102091
102091
  "page-0209",
102092
102092
  "page-0542",
102093
102093
  "page-0562",
@@ -102233,7 +102233,7 @@
102233
102233
  "other": [
102234
102234
  "page-0049",
102235
102235
  "page-0101",
102236
- "page-0105",
102236
+ "page-0106",
102237
102237
  "page-0203",
102238
102238
  "page-1170",
102239
102239
  "page-1204",
@@ -102459,7 +102459,7 @@
102459
102459
  "page-0364",
102460
102460
  "page-0368",
102461
102461
  "page-0369",
102462
- "page-0371",
102462
+ "page-0370",
102463
102463
  "page-0372",
102464
102464
  "page-0373",
102465
102465
  "page-0374",
@@ -102839,7 +102839,7 @@
102839
102839
  "page-0055",
102840
102840
  "page-0057",
102841
102841
  "page-0058",
102842
- "page-0105",
102842
+ "page-0106",
102843
102843
  "page-0155",
102844
102844
  "page-0544",
102845
102845
  "page-0701",
@@ -103273,8 +103273,8 @@
103273
103273
  "page-0059",
103274
103274
  "page-0066",
103275
103275
  "page-0096",
103276
- "page-0104",
103277
- "page-0106",
103276
+ "page-0105",
103277
+ "page-0107",
103278
103278
  "page-0109",
103279
103279
  "page-0110",
103280
103280
  "page-0143",
@@ -103297,7 +103297,7 @@
103297
103297
  "current": [
103298
103298
  "page-0059",
103299
103299
  "page-0060",
103300
- "page-0105",
103300
+ "page-0106",
103301
103301
  "page-0132",
103302
103302
  "page-0168",
103303
103303
  "page-0203",
@@ -103857,8 +103857,8 @@
103857
103857
  "referencing": [
103858
103858
  "page-0086",
103859
103859
  "page-0103",
103860
- "page-0105",
103861
- "page-0107"
103860
+ "page-0104",
103861
+ "page-0106"
103862
103862
  ],
103863
103863
  "transforming": [
103864
103864
  "page-0086",
@@ -104207,7 +104207,7 @@
104207
104207
  "page-1004",
104208
104208
  "page-1005",
104209
104209
  "page-1006",
104210
- "page-1008",
104210
+ "page-1009",
104211
104211
  "page-1010",
104212
104212
  "page-1011",
104213
104213
  "page-1012",
@@ -104483,14 +104483,14 @@
104483
104483
  "page-1205"
104484
104484
  ],
104485
104485
  "linked": [
104486
- "page-0104"
104486
+ "page-0105"
104487
104487
  ],
104488
104488
  "ways": [
104489
- "page-0105",
104489
+ "page-0106",
104490
104490
  "page-1205"
104491
104491
  ],
104492
104492
  "linking": [
104493
- "page-0106",
104493
+ "page-0107",
104494
104494
  "page-0108",
104495
104495
  "page-0109",
104496
104496
  "page-0110",
@@ -105464,8 +105464,8 @@
105464
105464
  "page-0653",
105465
105465
  "page-0690",
105466
105466
  "page-0955",
105467
+ "page-1008",
105467
105468
  "page-1009",
105468
- "page-1010",
105469
105469
  "page-1137",
105470
105470
  "page-1140",
105471
105471
  "page-1163",
@@ -105734,7 +105734,7 @@
105734
105734
  "page-1000",
105735
105735
  "page-1005",
105736
105736
  "page-1006",
105737
- "page-1011",
105737
+ "page-1010",
105738
105738
  "page-1019",
105739
105739
  "page-1024"
105740
105740
  ],
@@ -107009,7 +107009,7 @@
107009
107009
  "page-0960",
107010
107010
  "page-0961",
107011
107011
  "page-0965",
107012
- "page-1011",
107012
+ "page-1010",
107013
107013
  "page-1031",
107014
107014
  "page-1035"
107015
107015
  ],
@@ -107492,7 +107492,7 @@
107492
107492
  "page-0943",
107493
107493
  "page-0980",
107494
107494
  "page-1003",
107495
- "page-1009",
107495
+ "page-1008",
107496
107496
  "page-1253"
107497
107497
  ],
107498
107498
  "servers": [
@@ -108013,7 +108013,7 @@
108013
108013
  "page-0364",
108014
108014
  "page-0368",
108015
108015
  "page-0369",
108016
- "page-0371",
108016
+ "page-0370",
108017
108017
  "page-0372",
108018
108018
  "page-0373",
108019
108019
  "page-0374",
@@ -108697,19 +108697,19 @@
108697
108697
  "page-0870",
108698
108698
  "page-1087"
108699
108699
  ],
108700
- "messagebird": [
108700
+ "medium": [
108701
108701
  "page-0370",
108702
+ "page-0871"
108703
+ ],
108704
+ "messagebird": [
108705
+ "page-0371",
108702
108706
  "page-0872"
108703
108707
  ],
108704
108708
  "metabase": [
108705
- "page-0371",
108709
+ "page-0372",
108706
108710
  "page-0873",
108707
108711
  "page-1204"
108708
108712
  ],
108709
- "medium": [
108710
- "page-0372",
108711
- "page-0871"
108712
- ],
108713
108713
  "dynamics": [
108714
108714
  "page-0373",
108715
108715
  "page-0874"
@@ -109199,17 +109199,17 @@
109199
109199
  ],
109200
109200
  "wise": [
109201
109201
  "page-0477",
109202
- "page-1008",
109202
+ "page-1011",
109203
109203
  "page-1119"
109204
109204
  ],
109205
109205
  "woocommerce": [
109206
109206
  "page-0478",
109207
- "page-1010",
109207
+ "page-1009",
109208
109208
  "page-1120"
109209
109209
  ],
109210
109210
  "wordpress": [
109211
109211
  "page-0479",
109212
- "page-1011"
109212
+ "page-1010"
109213
109213
  ],
109214
109214
  "xero": [
109215
109215
  "page-0480",
@@ -109268,7 +109268,7 @@
109268
109268
  "page-0496",
109269
109269
  "page-0710",
109270
109270
  "page-0955",
109271
- "page-1009"
109271
+ "page-1008"
109272
109272
  ],
109273
109273
  "perhaps": [
109274
109274
  "page-0492",
@@ -109740,7 +109740,7 @@
109740
109740
  "page-0985",
109741
109741
  "page-1005",
109742
109742
  "page-1006",
109743
- "page-1011",
109743
+ "page-1010",
109744
109744
  "page-1019",
109745
109745
  "page-1024"
109746
109746
  ],
@@ -110386,7 +110386,7 @@
110386
110386
  ],
110387
110387
  "wolfram|alpha": [
110388
110388
  "page-0629",
110389
- "page-1009"
110389
+ "page-1008"
110390
110390
  ],
110391
110391
  "remote": [
110392
110392
  "page-0632",
@@ -111083,7 +111083,7 @@
111083
111083
  "page-0740",
111084
111084
  "page-0874",
111085
111085
  "page-0877",
111086
- "page-1011",
111086
+ "page-1010",
111087
111087
  "page-1126"
111088
111088
  ],
111089
111089
  "bitbucket": [
@@ -111147,7 +111147,7 @@
111147
111147
  "page-0797",
111148
111148
  "page-0845",
111149
111149
  "page-0965",
111150
- "page-1008",
111150
+ "page-1011",
111151
111151
  "page-1179"
111152
111152
  ],
111153
111153
  "meta": [
@@ -111412,10 +111412,10 @@
111412
111412
  "page-1003"
111413
111413
  ],
111414
111414
  "\"consumer": [
111415
- "page-1010"
111415
+ "page-1009"
111416
111416
  ],
111417
111417
  "missing\"": [
111418
- "page-1010"
111418
+ "page-1009"
111419
111419
  ],
111420
111420
  "workable": [
111421
111421
  "page-1012",
@@ -114175,13 +114175,13 @@
114175
114175
  "mautic": [
114176
114176
  "page-0369"
114177
114177
  ],
114178
- "messagebird": [
114178
+ "medium": [
114179
114179
  "page-0370"
114180
114180
  ],
114181
- "metabase": [
114181
+ "messagebird": [
114182
114182
  "page-0371"
114183
114183
  ],
114184
- "medium": [
114184
+ "metabase": [
114185
114185
  "page-0372"
114186
114186
  ],
114187
114187
  "microsoftdynamicscrm": [