Skip to content

Add n8n lead-gen workflow (enrich → score → outreach → offer) - #16

Draft
hatcheric950 wants to merge 2 commits into
mainfrom
claude/n8n-mcp-http-server-q99366
Draft

Add n8n lead-gen workflow (enrich → score → outreach → offer)#16
hatcheric950 wants to merge 2 commits into
mainfrom
claude/n8n-mcp-http-server-q99366

Conversation

@hatcheric950

Copy link
Copy Markdown
Owner

What

Adds a version-controlled, importable n8n workflow plus docs under n8n/.

  • n8n/lead-enrich-score-outreach.json — importable workflow
  • n8n/README.md — import steps, placeholders, credentials, caveats

Flow

Google Sheets trigger → Apollo enrich → Score Lead → Save to Sheet → IF intent_score > 70 → (HeyReach outreach → Gumroad email offer), with a No-Op on the low-score branch. Save-to-Sheet runs for every lead; outreach and the offer are gated on the score.

Notes / fixes vs. the original draft

  • Corrected trigger to googleSheetsTrigger (the plain Sheets node has no watch op).
  • Apollo call points at POST /v1/people/match with X-Api-Key header auth via n8n credentials (no inline keys).
  • Added an explicit Score Lead node so intent_score has a real source (placeholder heuristic — swap for your own signal).
  • Reordered so scoring gates outreach + offer; IF uses a numeric comparison.
  • Fleshed out the Sheets update (matching column), HeyReach payload, and Gumroad email node.

Caveats

  • Not run against a live n8n instance.
  • HeyReach endpoint/payload (AddLeadsToCampaignV2) is a best guess and may need adjusting for your API version.

Secrets are referenced via n8n credentials, not committed.

🤖 Generated with Claude Code

https://claude.ai/code/session_01ET8wbbfTmZwBivTgHzF2bU


Generated by Claude Code

Google Sheets trigger -> Apollo enrich -> score -> save -> gate on
intent_score -> HeyReach outreach + Gumroad offer. Placeholders and
credential refs documented in n8n/README.md.
Document import steps, placeholders, credentials, and known caveats.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant