- Fixed lead data loss bug in Enrichment Mapper (fullResponse overwrites
input data — now references upstream node)
- Full README with architecture diagram, input/output schemas, swap points,
test results, pricing tiers
- Live test results: validation ✓, mock enrichment ✓, Apollo path ✓
- Apollo free plan blocks people/match — documented as known limitation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add lead-actions-example.json — reference workflow demonstrating four optional
action patterns (HubSpot upsert, Slack notification, welcome email, audit log)
routed by profile grade from Workflow 1 output. Uses HTTP Request nodes for
Slack (no credential dependency), Set node for audit log (template buyers wire
their own sink), continueOnFail on all action nodes, and an Error Trigger +
email alert pair for runtime visibility.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11-node workflow: Webhook → Input Mapper → Clean & Validate → Validation Router
branches to Dead Letter (422) or Test Mode Check → Mock Enrichment / Apollo HTTP
Request → Enrichment Mapper & Grader → Success Response (200). Both live and
mock paths converge on Success Response. JSON validated parseable and structurally
correct.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>