Add n8n lead-gen workflow (enrich → score → outreach → offer) - #16
Draft
hatcheric950 wants to merge 2 commits into
Draft
Add n8n lead-gen workflow (enrich → score → outreach → offer)#16hatcheric950 wants to merge 2 commits into
hatcheric950 wants to merge 2 commits into
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a version-controlled, importable n8n workflow plus docs under
n8n/.n8n/lead-enrich-score-outreach.json— importable workflown8n/README.md— import steps, placeholders, credentials, caveatsFlow
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
googleSheetsTrigger(the plain Sheets node has nowatchop).POST /v1/people/matchwithX-Api-Keyheader auth via n8n credentials (no inline keys).Score Leadnode sointent_scorehas a real source (placeholder heuristic — swap for your own signal).Caveats
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