If you've been running Make.com (formerly Integromat) for even a few weeks, you know its superpower: the visual editor makes it easy to show clients exactly what you built. That matters when you're billing $500–$2,000 for a workflow — they can see it, understand it, and trust it.

But finding good starting templates is still a pain. Make's template library is huge, but most entries are toy examples. What agencies actually need are production-ready scenarios with realistic module counts, webhook configs, and error-handling logic.

These 8 scenarios are built for that. Each one includes the full module chain, what to configure, how long it takes to build, and what to charge.

Make.com vs n8n for agencies: Make.com charges per operation rather than a flat fee, which makes it better for lower-volume, higher-complexity automations. If a client sends 500 leads/month but each needs 15 modules of processing, Make's pricing stays reasonable. For high-volume simple workflows (10,000+ records), n8n self-hosted often wins on cost. See our full Make vs n8n breakdown →

The 8 Scenarios

01

Lead Capture → CRM + Slack Notification

Beginner

The problem: A form fills on the client's website or Typeform, but it takes someone hours to notice, manually enter it into the CRM, and follow up. Leads go cold.

What this builds: The moment a form submits, Make.com instantly creates or updates a CRM record, tags the lead by source, and fires a Slack message to the sales rep. The whole sequence runs in under 5 seconds.

Webhooks → Custom webhook Tools → Set variable HubSpot → Create/Update Contact Slack → Create a Message

CRM options: HubSpot (native module), GoHighLevel (HTTP + API key), Pipedrive (native), Airtable (native). Same pattern, different module.

Build time: 45–60 min for a new builder | Charge: $300–$500 setup + $50/mo maintenance

Tip: Use Make's built-in "Test webhook" button before going live. Paste the payload from a real form submission, not a made-up one — field names differ between form builders.

02

New Client Onboarding Sequence

Intermediate

The problem: Every new client requires the same manual steps: create a project in the PM tool, send a welcome email, set up a Slack channel, schedule the kickoff call. It takes 45 minutes and people forget steps.

What this builds: When a deal is marked "Won" in the CRM (or a Stripe payment completes), the scenario automatically creates a ClickUp/Asana project from a template, sends a welcome email, creates a Slack channel, and adds the kickoff call to the team calendar.

HubSpot → Watch Deals Router ClickUp → Create a Task Gmail → Send an Email Slack → Create a Channel Google Calendar → Create an Event

Trigger options: HubSpot deal stage change, Stripe payment webhook, Typeform submission (for intake form), manual Airtable row update. Pick what your client already uses.

Build time: 2–3 hours | Charge: $600–$1,200 setup + $75/mo maintenance

Tip: Use Make's "Set variable" module to capture client name and email early in the scenario — then reference {{client_name}} everywhere instead of re-mapping the same field 6 times.

03

Google Review Request After Job Completion

Beginner

The problem: Service businesses (HVAC, dental, contractors, cleaning) finish a job but never ask for a review in the moment. The review rate is 2–5% when you ask manually days later. It's 15–30% when you ask automatically within 2 hours of job completion.

What this builds: When a job is marked complete in the service software (or an invoice is paid in QuickBooks/Stripe), Make.com sends a personalized SMS or email with a direct link to the Google review page. No manual action needed.

Webhooks → Custom webhook Tools → Set variable Twilio → Send an SMS + Gmail → Send an Email

Trigger alternatives: ServiceTitan job status update (webhook), QuickBooks invoice paid event, Stripe payment succeeded, manual Airtable toggle. Dental practices can trigger from their practice management software via a nightly CSV export + Google Sheets watcher.

Build time: 60–90 min | Charge: $400–$700 setup + $50/mo maintenance

SMS message template: "Hi [Name], thanks for choosing [Business] today! We'd love to hear about your experience — it takes 30 seconds: [Google Review Link]. Thank you! – [Team]"

04

AI-Powered Lead Scoring & Routing

Intermediate

The problem: Sales teams treat all leads the same. A $15K enterprise lead waits in the same queue as a $200 tire-kicker. The best reps waste time on junk; high-value leads get slow follow-up.

