添加其他n8n学习资源:快捷键速查表及webhook_demo

This commit is contained in:
soluckysummer
2025-09-04 11:02:00 +08:00
parent 80ac2cd36d
commit 05684c9f47
3 changed files with 107 additions and 1 deletions
+6 -1
View File
@@ -14,13 +14,18 @@
- [N8N重磅升级:一键解锁2000+AI工作流节点!](./workflows/community_nodes.json)
- [还在手动整理Excel?试试这个AI工作流,一键完成数据清洗与校验!](./workflows/ExcelAutoCleaning.json)
- [AI自动化:一键批量生成爆款海报,效率提升100倍](./workflows/n8nposter.json)
- [n8n速成指南:10个高手常用的工作流搭建技巧 - webhook演示工作流!](./workflows/webhook_demo.json)
## 使用指南
### 使用指南
1. 访问[workflows目录](./workflows)
2. 下载所需JSON配置文件
3. 在N8N中点击"Import from file"导入
4. 根据您的需求调整参数
## 其他n8n学习资源
- [n8n工作流快捷键速查表](./resource/shortcut_key.png)
## 贡献指南
欢迎提交您的工作流配置!请确保:
- 移除敏感信息(API密钥等)
Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

+101
View File
@@ -0,0 +1,101 @@
{
"name": "webhook test",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "c1dda9ee-8759-421d-8ec3-33b3e3c601c0",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
-48,
-16
],
"id": "36cc3ab0-5f09-4fb2-9c54-3c9d0d9506a8",
"name": "Webhook",
"webhookId": "c1dda9ee-8759-421d-8ec3-33b3e3c601c0"
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "e56a6bb2-56a5-4228-9ff4-725a8bc929f3",
"name": "webhook_value",
"value": "={{ $json.body.test }}",
"type": "string"
},
{
"id": "aabe8a81-6a94-4588-86b5-f82947cc09df",
"name": "text",
"value": "返回值在这里",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
208,
-16
],
"id": "b337861e-6b88-466e-8a03-ed4ac994e7a3",
"name": "Edit Fields"
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={\n \"reponse\": \"{{ $json.text }}\"\n} ",
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.4,
"position": [
480,
-16
],
"id": "deb90910-482c-41df-94ee-a36aea5151f9",
"name": "Respond to Webhook"
}
],
"pinData": {},
"connections": {
"Webhook": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "f33c2687-17d5-4f71-8f54-85cc54e866e1",
"meta": {
"instanceId": "b98b98135dab39d60742eab16a2a66a05dec7028bfdb9b31aea7dce5ef9e0c67"
},
"id": "BMTHLkqciquwQJlZ",
"tags": []
}