SlopScore
00 crowd

lead-magnet-nurture-sequence-n8n

n8n workflow that automatically sends a personalized 3-email nurture sequence (welcome, tips, offer) to new leads using AI-generated content and timed delays.
Open repo on GitHubgithub.com/moustafaabdalmonaem/lead-magnet-nurture-sequence-n8n
★ 1 · 0 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other
listed 1 hour ago by moustafaabdalmonaem · last checked 1 hour ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-14: n8n workflow that automatically sends a personalized 3-email nurture sequence (welcome, tips, offer) to new le; its own README says "nce automatically over the following days: a welcome email, a value/tips email, and a soft-offer email — each written by AI based on the lea". 1 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as moustafaabdalmonaem. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
n8n workflow that automatically sends a personalized 3-email nurture sequence (welcome, tips, offer) to new leads using AI-generated content and timed delays.
created
2026-08-29 · pushed 2 weeks ago · 3 commits · 1 contributor
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 1 hour ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: n8n workflow that automatically sends a personalized 3-email nurture sequence (welcome, tips, offer) to new le; its own README says "nce automatically over the following days: a welcome email, a value/tips email, and a soft-offer email — each written by AI based on the lea". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen

Lead Magnet Nurture Sequence

An n8n workflow that automatically nurtures a new lead with a 3-email sequence after they sign up for a free resource — no manual follow-up required.

Overview

When someone fills out a lead capture form to get a free resource, this workflow personalizes and sends a short welcome/nurture email sequence automatically over the following days: a welcome email, a value/tips email, and a soft-offer email — each written by AI based on the lead's name and stated interest.

Workflow Steps

  1. LeadForm — A form trigger capturing:
    • Full Name (required)
    • Email Address (required)
    • Topic of Interest (optional)
  2. GenerateWelcomeEmail — An LLM (gpt-oss-120b via Groq) writes a short, warm welcome email personalized with the lead's name and interest.
  3. RespondToLead — Immediately shows the lead a confirmation page ("You're In!") so they don't have to wait for the email pipeline to finish.
  4. SendWelcomeEmail — Sends the generated welcome email via SMTP.
  5. WaitBeforeValueEmail — Pauses before the next email (demo: 10 seconds; production: 2 days).
  6. GenerateValueEmail — AI writes a short, genuinely useful tips email related to the lead's interest.
  7. SendValueEmail — Sends the tips email via SMTP.
  8. WaitBeforeOfferEmail — Pauses again (demo: 15 seconds; production: 3 days).
  9. GenerateOfferEmail — AI writes a warm, low-pressure offer/CTA email.
  10. SendOfferEmail — Sends the offer email via SMTP.

Tech Stack

  • n8n (self-hosted, free tier) — workflow automation, form trigger, and Wait nodes for time-delayed sequencing
  • Groq API (free tier) — LLM inference (openai/gpt-oss-120b) for all 3 personalized emails
  • Brevo SMTP (free tier) — actual email delivery
  • LangChain nodes (@n8n/n8n-nodes-langchain) — LLM chaining

Setup Notes

  • Requires a Groq API credential (for the gpt-oss-120b model node) and an SMTP credential (for the 3 email-sending nodes). Both are placeholders in the exported JSON and must be reconnected to your own credentials after importing.
  • The sender email set in each "Send" node must be a verified sender in your SMTP provider (e.g. verified in Brevo) or sending will fail.
  • The Wait node durations are set to short demo values (seconds) so the full sequence can be tested end-to-end quickly. For real-world use, change them to actual day-based delays (e.g. 2 days, 3 days) and publish/activate the workflow so it keeps running in the background between waits.

Screenshots

  • workflow-screenshot.png — the full workflow canvas after a successful end-to-end execution.
  • output-example.png — the confirmation page a lead sees immediately after submitting the form.

Possible Extensions

  • Log every lead into a CRM or Google Sheet to track who's in which stage of the sequence.
  • Add conditional branching (e.g. skip the offer email if the lead already replied or booked a call).
  • A/B test different subject lines or email styles across leads.
  • Add an unsubscribe/opt-out check before each send.
output-example workflow-screenshot

Read the rest on GitHub

Scan report · 2026-09-14
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review — +10 owner has 0 followers; +15 no detected language (no code?)

0 comments

log in to comment.

report this listinglog in to report