@n8n-as-code/skills 2.0.0-next.62 → 2.0.0-next.63

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-30T20:56:20.168Z",
2
+ "generatedAt": "2026-04-30T21:21:47.019Z",
3
3
  "n8nVersion": "unknown",
4
4
  "sourceFileCount": 428,
5
5
  "scanDirectories": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-30T20:56:21.060Z",
2
+ "generatedAt": "2026-04-30T21:21:47.926Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
5
  "totalPages": 1273,
@@ -57961,6 +57961,63 @@
57961
57961
  },
57962
57962
  {
57963
57963
  "id": "page-0723",
57964
+ "title": "Workflow development",
57965
+ "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/workflow-development/index.md",
57966
+ "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.webhook/workflow-development/index.md",
57967
+ "category": "other",
57968
+ "subcategory": null,
57969
+ "nodeName": "webhook",
57970
+ "nodeType": "n8n-nodes-base.webhook",
57971
+ "content": {
57972
+ "markdown": "# Workflow development\n\nThe [Webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your Webhook node in production.\n\nn8n generates two **Webhook URLs** for each Webhook node: a **Test URL** and a **Production URL**.\n\n## Build and test workflows\n\nWhile building or testing a workflow, use the **Test** webhook URL.\n\nUsing a test webhook ensures that you can view the incoming data in the editor UI, which is useful for debugging. Select **Listen for test event** to register the webhook before sending the data to the test webhook. The test webhook stays active for 120 seconds.\n\nWhen using the Webhook node on localhost on a [self-hosted](../../../../../hosting/) n8n instance, run n8n in tunnel mode:\n\n- [npm with tunnel](../../../../../hosting/installation/npm/#n8n-with-tunnel)\n- [Docker with tunnel](../../../../../hosting/installation/docker/#n8n-with-tunnel)\n\n[](/_video/integrations/builtin/core-nodes/webhook/webhook-node-intro.mp4)\n\n## Production workflows\n\nWhen your workflow is ready, switch to using the **Production** webhook URL. You can then publish your workflow, and n8n runs it automatically when an external service calls the webhook URL.\n\nWhen working with a Production webhook, ensure that you have saved and published the workflow. Data flowing through the webhook isn't visible in the editor UI with the production webhook.\n\nRefer to [Create a workflow](../../../../../workflows/create/) for more information on publishing workflows.\n",
57973
+ "excerpt": "# Workflow development The [Webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your Webhook node in production. n8n generates two **Webhook URLs** for each Webhook node: a **Test URL** and a **Production URL**. ## Build and test workflows While building or testing a workflow, use the **Test** webhook URL. Using a test webhook ensures that you can view the incoming data in the editor UI, which is useful...",
57974
+ "sections": [
57975
+ {
57976
+ "title": "Workflow development",
57977
+ "level": 1,
57978
+ "content": "The [Webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your Webhook node in production.\n\nn8n generates two **Webhook URLs** for each Webhook node: a **Test URL** and a **Production URL**."
57979
+ }
57980
+ ]
57981
+ },
57982
+ "metadata": {
57983
+ "keywords": [
57984
+ "workflow",
57985
+ "development",
57986
+ "build",
57987
+ "test",
57988
+ "workflows",
57989
+ "production"
57990
+ ],
57991
+ "useCases": [],
57992
+ "operations": [],
57993
+ "codeExamples": 0,
57994
+ "complexity": "beginner",
57995
+ "readingTime": "2 min",
57996
+ "contentLength": 1543,
57997
+ "relatedPages": []
57998
+ },
57999
+ "searchIndex": {
58000
+ "fullText": "workflow development # workflow development\n\nthe [webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your webhook node in production.\n\nn8n generates two **webhook urls** for each webhook node: a **test url** and a **production url**.\n\n## build and test workflows\n\nwhile building or testing a workflow, use the **test** webhook url.\n\nusing a test webhook ensures that you can view the incoming data in the editor ui, which is useful for debugging. select **listen for test event** to register the webhook before sending the data to the test webhook. the test webhook stays active for 120 seconds.\n\nwhen using the webhook node on localhost on a [self-hosted](../../../../../hosting/) n8n instance, run n8n in tunnel mode:\n\n- [npm with tunnel](../../../../../hosting/installation/npm/#n8n-with-tunnel)\n- [docker with tunnel](../../../../../hosting/installation/docker/#n8n-with-tunnel)\n\n[](/_video/integrations/builtin/core-nodes/webhook/webhook-node-intro.mp4)\n\n## production workflows\n\nwhen your workflow is ready, switch to using the **production** webhook url. you can then publish your workflow, and n8n runs it automatically when an external service calls the webhook url.\n\nwhen working with a production webhook, ensure that you have saved and published the workflow. data flowing through the webhook isn't visible in the editor ui with the production webhook.\n\nrefer to [create a workflow](../../../../../workflows/create/) for more information on publishing workflows.\n workflow development",
58001
+ "importantTerms": [
58002
+ "webhook",
58003
+ "workflow",
58004
+ "test",
58005
+ "production",
58006
+ "with",
58007
+ "node",
58008
+ "tunnel",
58009
+ "using",
58010
+ "workflows",
58011
+ "when",
58012
+ "development",
58013
+ "your",
58014
+ "data",
58015
+ "hosting"
58016
+ ]
58017
+ }
58018
+ },
58019
+ {
58020
+ "id": "page-0724",
57964
58021
  "title": "Common issues",
57965
58022
  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/common-issues/index.md",
57966
58023
  "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.webhook/common-issues/index.md",
@@ -58072,63 +58129,6 @@
58072
58129
  ]
