http://localhost:5678
~/n8n-workflows
來存 Workflowsimple-webhook-example
/hello-n8n
return [{json:{message: "Hello from n8n simple example"}}];
curl -X POST http://localhost:5678/webhook/hello-n8n
{"message":"Hello from n8n simple example"}
// Function 節點程式碼
return [{json:{message: "Hello from n8n simple example"}}];
http://localhost:5678/webhook/hello-n8n
p 5679:5678
[{json:{...}}]