n8n-nodes-workflow-ops
v0.1.0
Published
Workflow Ops proof node for normalizing automation leads and drafting replies in n8n.
Maintainers
Readme
n8n-nodes-workflow-ops
Workflow Ops proof node for n8n.
This package is a small community-node proof asset for Workflow Ops Desk. It demonstrates that we can structure, test, package, and publish an n8n community node without claiming paid client history.
What It Does
The Workflow Ops node has three operations:
Normalize Lead: turns common lead fields into a consistent object.Score Lead: produces a simple automation-lead score from payment, scope, and urgency signals.Build Reply Draft: drafts a short, truthful first response for a small workflow-support lead.
Why This Exists
Some buyers ask for proof that a contractor has shipped or packaged n8n community-node work. This repository is a transparent proof package, not a client case study. It is useful as a starting point for small n8n node work, workflow triage, and proposal demonstrations.
Local Checks
npm install
npm test
npm run build
npm pack --dry-runPublishing Notes
n8n community nodes are npm packages. The package follows the visible community-node requirements:
- package name starts with
n8n-nodes-, - package keywords include
n8n-community-node-package, - package
n8n.nodespoints to the compiled node, - a GitHub Actions publish workflow is included for provenance-ready publishing.
Publishing to npm requires an npm account and package publishing permissions. No paid plan is required.
