@n8n-as-code/skills 1.7.0-next.6 → 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:45:05.285Z",
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",
@@ -29536,6 +29536,69 @@
29536
29536
  },
29537
29537
  {
29538
29538
  "id": "page-0373",
29539
+ "title": "Microsoft Dynamics CRM",
29540
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/index.md",
29541
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/index.md",
29542
+ "category": "integrations",
29543
+ "subcategory": "app-nodes",
29544
+ "nodeName": "microsoftdynamicscrm",
29545
+ "nodeType": "n8n-nodes-base.microsoftdynamicscrm",
29546
+ "content": {
29547
+ "markdown": "# Microsoft Dynamics CRM node\n\nUse the Microsoft Dynamics CRM node to automate work in Microsoft Dynamics CRM, and integrate Microsoft Dynamics CRM with other applications. n8n has built-in support for creating, updating, deleting, and getting Microsoft Dynamics CRM accounts.\n\nOn this page, you'll find a list of operations the Microsoft Dynamics CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Microsoft credentials](../../credentials/microsoft/) for guidance on setting up authentication.\n\n## Operations\n\n- Account\n - Create\n - Delete\n - Get\n - Get All\n - Update\n\n## Templates and examples\n\n[Browse Microsoft Dynamics CRM integration templates](https://n8n.io/integrations/microsoft-dynamics-crm/), 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",
29548
+ "excerpt": "# Microsoft Dynamics CRM node Use the Microsoft Dynamics CRM node to automate work in Microsoft Dynamics CRM, and integrate Microsoft Dynamics CRM with other applications. n8n has built-in support for creating, updating, deleting, and getting Microsoft Dynamics CRM accounts. On this page, you'll find a list of operations the Microsoft Dynamics CRM node supports and links to more resources. Credentials Refer to [Microsoft credentials](../../credentials/microsoft/) for guidance on setting up a...",
29549
+ "sections": [
29550
+ {
29551
+ "title": "Microsoft Dynamics CRM node",
29552
+ "level": 1,
29553
+ "content": "Use the Microsoft Dynamics CRM node to automate work in Microsoft Dynamics CRM, and integrate Microsoft Dynamics CRM with other applications. n8n has built-in support for creating, updating, deleting, and getting Microsoft Dynamics CRM accounts.\n\nOn this page, you'll find a list of operations the Microsoft Dynamics CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Microsoft credentials](../../credentials/microsoft/) for guidance on setting up authentication."
29554
+ }
29555
+ ]
29556
+ },
29557
+ "metadata": {
29558
+ "keywords": [
29559
+ "microsoft",
29560
+ "dynamics",
29561
+ "node",
29562
+ "operations",
29563
+ "templates",
29564
+ "examples",
29565
+ "what",
29566
+ "your",
29567
+ "operation",
29568
+ "isn't",
29569
+ "supported"
29570
+ ],
29571
+ "useCases": [],
29572
+ "operations": [
29573
+ "",
29574
+ "what to do if your isn't supported"
29575
+ ],
29576
+ "codeExamples": 0,
29577
+ "complexity": "beginner",
29578
+ "readingTime": "1 min",
29579
+ "contentLength": 1332,
29580
+ "relatedPages": []
29581
+ },
29582
+ "searchIndex": {
29583
+ "fullText": "microsoft dynamics crm # microsoft dynamics crm node\n\nuse the microsoft dynamics crm node to automate work in microsoft dynamics crm, and integrate microsoft dynamics crm with other applications. n8n has built-in support for creating, updating, deleting, and getting microsoft dynamics crm accounts.\n\non this page, you'll find a list of operations the microsoft dynamics crm node supports and links to more resources.\n\ncredentials\n\nrefer to [microsoft credentials](../../credentials/microsoft/) for guidance on setting up authentication.\n\n## operations\n\n- account\n - create\n - delete\n - get\n - get all\n - update\n\n## templates and examples\n\n[browse microsoft dynamics crm integration templates](https://n8n.io/integrations/microsoft-dynamics-crm/), 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 microsoft dynamics crm node",
29584
+ "importantTerms": [
29585
+ "microsoft",
29586
+ "dynamics",
29587
+ "node",
29588
+ "operations",
29589
+ "this",
29590
+ "credentials",
29591
+ "templates",
29592
+ "http",
29593
+ "request",
29594
+ "service",
29595
+ "credential",
29596
+ "select"
29597
+ ]
29598
+ }
29599
+ },
29600
+ {
29601
+ "id": "page-0374",
29539
29602
  "title": "Microsoft Entra ID",
29540
29603
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftentra/index.md",
29541
29604
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.microsoftentra/index.md",
@@ -29635,69 +29698,6 @@
29635
29698
  ]