What this builds: When a new lead comes in, Make.com sends the form data to an OpenAI prompt that scores the lead 1–10 based on defined criteria (company size, job title, stated budget, use case). Leads above 7 go to a "Hot" Slack channel and are assigned to senior reps. Everyone else enters a standard nurture sequence.

Webhooks → Custom webhook OpenAI → Create a Completion Tools → Parse JSON Router (score ≥ 7 / else) HubSpot → Update Contact Slack → Create Message

OpenAI prompt pattern: "Score this lead 1–10 and return JSON: {score: X, reason: 'brief reason'}. Criteria: B2B (2pts), budget mentioned ≥$1K (2pts), decision-maker title (2pts), specific use case described (2pts), warm referral (2pts). Lead data: {{form_fields}}"

Build time: 2–3 hours | Charge: $800–$1,500 setup + $100/mo maintenance

05

Invoice Follow-Up Drip

Beginner

The problem: Unpaid invoices sit because nobody wants to chase clients. The average small business has 18% of invoices go 30+ days past due. Most of those would pay immediately with one polite reminder.

What this builds: Make.com watches for unpaid invoices in QuickBooks or FreshBooks. On Day 3 past due, it sends a polite reminder. On Day 7, a firmer note. On Day 14, it creates a task for the owner to call. If paid at any point, the sequence stops automatically.

QuickBooks → Watch Invoices Tools → Date difference Router (3d / 7d / 14d) Gmail → Send Email QuickBooks → Check payment status

Stop condition: Add a filter after the date router: only proceed if invoice status = "Unpaid." Make.com checks this each run, so paid invoices automatically exit the sequence.

Build time: 90 min | Charge: $400–$600 setup + $50/mo maintenance

06

Social Media Content Scheduler

Beginner

The problem: The client has a Google Sheet (or Airtable) full of approved posts that never get scheduled because someone has to manually post them each day. Consistency collapses within 2 weeks.

What this builds: Make.com runs daily at a set time, reads the next "ready to post" row from the content calendar, posts it to Instagram/Facebook/LinkedIn, marks the row as "Posted," and sends a Slack confirmation. The client just fills the spreadsheet — automation handles the rest.

Schedule → Every day at 9 AM Google Sheets → Get Rows Router (platform) Facebook Pages → Create Post / LinkedIn → Create Post Google Sheets → Update Row (status=Posted)

Column structure for the Google Sheet: Platform | Post Text | Image URL | Scheduled Date | Status (Pending/Posted). Filter rows where Status = "Pending" AND Scheduled Date ≤ today.

Build time: 60–90 min | Charge: $350–$550 setup + $50/mo maintenance

07

Missed Call → Instant SMS + CRM Log

Beginner

The problem: Local businesses miss 35–60% of inbound calls. Each missed call is a lost lead. Most don't call back within an hour — by which point the prospect has already called a competitor.

What this builds: When a call is missed (detected via Twilio, RingCentral, or GoHighLevel webhook), Make.com immediately sends an SMS: "Hi, we just missed your call — we're with a client. We'll call you back within the hour. In the meantime, book a time here: [Calendly link]." The contact is also logged in the CRM with a "Missed Call" note.

Webhooks → Custom webhook (Twilio event) Tools → Set variable (caller number) Twilio → Send SMS HubSpot → Create/Update Contact HubSpot → Create Note

Twilio setup: In Twilio console → Phone Numbers → your number → Voice → "A webhook is called" on missed/no-answer → point to your Make.com webhook URL.

Build time: 60–90 min | Charge: $400–$600 setup + $50/mo maintenance

08

Monthly Client Report Generator

Intermediate

The problem: Agency owners spend 3–5 hours per client per month manually pulling data from Google Analytics, ad platforms, and CRMs to write performance reports. It's low-value, repetitive, and error-prone.

What this builds: On the 1st of each month, Make.com pulls the previous month's key metrics from Google Analytics (sessions, conversions), Google Ads (spend, clicks, CPC), and the CRM (new leads, deals closed). It feeds the data into an AI prompt that writes a 3-paragraph executive summary. The report is formatted and emailed to the client automatically.

