Lesson 4 of 6 AI Automation with n8n 12 min read

The 5 Automation Templates Every Freelancer Needs

Five complete n8n workflow templates you can deploy today. Each one solves a real problem that costs freelancers hours every week.

📅 June 2025 ⏱ 12 min read By AIGround Course: AI Automation with n8n

You've learned the pattern. Now here are five workflows built on it that pay for themselves the first week you run them. For each, you get the trigger, the steps, the output, the time it saves, and the exact AI prompt. Build them in order of your own biggest pain point.

Templates and organised systems on desk
Templates are workflows someone already debugged. Start there.

Template 1: Client Onboarding Automation

⚙️

At a Glance

Trigger: New Typeform submission · Output: Welcome email + logged record + team ping · Time saved: ~45 mins per new client

1

Extract data

The Typeform trigger captures the new client's answers.

2

AI welcome email

An AI node writes a warm, on-brand welcome using their details.

3

Add to Sheets

A Google Sheets node logs the client to your roster.

4

Slack notification

A Slack node pings you that a new client is in.

You are a friendly freelance consultant. Write a 120-word welcome email to a new client named {{$json["name"]}} who hired you for {{$json["service"]}}. Warm, professional, confident. End with the one next step they should expect this week.

Template 2: Weekly Report Generator

⚙️

At a Glance

Trigger: Every Monday 8am (schedule) · Output: AI-summarised KPI report emailed to client · Time saved: ~2 hours per week

1

Pull data from Sheets

A schedule trigger fires; a Sheets node grabs the week's numbers.

2

AI summarises KPIs

An AI node turns raw figures into a plain-English summary with the story behind the numbers.

3

Email the report

A Gmail node sends the polished report straight to the client.

You are a marketing analyst writing a weekly client update. Summarise these KPIs in 4 short paragraphs: what moved, why it likely moved, one win, and one focus for next week. Plain English, no jargon. Data: {{$json["kpis"]}}

Template 3: Social Content Pipeline

⚙️

At a Glance

Trigger: New blog post published in WordPress · Output: 5 captions saved to a Notion content calendar · Time saved: ~1.5 hours per post

1

Fetch the post

The WordPress trigger pulls the new post's title and content.

2

AI creates 5 captions

An AI node writes five platform-ready captions, each a different angle.

3

Save to Notion

A Notion node files them into your content calendar, ready to schedule.

You are a social media manager. From this blog post, write 5 captions (under 280 chars each), each taking a different angle: a stat, a question, a contrarian take, a how-to teaser, and a quote. No hashtags. Post: {{$json["content"]}}

Template 4: Lead Scoring System

⚙️

At a Glance

Trigger: New form submission · Output: High scores to CRM, low scores get a nurture email · Time saved: ~30 mins per 10 leads

1

AI scores the lead 1–10

An AI node rates fit, budget, and timeline from the form answers.

2

High scores → CRM

An IF node routes strong leads into your CRM for a personal follow-up.

3

Low scores → nurture email

Weaker leads get a friendly templated reply so no one is ignored.

You are a sales qualifier. Score this lead from 1-10 on fit, budget signals, and timeline urgency. Reply with only a number, then a 10-word reason. Lead: {{$json["answers"]}}

Template 5: Invoice Follow-up Sequence

⚙️

At a Glance

Trigger: Row added to "overdue invoices" sheet · Output: Personalised chase email sent and logged · Time saved: ~20 mins per invoice

1

AI writes the chase email

An AI node drafts a polite-but-firm reminder using the invoice details.

2

Send via Gmail

A Gmail node sends it to the client automatically.

3

Log in the sheet

A Sheets node records the date sent so you never double-chase.

You are a professional freelancer. Write a polite but firm payment reminder for invoice {{$json["invoice"]}} ({{$json["amount"]}}, {{$json["days"]}} days overdue). Under 100 words. Warm tone, clear next step. Don't apologise.
The Bottom Line

You don't build automations from scratch. You adapt templates. These 5 cover 80% of what freelancers automate.

📚

Continue Learning

Next in this course: Error Handling and Making Automations Reliable — before you switch these on, make them bulletproof.

Newsletter

Get New Lessons In Your Inbox

Practical AI tool tutorials. No spam. Unsubscribe anytime.