29636
29699
  }
29637
29700
  },
29638
- {
29639
- "id": "page-0374",
29640
- "title": "Microsoft Dynamics CRM",
29641
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/index.md",
29642
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/index.md",
29643
- "category": "integrations",
29644
- "subcategory": "app-nodes",
29645
- "nodeName": "microsoftdynamicscrm",
29646
- "nodeType": "n8n-nodes-base.microsoftdynamicscrm",
29647
- "content": {
29648
- "markdown": "# Microsoft Dynamics CRM node\n\nUse the Microsoft Dynamics CRM node to automate work in Microsoft Dynamics CRM, and integrate Microsoft Dynamics CRM with other applications. n8n has built-in support for creating, updating, deleting, and getting Microsoft Dynamics CRM accounts.\n\nOn this page, you'll find a list of operations the Microsoft Dynamics CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Microsoft credentials](../../credentials/microsoft/) for guidance on setting up authentication.\n\n## Operations\n\n- Account\n - Create\n - Delete\n - Get\n - Get All\n - Update\n\n## Templates and examples\n\n[Browse Microsoft Dynamics CRM integration templates](https://n8n.io/integrations/microsoft-dynamics-crm/), 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",
29649
- "excerpt": "# Microsoft Dynamics CRM node Use the Microsoft Dynamics CRM node to automate work in Microsoft Dynamics CRM, and integrate Microsoft Dynamics CRM with other applications. n8n has built-in support for creating, updating, deleting, and getting Microsoft Dynamics CRM accounts. On this page, you'll find a list of operations the Microsoft Dynamics CRM node supports and links to more resources. Credentials Refer to [Microsoft credentials](../../credentials/microsoft/) for guidance on setting up a...",
29650
- "sections": [
29651
- {
29652
- "title": "Microsoft Dynamics CRM node",
29653
- "level": 1,
29654
- "content": "Use the Microsoft Dynamics CRM node to automate work in Microsoft Dynamics CRM, and integrate Microsoft Dynamics CRM with other applications. n8n has built-in support for creating, updating, deleting, and getting Microsoft Dynamics CRM accounts.\n\nOn this page, you'll find a list of operations the Microsoft Dynamics CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Microsoft credentials](../../credentials/microsoft/) for guidance on setting up authentication."
29655
- }
29656
- ]
29657
- },
29658
- "metadata": {
29659
- "keywords": [
29660
- "microsoft",
29661
- "dynamics",
29662
- "node",
29663
- "operations",
29664
- "templates",
29665
- "examples",
29666
- "what",
29667
- "your",
29668
- "operation",
29669
- "isn't",
29670
- "supported"
29671
- ],
29672
- "useCases": [],
29673
- "operations": [
29674
- "",
29675
- "what to do if your isn't supported"
29676
- ],
29677
- "codeExamples": 0,
29678
- "complexity": "beginner",
29679
- "readingTime": "1 min",
29680
- "contentLength": 1332,
29681
- "relatedPages": []
29682
- },
29683
- "searchIndex": {
29684
- "fullText": "microsoft dynamics crm # microsoft dynamics crm node\n\nuse the microsoft dynamics crm node to automate work in microsoft dynamics crm, and integrate microsoft dynamics crm with other applications. n8n has built-in support for creating, updating, deleting, and getting microsoft dynamics crm accounts.\n\non this page, you'll find a list of operations the microsoft dynamics crm node supports and links to more resources.\n\ncredentials\n\nrefer to [microsoft credentials](../../credentials/microsoft/) for guidance on setting up authentication.\n\n## operations\n\n- account\n - create\n - delete\n - get\n - get all\n - update\n\n## templates and examples\n\n[browse microsoft dynamics crm integration templates](https://n8n.io/integrations/microsoft-dynamics-crm/), 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 microsoft dynamics crm node",
29685
- "importantTerms": [
29686
- "microsoft",
29687
- "dynamics",
29688
- "node",
29689
- "operations",
29690
- "this",
29691
- "credentials",
29692
- "templates",
29693
- "http",
29694
- "request",
29695
- "service",
29696
- "credential",
29697
- "select"
29698
- ]
29699
- }
29700
- },
29701
29701
  {
29702
29702
  "id": "page-0375",
29703
29703
  "title": "Microsoft Excel 365",
@@ -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",
@@ -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",
@@ -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",
@@ -93825,7 +93825,7 @@
93825
93825
  "page-0202",
93826
93826
  "page-0207",
93827
93827
  "page-0208",
93828
- "page-0373",
93828
+ "page-0374",
93829
93829
  "page-1199"
93830
93830
  ],