58073
58130
  }
58074
58131
  },
58075
- {
58076
- "id": "page-0724",
58077
- "title": "Workflow development",
58078
- "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/workflow-development/index.md",
58079
- "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.webhook/workflow-development/index.md",
58080
- "category": "other",
58081
- "subcategory": null,
58082
- "nodeName": "webhook",
58083
- "nodeType": "n8n-nodes-base.webhook",
58084
- "content": {
58085
- "markdown": "# Workflow development\n\nThe [Webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your Webhook node in production.\n\nn8n generates two **Webhook URLs** for each Webhook node: a **Test URL** and a **Production URL**.\n\n## Build and test workflows\n\nWhile building or testing a workflow, use the **Test** webhook URL.\n\nUsing a test webhook ensures that you can view the incoming data in the editor UI, which is useful for debugging. Select **Listen for test event** to register the webhook before sending the data to the test webhook. The test webhook stays active for 120 seconds.\n\nWhen using the Webhook node on localhost on a [self-hosted](../../../../../hosting/) n8n instance, run n8n in tunnel mode:\n\n- [npm with tunnel](../../../../../hosting/installation/npm/#n8n-with-tunnel)\n- [Docker with tunnel](../../../../../hosting/installation/docker/#n8n-with-tunnel)\n\n[](/_video/integrations/builtin/core-nodes/webhook/webhook-node-intro.mp4)\n\n## Production workflows\n\nWhen your workflow is ready, switch to using the **Production** webhook URL. You can then publish your workflow, and n8n runs it automatically when an external service calls the webhook URL.\n\nWhen working with a Production webhook, ensure that you have saved and published the workflow. Data flowing through the webhook isn't visible in the editor UI with the production webhook.\n\nRefer to [Create a workflow](../../../../../workflows/create/) for more information on publishing workflows.\n",
58086
- "excerpt": "# Workflow development The [Webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your Webhook node in production. n8n generates two **Webhook URLs** for each Webhook node: a **Test URL** and a **Production URL**. ## Build and test workflows While building or testing a workflow, use the **Test** webhook URL. Using a test webhook ensures that you can view the incoming data in the editor UI, which is useful...",
58087
- "sections": [
58088
- {
58089
- "title": "Workflow development",
58090
- "level": 1,
58091
- "content": "The [Webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your Webhook node in production.\n\nn8n generates two **Webhook URLs** for each Webhook node: a **Test URL** and a **Production URL**."
58092
- }
58093
- ]
58094
- },
58095
- "metadata": {
58096
- "keywords": [
58097
- "workflow",
58098
- "development",
58099
- "build",
58100
- "test",
58101
- "workflows",
58102
- "production"
58103
- ],
58104
- "useCases": [],
58105
- "operations": [],
58106
- "codeExamples": 0,
58107
- "complexity": "beginner",
58108
- "readingTime": "2 min",
58109
- "contentLength": 1543,
58110
- "relatedPages": []
58111
- },
58112
- "searchIndex": {
58113
- "fullText": "workflow development # workflow development\n\nthe [webhook node](../) works a bit differently from other core nodes. n8n recommends following these processes for building, testing, and using your webhook node in production.\n\nn8n generates two **webhook urls** for each webhook node: a **test url** and a **production url**.\n\n## build and test workflows\n\nwhile building or testing a workflow, use the **test** webhook url.\n\nusing a test webhook ensures that you can view the incoming data in the editor ui, which is useful for debugging. select **listen for test event** to register the webhook before sending the data to the test webhook. the test webhook stays active for 120 seconds.\n\nwhen using the webhook node on localhost on a [self-hosted](../../../../../hosting/) n8n instance, run n8n in tunnel mode:\n\n- [npm with tunnel](../../../../../hosting/installation/npm/#n8n-with-tunnel)\n- [docker with tunnel](../../../../../hosting/installation/docker/#n8n-with-tunnel)\n\n[](/_video/integrations/builtin/core-nodes/webhook/webhook-node-intro.mp4)\n\n## production workflows\n\nwhen your workflow is ready, switch to using the **production** webhook url. you can then publish your workflow, and n8n runs it automatically when an external service calls the webhook url.\n\nwhen working with a production webhook, ensure that you have saved and published the workflow. data flowing through the webhook isn't visible in the editor ui with the production webhook.\n\nrefer to [create a workflow](../../../../../workflows/create/) for more information on publishing workflows.\n workflow development",
58114
- "importantTerms": [
58115
- "webhook",
58116
- "workflow",
58117
- "test",
58118
- "production",
58119
- "with",
58120
- "node",
58121
- "tunnel",
58122
- "using",
58123
- "workflows",
58124
- "when",
58125
- "development",
58126
- "your",
58127
- "data",
58128
- "hosting"
58129
- ]
58130
- }
58131
- },
58132
58132
  {
58133
58133
  "id": "page-0725",
58134
58134
  "title": "Chat Trigger",
@@ -94100,7 +94100,7 @@
94100
94100
  "page-0720",
94101
94101
  "page-0721",
94102
94102
  "page-0722",
94103
- "page-0723",
94103
+ "page-0724",
94104
94104
  "page-0725",
94105
94105
  "page-0726",
94106
94106
  "page-0840",
@@ -94477,7 +94477,7 @@
94477
94477
  "page-0702",
94478
94478
  "page-0721",
94479
94479
  "page-0722",
94480
- "page-0724",
94480
+ "page-0723",
94481
94481
  "page-1072",
94482
94482
  "page-1115",
94483
94483
  "page-1128",
@@ -94842,7 +94842,7 @@
94842
94842
  "page-0672",
94843
94843
  "page-0716",
94844
94844
  "page-0717",
94845
- "page-0723",
94845
+ "page-0724",
94846
94846
  "page-0728",
94847
94847
  "page-0839",
94848
94848
  "page-1171",
@@ -94861,7 +94861,7 @@
94861
94861
  "page-0701",
94862
94862
  "page-0707",
94863
94863
  "page-0722",
94864
- "page-0723",
94864
+ "page-0724",
94865
94865
  "page-0793",
94866
94866
  "page-0865",
94867
94867
  "page-0967",
@@ -94990,7 +94990,7 @@
94990
94990
  "page-0720",
94991
94991
  "page-0721",
94992
94992
  "page-0722",
94993
- "page-0723",
94993
+ "page-0724",
94994
94994
  "page-0725",
94995
94995
  "page-0726",
94996
94996
  "page-0745",
@@ -95183,7 +95183,7 @@
95183
95183
  "page-0669",
95184
95184
  "page-0682",
95185
95185
  "page-0721",
95186
- "page-0724",
95186
+ "page-0723",
95187
95187
  "page-1206",
95188
95188
  "page-1215",
95189
95189
  "page-1226",
@@ -96493,7 +96493,7 @@
96493
96493
  "page-0659",
96494
96494
  "page-0690",
96495
96495
  "page-0700",
96496
- "page-0723",
96496
+ "page-0724",
96497
96497
  "page-1217",
96498
96498
  "page-1218",
96499
96499
  "page-1237"
@@ -97731,7 +97731,7 @@
97731
97731
  "page-0707",
97732
97732
  "page-0720",
97733
97733
  "page-0721",
97734
- "page-0723",
97734
+ "page-0724",
97735
97735
  "page-0725",
97736
97736
  "page-0726",
97737
97737
  "page-0807",
@@ -98109,7 +98109,7 @@
98109
98109
  "page-0669",
98110
98110
  "page-0707",
98111
98111
  "page-0722",
98112
- "page-0723"
98112
+ "page-0724"
98113
98113
  ],
