n8n入门
- 环境搭建
- demo流程
- Webhook
- Edit Files
- Respond to Webhook
- 点击"执行工作流"
- 终端执行
- 结果显示
环境搭建
npm install n8n -g
// 启动服务
n8n start
demo流程
绿色Active表示发布,不会跟随关闭浏览器而中断

Webhook

Edit Files

Respond to Webhook

点击"执行工作流"

终端执行
curl -X POST http://localhost:5678/webhook-test/webhook
结果显示