93831
93831
  "reporting": [
@@ -93836,11 +93836,11 @@
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",
93843
- "page-0373",
93843
+ "page-0374",
93844
93844
  "page-0491",
93845
93845
  "page-0492",
93846
93846
  "page-0493",
@@ -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",
@@ -95037,7 +95037,7 @@
95037
95037
  "page-0208",
95038
95038
  "page-0214",
95039
95039
  "page-0221",
95040
- "page-0373",
95040
+ "page-0374",
95041
95041
  "page-0701",
95042
95042
  "page-0943",
95043
95043
  "page-1171",
@@ -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",
@@ -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,7 +97294,7 @@
97294
97294
  "accessing": [
97295
97295
  "page-0012",
97296
97296
  "page-0018",
97297
- "page-0027",
97297
+ "page-0026",
97298
97298
  "page-0059",
97299
97299
  "page-0105",
97300
97300
  "page-1196",
@@ -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",
@@ -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",
@@ -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": [
@@ -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",
@@ -98711,7 +98711,7 @@
98711
98711
  "page-0357",
98712
98712
  "page-0358",
98713
98713
  "page-0368",
98714
- "page-0373",
98714
+ "page-0374",
98715
98715
  "page-0377",
98716
98716
  "page-0378",
98717
98717
  "page-0379",
@@ -99249,7 +99249,7 @@
99249
99249
  "page-0357",
99250
99250
  "page-0358",
99251
99251
  "page-0368",
99252
- "page-0373",
99252
+ "page-0374",
99253
99253
  "page-0377",
99254
99254
  "page-0378",
99255
99255
  "page-0379",
@@ -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",
@@ -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,34 +101520,34 @@
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
101547
  "page-0106",
101586
101548
  "page-0131",
101587
101549
  "page-0132",
101588
- "page-0373",
101550
+ "page-0374",
101589
101551
  "page-0491",
101590
101552
  "page-0492",
101591
101553
  "page-0493",
@@ -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
  ],
@@ -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",
@@ -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
  ],
@@ -106200,7 +106200,7 @@
106200
106200
  "allow": [
106201
106201
  "page-0167",
106202
106202
  "page-0227",
106203
- "page-0373"
106203
+ "page-0374"
106204
106204
  ],
106205
106205
  "prometheus": [
106206
106206
  "page-0168"
@@ -106393,7 +106393,7 @@
106393
106393
  "page-0200",
106394
106394
  "page-0201",
106395
106395
  "page-0352",
106396
- "page-0373",
106396
+ "page-0374",
106397
106397
  "page-0385",
106398
106398
  "page-0497",
106399
106399
  "page-0498",
@@ -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
  ],
@@ -107133,7 +107133,7 @@
107133
107133
  ],
107134
107134
  "fails": [
107135
107135
  "page-0208",
107136
- "page-0373"
107136
+ "page-0374"
107137
107137
  ],
107138
107138
  "“libvirt": [
107139
107139
  "page-0208"
@@ -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": [
@@ -108710,31 +108710,31 @@
108710
108710
  "page-0873",
108711
108711
  "page-1204"
108712
108712
  ],
108713
- "entra": [
108713
+ "dynamics": [
108714
108714
  "page-0373",
108715
+ "page-0874"
108716
+ ],
108717
+ "entra": [
108718
+ "page-0374",
108715
108719
  "page-0739",
108716
108720
  "page-0877",
108717
108721
  "page-1205"
108718
108722
  ],
108719
108723
  "senders": [
108720
- "page-0373"
108724
+ "page-0374"
108721
108725
  ],
108722
108726
  "auto": [
108723
- "page-0373",
108727
+ "page-0374",
108724
108728
  "page-0558",
108725
108729
  "page-0559",
108726
108730
  "page-0609",
108727
108731
  "page-1216"
108728
108732
  ],
108729
108733
  "subscribe": [
108730
- "page-0373"
108734
+ "page-0374"
108731
108735
  ],
108732
108736
  "members": [
108733
- "page-0373"
108734
- ],
108735
- "dynamics": [
108736
- "page-0374",
108737
- "page-0874"
108737
+ "page-0374"
108738
108738
  ],
108739
108739
  "excel": [
108740
108740
  "page-0375"
@@ -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",
@@ -114184,10 +114184,10 @@
114184
114184
  "metabase": [
114185
114185
  "page-0372"
114186
114186
  ],
114187
- "microsoftentra": [
114187
+ "microsoftdynamicscrm": [
114188
114188
  "page-0373"
114189
114189
  ],
114190
- "microsoftdynamicscrm": [
114190
+ "microsoftentra": [
114191
114191
  "page-0374"
114192
114192
  ],
114193
114193
  "microsoftexcel": [