98114
98114
  "join": [
98115
98115
  "page-0009"
@@ -98243,7 +98243,7 @@
98243
98243
  "page-0230",
98244
98244
  "page-0668",
98245
98245
  "page-0669",
98246
- "page-0724",
98246
+ "page-0723",
98247
98247
  "page-1165",
98248
98248
  "page-1166",
98249
98249
  "page-1167",
@@ -98337,7 +98337,7 @@
98337
98337
  ],
98338
98338
  "addresses": [
98339
98339
  "page-0010",
98340
- "page-0723",
98340
+ "page-0724",
98341
98341
  "page-1204"
98342
98342
  ],
98343
98343
  "streaming": [
@@ -98755,7 +98755,7 @@
98755
98755
  "page-0586",
98756
98756
  "page-0589",
98757
98757
  "page-0600",
98758
- "page-0723",
98758
+ "page-0724",
98759
98759
  "page-0736",
98760
98760
  "page-0804",
98761
98761
  "page-0851",
@@ -98868,7 +98868,7 @@
98868
98868
  "page-0652",
98869
98869
  "page-0668",
98870
98870
  "page-0714",
98871
- "page-0723",
98871
+ "page-0724",
98872
98872
  "page-0871",
98873
98873
  "page-1215",
98874
98874
  "page-1217",
@@ -101988,7 +101988,7 @@
101988
101988
  "page-0720",
101989
101989
  "page-0721",
101990
101990
  "page-0722",
101991
- "page-0723",
101991
+ "page-0724",
101992
101992
  "page-0725",
101993
101993
  "page-0726",
101994
101994
  "page-0746",
@@ -103412,7 +103412,7 @@
103412
103412
  "page-0701",
103413
103413
  "page-0716",
103414
103414
  "page-0722",
103415
- "page-0723",
103415
+ "page-0724",
103416
103416
  "page-0793",
103417
103417
  "page-0869",
103418
103418
  "page-1169",
@@ -103490,7 +103490,7 @@
103490
103490
  "page-0050",
103491
103491
  "page-0101",
103492
103492
  "page-0103",
103493
- "page-0723"
103493
+ "page-0724"
103494
103494
  ],
