n8n-nodes-skopon-begin
v0.5.0
Published
Skopon Begin production webhook trigger node for n8n
Downloads
142
Readme
n8n-nodes-skopon-begin
Skopon Begin production webhook trigger and respond nodes for n8n.
Usage
The Skopon Begin Trigger validates the incoming stage payload and outputs { success, taskStatus, ...payload } for downstream nodes. The Skopon Respond node sends the HTTP response with the real n8n execution id as taskId, matching the Skopon End node.
Workflow wiring
Skopon Begin Trigger → IF ($json.success == 1)
├─ true → Skopon Respond (Status: Running) → … business logic … → Skopon End
└─ false → Skopon Respond (Status: Failed, Message: ={{ $json.message }})Skopon Respond settings
| Branch | Status | Message |
|--------|--------|---------|
| Success | Running | (leave empty) |
| Failure | Failed | ={{ $json.message }} |
Task ID defaults to ={{ $execution.id }} on both branches — no custom JSON expressions required.
Development
npm install
npm run dev
npm testLicense
MIT
