n8n beats Zapier for income systems on one specific dimension: it lets you call AI models inside a workflow without paying per action. That single feature is the difference between a $500 monthly automation bill and a $20 one. Once you build even three workflows, the compounding time savings pay for the whole learning curve.
This is not an n8n tutorial for tutorial's sake. Every workflow below is one you should have running in your business by the end of the week.
n8n in Under 10 Minutes
- Sign up for n8n Cloud free tier (or self-host on Railway for $5/mo).
- Add credentials for OpenAI, Anthropic, Gmail (OAuth), and Stripe (secret key).
- Create a workspace-level environment variable for your ESP API key so you can reuse it across workflows.
- Turn on the built-in error workflow to email you when any workflow fails.
Workflow 1 — Lead Magnet Auto-Delivery
- Trigger: Webhook (POST from your form provider).
- Function node: normalize email, name, source.
- Gmail / Resend: send email with PDF link.
- HTTP request: tag subscriber in ESP as prospect.
- Google Sheets: append row (email, source, timestamp).
Workflow 2 — Stripe Purchase Delivery
- Trigger: Stripe trigger on checkout.session.completed.
- Function node: extract email, product_id, amount.
- Switch node: route by product_id to the right delivery email template.
- Gmail / Resend: send product access email.
- HTTP request: tag buyer in ESP as buyer_[product].
- HTTP request: remove buyer from prospect sequence.
- Add to buyer follow-up sequence.
Workflow 3 — 5-Platform Content Repurposing
- Trigger: RSS on your newsletter or blog.
- Claude node: rewrite as one LinkedIn post.
- OpenAI node: rewrite as a Twitter/X thread.
- OpenAI node: generate 3 Pinterest descriptions.
- OpenAI node: write a 60-second Shorts script.
- OpenAI node: write an Instagram caption.
- Google Sheets: append all versions in a single row for scheduling.
Rewrite the article below as a single LinkedIn post. Constraints: hook in first 2 lines that stops the scroll, 5-8 short paragraphs, one specific insight per paragraph, no emojis, one soft CTA at the end. Do not summarize — teach the same idea in LinkedIn's native rhythm. Article: {{ $json.contentSnippet }}Workflow 4 — Weekly AI Business Review
- Trigger: Cron, Monday 7am.
- Stripe node: get last 7 days of charges.
- HTTP request: get last 7 days of new subscribers from ESP.
- Function node: compute totals + week-over-week deltas.
- Claude node: write a plain-English summary and flag anything unusual.
- Gmail: email the summary to you.
You are the analyst for a solo AI-income business. Given this week's numbers vs last week's, write a 6-8 sentence summary: what happened, what changed, and one honest observation. Avoid corporate speak. Flag anything that looks unusual and suggest one small experiment to try this week. Data: {{ JSON.stringify($json) }}Workflow 5 — Abandoned Lead Follow-Up
- Trigger: ESP webhook (subscriber added).
- Wait: 48 hours.
- HTTP request: check if the subscriber has opened Email 1.
- IF node: if not opened, send re-engagement email with a different subject line.
- Tag as re-engaged or cold based on the response.
Workflow 6 — New Buyer Onboarding Sequence
- Trigger: Purchase workflow tags buyer.
- Wait: 5 minutes — send welcome email with what to do first.
- Wait: 24 hours — send quick-start guide.
- Wait: 72 hours — send check-in with one question.
- Wait: 7 days — send upsell to the natural next product.
Workflow 7 — AI Customer Support Responder
- Trigger: Gmail on new email to support@.
- Claude node: read the email and draft a response using your knowledge base as context.
- Gmail draft node: create a draft in your inbox for one-click approval.
- Optional: after 3 hours of no action, send the draft automatically.
You are the support agent for [PRODUCT]. Read the customer email below and write a friendly, direct reply. Use the knowledge base excerpts provided. If the answer requires action from a human (refund, billing change, custom request), draft a short reply that acknowledges the request and says a human will follow up within 24 hours — do not attempt to resolve those yourself. Email: {{ $json.snippet }}. Knowledge base: {{ $json.kb }}If this guide gave you clarity, the full AI Income Systems Lab curriculum takes you from playbook to shipped business — courses, live builds, prompt library, workflow templates, and a private community of builders.
Ready to actually build this?
The full AI Income Systems Lab curriculum takes you from playbook to shipped business — courses, prompt library, workflow templates, and a private community of builders.