103495
103495
  "install": [
103496
103496
  "page-0050",
@@ -104202,7 +104202,7 @@
104202
104202
  "page-0548",
104203
104203
  "page-0708",
104204
104204
  "page-0722",
104205
- "page-0723",
104205
+ "page-0724",
104206
104206
  "page-0728",
104207
104207
  "page-0729",
104208
104208
  "page-0730",
@@ -104532,7 +104532,7 @@
104532
104532
  "page-0716",
104533
104533
  "page-0717",
104534
104534
  "page-0722",
104535
- "page-0723",
104535
+ "page-0724",
104536
104536
  "page-0839",
104537
104537
  "page-1174",
104538
104538
  "page-1215"
@@ -104904,7 +104904,7 @@
104904
104904
  "page-0704",
104905
104905
  "page-0716",
104906
104906
  "page-0722",
104907
- "page-0723",
104907
+ "page-0724",
104908
104908
  "page-0725",
104909
104909
  "page-1211"
104910
104910
  ],
@@ -105912,7 +105912,7 @@
105912
105912
  "page-0667",
105913
105913
  "page-0674",
105914
105914
  "page-0699",
105915
- "page-0723",
105915
+ "page-0724",
105916
105916
  "page-0839",
105917
105917
  "page-0896",
105918
105918
  "page-1179"
