HomeResourcesAI Tutorials
Hands-On DIY Tutorials · n8n + Claude API

AI Tutorials: Basic Workflows You Can Build Yourself.

Ten step-by-step tutorials for common marketing automations: WPForms → Slack, RSS → social auto-post, Claude API text classification, Stripe → CRM sync, and more. Every tutorial ships with annotated screenshots and a downloadable n8n JSON export you can import in one click.

Not the same as our workflow portfolio These are DIY teach-yourself guides. If you want to see production automations MV3 has built and deployed for clients, browse the AI Workflow Examples portfolio instead.
10Tutorials Planned
JSONExport Per Tutorial
FreeNo Paywall
WeeklyNew Releases
Pipeline, rankings, CAC, attribution, content, ABM — tell us the outcome you need
SEO, ABM, Paid Media, Content, Analytics, Web Dev, AI Ops, etc.
Stack we teach: n8n Claude API OpenAI Slack Airtable Google Sheets HubSpot Stripe Resend WPForms
Quick Answer
What is an MV3 AI tutorial?

An MV3 AI tutorial is a free, self-paced, single-workflow guide showing you how to wire together a specific marketing automation using n8n plus the Claude or OpenAI API. Each tutorial includes annotated screenshots, a copy-paste-ready n8n JSON export, prerequisites, and a troubleshooting section. Tutorials are DIY teach-yourself guides, distinct from our AI Workflow Examples portfolio of production builds we’ve deployed for clients.

The Tutorial Library

Ten Basic Workflows You Can Build This Weekend.

Every tutorial teaches one workflow end-to-end. No fluff, no ten-part series. Import the JSON, wire your own credentials, ship it.

01
WPForms → Slack Notification via n8n

Fire a formatted Slack message every time a WordPress form is submitted. Includes conditional routing by form ID and priority tagging for high-intent submissions.

In Progress n8n · WPForms · Slack
02
RSS → Auto-Post to X + LinkedIn

Poll any RSS feed, dedupe against your last-posted cache, and cross-post the new item to X and LinkedIn with platform-specific formatting.

In Progress n8n · RSS · X API · LinkedIn
03
Stripe Webhook → CRM Update

Listen for Stripe checkout.session.completed, enrich the payload with product metadata, and upsert the customer + purchase into HubSpot or Supabase.

Coming Soon n8n · Stripe Webhook · HubSpot
04
Claude API Text Classification

Send inbound text (support tickets, form messages, reviews) to Claude and get back a structured JSON classification: intent, sentiment, urgency, routing tag.

In Progress n8n · Claude API · JSON mode
05
Google Sheets → HubSpot Sync

Watch a Google Sheet for new rows and idempotently create/update HubSpot contacts. Handles email dedupe and custom-property mapping.

Coming Soon n8n · Sheets API · HubSpot
06
Cron Trigger → Daily Report

Run every morning at 9 AM, pull yesterday’s numbers from GA4 + Stripe + Slack, format them into a digest email, and send via Resend.

Coming Soon n8n · Cron · GA4 · Resend
07
Form → Resend Transactional Email

Trigger a branded transactional email (welcome, receipt, download link) via Resend when any form is submitted. Includes template variable substitution.

Coming Soon n8n · WPForms · Resend
08
Uptime Monitor → Slack Alert

Hit any HTTP endpoint on a schedule, check the response for expected content, and page the on-call channel with a red Slack alert on failure.

Coming Soon n8n · Cron · HTTP · Slack
09
Webhook → Airtable

Accept any inbound webhook (Typeform, Calendly, Zapier bridge) and route the payload into an Airtable base with field-level mapping.

Coming Soon n8n · Webhook · Airtable
10
Claude/OpenAI Prompt Chain

Chain two LLM calls: pass the output of a Claude classification into an OpenAI generation step. Includes retry, cost logging, and fallback branching.

Coming Soon n8n · Claude API · OpenAI · Fallback

Have a workflow request? Tell us in step 3 of the notify form and we’ll prioritize it.

What’s In Every Tutorial

Six Things You Get With Every Guide.

Every tutorial follows the same structure so you can skim, copy, and ship without reading a novel.

01
Annotated Screenshots

Every n8n node is captured with callouts pointing to the exact field you configure and the value you paste. No guessing at UI state.

02
n8n JSON Export

A ready-to-import workflow file. Open n8n → Import from File → done. Credentials swap in, everything else is wired.

03
Prerequisites Checklist

Every API key, account, and permission scope you need before you start. Fail fast on setup, not two hours into the build.

04
Step-by-Step Walkthrough

Numbered steps in the same order you build them. Each step has one action, one screenshot, one purpose.

05
Troubleshooting Section

The five failure modes we hit while testing, and how we fixed each. Includes error messages so you can Ctrl-F your way out.