Schedule → 1st of month, 8 AM Google Analytics → Get Report Google Ads → Get Campaigns HubSpot → Get Deals (last 30d) OpenAI → Create Completion Gmail → Send Email

OpenAI prompt pattern: "Write a 3-paragraph monthly performance summary for [Client Name]'s marketing report. Tone: professional, direct. Data: Sessions: {{ga_sessions}} (vs {{prev_sessions}} last month), Ad Spend: ${{ad_spend}}, New Leads: {{new_leads}}, Deals Closed: {{deals_closed}}. Highlight the top positive trend and one area to improve."

Build time: 3–4 hours | Charge: $1,000–$1,800 setup + $100–$150/mo maintenance

What to Charge: A Quick Reference

Scenario Build Time Setup Fee Monthly Maintenance
01 — Lead Capture → CRM45–60 min$300–$500$50/mo
02 — Client Onboarding2–3 hrs$600–$1,200$75/mo
03 — Review Request60–90 min$400–$700$50/mo
04 — AI Lead Scoring2–3 hrs$800–$1,500$100/mo
05 — Invoice Follow-Up90 min$400–$600$50/mo
06 — Social Scheduler60–90 min$350–$550$50/mo
07 — Missed Call → SMS60–90 min$400–$600$50/mo
08 — Monthly Report3–4 hrs$1,000–$1,800$100–$150/mo

Pricing philosophy: Don't price by hour. Price by value. A client whose missed-call SMS automation books 3 extra jobs per month at $400 each is netting $1,200/mo from your $600 build. Their ROI is 2x in month one. Charge accordingly — and make sure they understand the math.

Make.com vs n8n: Which One Do You Use?

The short answer: use Make.com for client-facing work, n8n for your own agency infrastructure.

FactorMake.comn8n
Visual builder⭐⭐⭐⭐⭐ Excellent⭐⭐⭐⭐ Good
Client handoffEasy — share scenario, they log inHarder — requires self-hosting
Pricing modelPer-operation (1,000 ops free)Flat (self-hosted = free)
High-volume useGets expensive fastMuch cheaper at scale
Native integrations1,500+ apps400+ apps + HTTP fallback
Error handlingBuilt-in visual error routesManual, more powerful
Best forLow-medium volume, client deliveryHigh-volume, internal ops

For a detailed breakdown with real cost comparisons and workflow examples, see: n8n vs Make.com for Agency Automation →

Getting Efficient at Make.com Builds

Three things that cut your build time in half:

  1. Build reusable scenario templates in your own Make.com account. Clone them for each new client. Never start from scratch.
  2. Use the "Set multiple variables" module at the start of every scenario. Capture client name, email, ID, and any frequently-referenced fields early. Referencing a variable is faster and cleaner than re-mapping the source data everywhere.
  3. Test with real data, not dummy data. Make.com's run history shows exactly what payload hit each module. When something breaks (it will), you need real inputs to debug — not a perfect fake one.

Get 30+ Make.com & n8n Blueprints

Full blueprint library for agencies: module configs, trigger setups, pricing templates, and the complete SOP for delivering automation projects to clients.

Get the Template Pack — $47 →

What to Build Next

If you're just starting out with Make.com client work, the order matters. Don't try to land an AI lead scoring client before you've shipped a simple webhook-to-CRM. Build confidence — and case studies — in ascending complexity:

  1. Scenario 01 (Lead Capture) — land your first paid client, get testimonials
  2. Scenario 03 (Review Request) — high perceived value, simple build, great ROI demo
  3. Scenario 07 (Missed Call → SMS) — show immediate ROI, scales to any local business
  4. Scenario 02 (Onboarding) — now you're in "systems" territory, upsell existing clients
  5. Scenarios 04 & 08 (AI scoring, reporting) — premium tier, larger clients

By the time you've delivered all eight, you'll have 8 distinct case studies across 5+ industries. That's a portfolio. And each one is a template you can resell.