@@ -107075,7 +107075,7 @@
107075
107075
  "page-0691",
107076
107076
  "page-0699",
107077
107077
  "page-0704",
107078
- "page-0723",
107078
+ "page-0724",
107079
107079
  "page-0839",
107080
107080
  "page-0910",
107081
107081
  "page-0998",
@@ -107270,7 +107270,7 @@
107270
107270
  ],
107271
107271
  "timeouts": [
107272
107272
  "page-0162",
107273
- "page-0723"
107273
+ "page-0724"
107274
107274
  ],
107275
107275
  "timeout": [
107276
107276
  "page-0162",
@@ -107429,7 +107429,7 @@
107429
107429
  "page-0691",
107430
107430
  "page-0709",
107431
107431
  "page-0716",
107432
- "page-0723",
107432
+ "page-0724",
107433
107433
  "page-1072",
107434
107434
  "page-1115",
107435
107435
  "page-1128",
@@ -107824,7 +107824,7 @@
107824
107824
  "page-0532",
107825
107825
  "page-0690",
107826
107826
  "page-0716",
107827
- "page-0723",
107827
+ "page-0724",
107828
107828
  "page-1044",
107829
107829
  "page-1045",
107830
107830
  "page-1046",
@@ -108477,7 +108477,7 @@
108477
108477
  "development": [
108478
108478
  "page-0207",
108479
108479
  "page-0722",
108480
- "page-0724",
108480
+ "page-0723",
108481
108481
  "page-0965",
108482
108482
  "page-1168",
108483
108483
  "page-1217"
@@ -111250,7 +111250,7 @@
111250
111250
  "page-0561",
111251
111251
  "page-0562",
111252
111252
  "page-0563",
111253
- "page-0723"
111253
+ "page-0724"
111254
111254
  ],
111255
111255
  "safety": [
111256
111256
  "page-0554",
@@ -112143,7 +112143,7 @@
112143
112143
  "curl": [
112144
112144
  "page-0714",
112145
112145
  "page-0716",
112146
- "page-0723"
112146
+ "page-0724"
112147
112147
  ],
112148
112148
  "failed:": [
112149
112149
  "page-0715"
@@ -112241,13 +112241,13 @@
112241
112241
  "page-0721"
112242
112242
  ],
112243
112243
  "listen": [
112244
- "page-0723"
112244
+ "page-0724"
112245
112245
  ],
112246
112246
  "whitelist": [
112247
- "page-0723"
112247
+ "page-0724"
112248
112248
  ],
112249
112249
  "failing": [
112250
- "page-0723"
112250
+ "page-0724"
112251
112251
  ],
112252
112252
  "make": [
112253
112253
  "page-0725",