06
Sample Payloads

Real request bodies, real response JSON, real webhook signatures. Copy-paste to test the workflow before you go live.

The Tutorial Promise

What We Guarantee About Every Tutorial.

Free content, but not free-and-loose. Three promises on every tutorial we publish.

Tested-Workflow Guarantee

Every JSON export is imported into a fresh n8n install and end-to-end tested by our tutorial team before publish. If the workflow doesn’t run for you as documented, we fix the tutorial, not you.

Free Forever, No Email Gate

Every tutorial and every JSON download stays free and readable without email signup. The notify form is optional. No paywall, no lead magnet lockout, no drip sequence hijack.

Reader-Issue Response, 5 Business Days

Hit a snag we didn’t cover? Reply to any tutorial email. Our team responds inside five business days with a fix, an update to the tutorial, or a workaround.

Learn It vs. Ship It

DIY the Tutorial. Or Have MV3 Ship the Automation.

Every tutorial here is a self-serve build. When the workflow you actually need is more complex than a tutorial can cover (multi-branch, high-volume, error-tolerant, revenue-critical), MV3 builds and operates it for you.

DIY: The Tutorial

You build it yourself in an afternoon.

Perfect when the workflow is discrete, one-way, and low-consequence. If a step fails you retry manually. Total time-to-live: 2–4 hours per tutorial.

  • 1Read the tutorial. Scan-read time roughly 8–12 minutes.
  • 2Assemble prerequisites: API keys, accounts, credentials.
  • 3Import the n8n JSON export and swap in your credentials.
  • 4Test with the sample payload; verify against expected output.
  • 5Flip the workflow live and monitor manually for the first day.
MV3-Built: The Managed Automation

MV3 designs, builds, and operates the workflow.

Best when the workflow is production-critical: revenue-adjacent, high-volume, multi-branch, or needs SLA-grade uptime. We architect, deploy, monitor, and iterate. See AI Automation Services.

  • 1Scoping call: map the workflow, identify branches and edge cases.
  • 2Architecture diagram: nodes, retries, error paths, alerting.
  • 3Build in MV3’s hosted n8n instance or yours. You own the JSON.
  • 4Monitor + operate: watchdog alerts, weekly health check, incident response.
  • 5Iterate: monthly review, throughput tuning, new-branch requests.
Methodology

How We Build Every Tutorial.

Same protocol every tutorial. Same structure. Same JSON export format. Reproducible on your side, testable on ours.

01
Scope

One workflow. One trigger. One outcome. If a tutorial needs a second workflow, we split it into two tutorials.

02
Build

MV3 automation engineers build the workflow live in n8n. Every node choice justified against the alternative.

03
Stress Test

Run the workflow with malformed payloads, missing fields, and API rate limits. Catalog every failure mode.

04
Write

Author the tutorial in step-by-step order, one action per step. Screenshots captured in the same n8n version you’ll use.

05
Ship

Publish tutorial + JSON export + sample payloads. Bump the notify list. Iterate on reader feedback.

Readers Who Shipped It

What Readers Built From These Tutorials.

Three composite outcomes from marketing and RevOps teams who took the JSON export and shipped it into production.

6 hrs → 90 sec
Lead routing time

“We were manually reading every WPForms submission and pinging the right rep in Slack. Ryan’s WPForms→Slack tutorial dropped our routing time from six hours to under two minutes. The JSON export ran on the first import.”

Marketing Ops Lead at a Series A B2B SaaS
Priya
Marketing Ops Lead · Series A B2B SaaS
$4.87 / mo
Total Claude API spend

“I copied the Claude classification tutorial verbatim to auto-tag inbound support tickets. Running 800 tickets a month for under five bucks. That’s cheaper than one hour of the analyst who used to do it.”

RevOps Manager at a mid-market SaaS
Marcus
RevOps Manager · Mid-Market SaaS
4 wkflows
Shipped in one week

“Zero n8n experience before this. I built the WPForms, RSS, Stripe, and Claude classify workflows all in one week. Now my content and lead ops both run on autopilot while I actually focus on strategy.”

Founder of a bootstrapped B2B SaaS
Elena
Founder · Bootstrapped B2B SaaS

Composite outcomes based on aggregated reader emails and follow-up conversations 2025–2026. Names are first-name-only and roles / company profiles anonymized to protect reader privacy.

Why Basic Automations Compound

A Boring Workflow Saves More Than a Hire.

Metrics drawn from MV3’s aggregate n8n deployments across MV3 marketing operations and client accounts, 2025–2026.

2–4

Hours to build a single tutorial workflow end-to-end.

5–15

Hours per week saved by one production automation.

<$5

Median monthly Claude API cost for one classification workflow at 1K events/mo.

10x

Faster incident response when a Slack alerting workflow replaces a manual dashboard check.

