What you learn
- The marketing vocabulary: impressions, CTR, conversion, lead, funnel, upsell
- Lead magnets, capture forms, and double opt-in as a legal requirement in the EU and CH
- Sending email from your own domain versus a third-party provider
Summary
You can build the best tool in the world and earn nothing if nobody finds it and nobody comes back. Marketing is the plumbing that fixes that: it captures interested strangers, earns permission to contact them, and nurtures them toward becoming customers. This lesson teaches the vocabulary so you can plan and talk about growth precisely, the mechanics of lead magnets and capture forms, the funnel that turns a contact into a customer, and the legal rules - especially double opt-in - that you must follow when you collect and email people in Europe and Switzerland.
What you will learn
You will learn the core marketing terms (impressions, click-through rate, conversion, lead, funnel, upsell), how to design a lead magnet worth an email address, how newsletter and contact forms actually capture a contact, why double opt-in is a legal requirement and not a nicety in the EU and CH, and the trade-offs between sending email from your own domain and using a third-party provider.
Prerequisites
A live site from Course 1 or 3 to put a form on, and the automation basics from earlier in this course - a funnel is just an automation triggered by a form submission. The legal context from CLAUDE.md (GDPR, FADP, US state laws) is directly relevant here, because email marketing is one of the most regulated things a small business does.
An API is a way for two programs to talk to each other. Learn what an API is, how it works, and why it matters for building with AI.
A database is an organised store for your app data that you can save, search and update. Learn what databases are and the main types in plain language.
A .env file stores secrets like API keys outside your code so they never get published. Learn what it is, how it works and how to keep it safe.
The problem
Founders pour effort into a product and then "do marketing" as a vague afterthought, usually meaning a few social posts that reach no one. They have no way to capture the handful of genuinely interested people who do show up, no permission to follow up, and no language to even diagnose what is failing. Is the problem that nobody sees the page (impressions), that they see it and do not click (CTR), or that they click and do not act (conversion)? Without the vocabulary and the plumbing, you cannot tell, so you cannot fix it.
The vocabulary you need
You cannot improve what you cannot name. These few terms let you diagnose a funnel precisely and talk to any marketer or tool. Learn them once and the whole field stops being a fog.
- Impressions: how many times your thing was shown (a search result, an ad, a post). The top of the funnel - no impressions, no anything.
- Click-through rate (CTR): of those who saw it, the share who clicked. Measures how compelling your title and offer are.
- Conversion: the share of visitors who take the action you want (sign up, buy, download). The number that actually pays.
- Lead: a person who gave you permission to contact them, usually an email address. The asset a funnel exists to create.
- Funnel: the path from stranger to customer, narrowing at each step (saw it, clicked, became a lead, bought).
- Upsell: offering an existing customer something more (a higher tier, an add-on) once they already trust you. The cheapest revenue you will ever earn.
Lead magnets and capture forms
People will not give you their email for nothing, and they should not. A lead magnet is something genuinely useful you give away in exchange for an email: a checklist, a template, a short guide, a free tool, a discount. The bar is real value - if the magnet is thin, the lead is worthless. A capture form collects the email, and the best forms ask for the minimum (often just the email) because every extra field lowers conversion. The form submission is the trigger that starts everything downstream, which is where the automation skills from earlier in this course come in: form submitted, contact stored, welcome sequence begins.
- Make the magnet specific and immediately useful - "the 12-point pre-launch security checklist" beats "our newsletter".
- Ask for as little as possible. Email only, unless a later step truly needs more.
- A contact form is a lead magnet too: someone reaching out is a warm lead, so capture and follow up, do not just reply once.
- State clearly what they are signing up for and link your privacy policy on the form. This is both honest and legally required.
Double opt-in: a legal requirement, not a nicety
This is the part too many builders get wrong and it carries real legal risk. In the EU (GDPR) and Switzerland (revFADP), you generally need clear, demonstrable consent before sending marketing email, and the robust way to get and prove it is double opt-in. Single opt-in means someone submits the form and you start emailing. Double opt-in adds a step: after they submit, you email them a confirmation link, and they only become a subscriber once they click it. This proves the email belongs to them, proves they consented, and protects you from complaints and fines. It also improves deliverability because your list is clean. Treat double opt-in as mandatory for any EU or Swiss audience, and good practice everywhere.
- Submit form, then send a confirmation email with a unique link. No marketing emails until they click it.
- Log the consent: timestamp, IP, and what exactly they agreed to. You may need to prove it later.
- Every marketing email must have a working one-click unsubscribe, and you must honour it promptly.
- Never buy email lists or add people who did not opt in. It is illegal in the EU and CH and destroys your sender reputation.
Email funnels: nurture toward purchase
Once someone is a confirmed lead, a funnel is simply a sequence of emails that builds trust and moves them toward buying, sent automatically at the right intervals. A typical shape: a welcome email delivering the magnet, a few emails of genuine value (not constant selling), a soft introduction of your paid offer, and a clear call to action. The automation tools from the n8n lesson, or a dedicated email platform, send the right message at the right time without you touching it. The goal is not to spam; it is to stay useful and present until the moment the lead is ready, then make the offer obvious. A well-designed nurture sequence is the difference between a list that converts and a list that ignores you.
Own domain versus third-party provider
You will face one technical choice: send email yourself from your own domain, or use a third-party email provider. For transactional and marketing email at any real volume, use a reputable provider - they handle deliverability, the authentication records (SPF, DKIM, DMARC) that stop your mail landing in spam, bounce handling, unsubscribe management and compliance tooling. Sending bulk email from a raw self-hosted server is a deliverability nightmare and a security exposure. Note that SESSION-PLAN defers picking a specific email provider for this project, so this lesson teaches the durable principles rather than a brand: use your own domain for sender identity and trust, but send through a provider that manages deliverability and consent for you.
- Use your own domain as the sender (hello@yourbusiness.com) for trust and brand - never a generic free address for business email.
- Send through a provider that handles SPF, DKIM and DMARC, so your mail authenticates and reaches the inbox.
- Let the provider manage unsubscribes, bounces and consent records - doing this yourself correctly is harder than it looks.
- Keep marketing and transactional sending separated so a marketing complaint never blocks your password-reset emails.
Typical mistakes
The expensive ones: emailing people who only single-opted-in (or never opted in at all) in the EU or CH, which is a legal violation; a weak lead magnet that earns junk emails; capture forms that demand ten fields and kill conversion; no unsubscribe link; sending bulk mail from a raw server straight into spam folders; and "doing marketing" with no way to measure impressions, CTR or conversion, so you cannot tell what is broken. Get consent right first - everything else is fixable, a privacy complaint is not.
Business ROI
An email list is the only marketing asset you fully own - not rented from a platform that can change its algorithm overnight. Every confirmed, consented lead is a person you can reach directly, repeatedly, at near-zero cost, which is why a healthy list is one of the highest-value things a small business builds. Funnels turn that list into recurring revenue automatically, and upsells to existing customers are the cheapest sales you will ever make. The vocabulary lets you find and fix the leaky step instead of guessing. Done right and legally, this plumbing compounds for years.
Checklist
You are ready to move on when each of these is true, because the next lesson adds the human oversight that keeps automated systems safe.
- Define impressions, CTR, conversion, lead, funnel and upsell from memory.
- Describe a specific lead magnet and a minimal capture form for your business.
- Explain why double opt-in is legally required for an EU or CH audience.
- State why you send from your own domain through a third-party provider.
Resources
The privacy and consent material in Course 5 goes deeper on GDPR and FADP compliance, and is required reading before you email a single real person in Europe or Switzerland. SESSION-PLAN defers the specific email provider for this project, so when you implement, choose a reputable provider and follow their authentication and double opt-in guides rather than rolling your own. Your privacy policy must be live and linked from every form.
Your task
Design one lead magnet for your business and write the three emails of a minimal nurture funnel: the welcome-and-deliver email, one pure-value email, and one soft-offer email. Sketch the double opt-in confirmation step. You do not have to send them yet; the goal is a concrete, compliant funnel on paper you could wire up in an afternoon.
Next lesson
Automated systems are powerful and occasionally wrong, so the best ones keep a human at the points that matter. The next lesson covers human-in-the-loop design, the founder's Stripe Minions pattern, and turning every mistake into a rule the system learns from.

Comments
Loading comments.
Post a comment