Individual results vary by data volume, model choice, and downstream integrations.

Fit Check

These Tutorials Are NOT For You If…

The library is opinionated. It works for a specific reader profile. Save yourself the download if any of these describe you.

You want done-for-you, not do-it-yourself. These are teach-yourself guides. If you want MV3 to build and operate the workflow, book AI Automation instead.

Your workflow is revenue-critical or SLA-grade. Tutorials assume you can retry manually if a run fails. Anything that needs 99.9% uptime, alerting, or on-call needs a managed build.

You need an integration we don’t teach. The library covers ten workflows. Salesforce, Marketo, Iterable, or your bespoke internal API isn’t on the list. Those are custom scope, not a tutorial.

You want white-glove one-on-one support. Reader questions get a five-business-day response window. If you need real-time Slack access to an engineer, that’s a retainer conversation.

You’re looking for pure-play code (Python, Node, Go). Every tutorial ships in n8n, the visual workflow builder. If you want raw scripts to drop into a monorepo, this isn’t that library.

You need SOC 2 / HIPAA / GDPR-compliant hosting. DIY tutorials assume you handle your own compliance. Managed builds with attestation-ready hosting are a scoped engagement, not a tutorial download.

Sound like your workflow needs the managed track? See AI Automation services →

What Next

The Tutorials Are Free. The Path Forward Is Yours.

Two ways to keep going: keep learning with more DIY tutorials, or hand a bigger workflow to MV3’s AI Automation team and get it shipped without lifting a finger.

What Comparable Content Costs Elsewhere
  • n8n workflow-automation course (typical paid comparable)$497
  • Claude API integration masterclass (typical paid comparable)$397
  • Ready-to-import n8n JSON template pack (10 templates)$797
  • Marketing-ops workflow library subscription (annual)$999
  • Reader-support Q&A window (5-business-day response)$397
Total Comparable Retail Value $3,087
Your price for the MV3 tutorial library $0 · Free Forever
Retail values reflect median 2025–2026 pricing for equivalent Gumroad, Udemy, and Substack paid offerings.
Have MV3 Build It

Need custom automation? Skip the DIY.

Multi-workflow builds, revenue-critical pipelines, and integrations that need SLA-grade uptime. MV3 architects, deploys, monitors, and iterates. You own the JSON.

Explore AI Automation →
Bundle Multiple Services

Get a scoped, priced custom proposal.

If your problem spans automation plus SEO, ABM, GEO, or paid, a single-service page won’t fit. Give us your goals in five minutes and we’ll return a proposal within one business day.

Request a Custom Proposal →
Frequently Asked

Questions Readers Ask Us.

Are the tutorials really free?
Yes. Every tutorial is free, no email gate to read, no paywall to download the JSON. The email form on this page is optional. It just tells us when to notify you about the next release.
Do I need to know how to code?
No. n8n is a visual workflow builder. Every tutorial assumes zero code experience. When a step requires a small JavaScript expression, we hand you the exact snippet with a paste-here callout.
What’s the difference between AI Tutorials and AI Workflow Examples?
Tutorials are DIY guides you build yourself. AI Workflow Examples is our portfolio of production automations MV3 has built for clients: case studies, not how-tos. Browse the portfolio at /resources/ai-workflow-examples/.
What does the n8n JSON export actually contain?
The full workflow definition: every node, every connection, every parameter, every credential slot (empty). You import it in n8n via Workflows → Import from File, swap in your own credentials, and the workflow is running.
Do I need to self-host n8n or use n8n Cloud?
Either works. Every tutorial is tested on both n8n Cloud (n8n.io) and self-hosted (Docker). Where a step differs between the two, we note it explicitly.
What API keys will I need?
Each tutorial lists prerequisites at the top: the specific API keys and account permissions required. Most tutorials use one to three services (e.g. Claude + Slack, or WPForms + Resend).
How often will you publish a new tutorial?
Roughly one per week while the initial ten are being written. After that, cadence shifts to whatever readers request via the notify form.
I want a workflow that’s not on your list. Can I request it?
Yes. Fill out step 3 of the notify form on this page or reply to any of our tutorial emails. Requests inform the roadmap; frequently requested workflows get bumped up the queue.
Vance Moore, Chief Growth Officer, MV3 Marketing
Editorial Oversight
Vance Moore · Chief Growth Officer, MV3 Marketing

Vance oversees the MV3 team of SEO professionals, engineers, and auditors. Every tutorial in this library is written, stress-tested, and shipped by our automation team; Vance signs off on every deliverable and reviews every audit.

New tutorial every week · 100% free

Get the Next Tutorial in Your Inbox.

One email per new tutorial. No promo blasts, no drip sequence. Unsubscribe with one click, anytime.

Notify me, free →