Zapier is the easiest automation tool to start with. n8n is the most powerful. Make.com is the one that sits between them — more capable than Zapier for complex multi-branch workflows, cheaper at volume, and more accessible than n8n for staff members who aren't developers.
For law firms that have outgrown Zapier's linear trigger-action model but aren't ready to self-host n8n, Make.com is often the right answer. This guide covers exactly how to get started — from account setup through your first complete intake automation scenario.
Make.com vs. Zapier vs. n8n: Where Make Fits
Understanding the difference helps you pick the right tool for the right job.
Zapier: Best for simple, linear workflows. Trigger happens → one or two actions fire. Easiest to learn, largest app library, most expensive at volume (per-task pricing). Ideal for firms just starting automation.
Make.com: Best for complex, multi-branch flows with conditions, loops, and error handling. Visual canvas layout. Priced per operation (cheaper than Zapier at scale). Steeper learning curve but still accessible without coding. Ideal for firms that need more logic than Zapier allows.
n8n: Best for technically sophisticated teams that want full control. Open-source, self-hostable, most powerful logic engine. Requires comfort with JSON and sometimes code. Ideal for firms with specific data handling requirements or very high automation volume.
For most mid-size law firms building their first serious automation stack, Make.com is the sweet spot.
Setting Up Make.com: Account and Workspace
Make.com offers a free plan that allows 1,000 operations per month across up to 2 active scenarios. For a law firm that wants to test the platform before committing, this is enough to build and validate a basic intake workflow.
Setup steps:
- Create account at make.com with your business email
- Set your timezone (critical — all scheduled triggers use this)
- Create a Team workspace (free plan includes 1 seat; Core plan adds more)
- Connect your first app: go to Connections → Add connection → search for your form tool (JotForm, Typeform, etc.) → authorize
Make.com calls workflows "scenarios." Each scenario has a trigger module on the left and action modules chained to the right. The visual canvas shows data flowing between modules — you can see exactly what information each module passes to the next.
Building Your First Scenario: Intake Form → CRM → SMS
This is the foundation of every law firm automation stack. Here's how to build it in Make.com step by step.
Step 1: Add the trigger module. Click the empty circle, search for your form tool (JotForm, Typeform, Gravity Forms, etc.), select "Watch Submissions." Configure it to watch your intake form. Set the polling interval to "immediately" on paid plans, or 15 minutes on free.
Step 2: Add a Router. A Router is one of Make.com's most powerful features — it lets you send the same data down multiple parallel paths. Drag a Router module after your trigger. This lets you simultaneously create the CRM record AND send the SMS without one blocking the other.
Step 3: Route 1 — CRM record creation. First path from the Router → search for Clio or Lawmatics → "Create Contact." Map form fields to CRM fields: form first name → CRM first name, form phone → CRM phone, form practice area → CRM tag. Add a second module on this path: "Create Matter" with the contact ID from the previous step.
Step 4: Route 2 — SMS via Twilio. Second path from the Router → Twilio → "Send SMS." Map: To = form phone number field, From = your Twilio number, Body = "Hi [First Name], thanks for contacting [Firm Name]. We've received your inquiry and will follow up within 2 hours. Book a consultation: [Link]"
Step 5: Add error handling. Click the wrench icon on each module → Add error handler → "Resume" or "Rollback." This tells Make.com what to do if a module fails (e.g., Clio API times out). Set up an email alert to notify your firm admin if a scenario fails.
Step 6: Test and activate. Click Run Once → submit a test form entry. Watch the execution bubbles show data flowing through each module. Verify the CRM record was created and the SMS was sent. Then toggle the scenario ON.
Advanced Make.com Features for Law Firms
Filters. After any module, you can add a filter that only lets the scenario continue if a condition is met. Example: only send the booking link SMS if the form's practice area field is "Personal Injury" (because you want different messages for different practice areas). Filters prevent the scenario from running on data that shouldn't trigger a specific action.
Iterators and Aggregators. If you need to process a list of items (e.g., send individual SMS reminders to everyone with an invoice overdue today), an Iterator loops through each item and fires an action for each one. Zapier can't do this without complex workarounds. Make.com does it natively.
Data Stores. Make.com has a built-in simple database you can use to store state between scenario runs. Example: track which leads have already received a follow-up message so you don't double-send if the scenario runs twice.
Webhooks. Any scenario can be triggered by an incoming webhook. This means external tools — your intake form, your CRM, your phone system — can trigger a Make.com scenario instantly without polling. Webhook-triggered scenarios fire in under 5 seconds, which is critical for the first-response use case.
Scenario 2: 7-Day Follow-Up Sequence
47% of law firm leads never receive a second follow-up message. This scenario ensures every unbooked lead receives a full 7-day sequence automatically.
Build this as a separate scenario triggered by a new unbooked lead in your CRM:
- Day 0 (immediate): SMS — booking link
- Day 1 (next morning): Email — value email about what to expect from a consultation
- Day 3: SMS — "Still available to help with your [practice area] matter"
- Day 5: Email — social proof (case result or testimonial)
- Day 7: SMS + email — soft close, "If the timing isn't right, no problem — here's a direct link to book when you're ready"
Use Make.com's Sleep module to delay execution. Each step sleeps for the specified number of hours before continuing. The scenario runs in the background without any staff involvement.
If the lead books at any point during the sequence: add a branch with a filter that checks CRM status before each step. If status = "Booked," the filter stops the sequence. If status is still "New Lead," it continues.
Scenario 3: Engagement Letter → Matter Creation + Welcome Packet
When a client signs an engagement letter in DocuSign:
- DocuSign webhook fires to Make.com
- Make.com extracts client name and matter type from envelope metadata
- Clio module: create new matter, assign to attorney, set status to Active
- Gmail module: send welcome email with onboarding instructions and next steps
- Twilio module: send SMS — "Welcome to [Firm Name]. Your matter has been created. Your attorney will contact you within 24 hours."
- Create task in Clio: "Schedule initial call — [Client Name]" assigned to responsible attorney
The entire onboarding sequence fires within 60 seconds of the client signing. No staff involvement required.
Make.com Pricing for Law Firms
Make.com pricing is based on operations (each module execution = one operation). For a law firm running the three scenarios above:
- Intake → CRM → SMS: ~5 operations per lead
- 7-day follow-up sequence: ~10 operations per lead
- Engagement letter → onboarding: ~6 operations per client
At 40 leads per month and 15 new clients: roughly 900 operations per month. Make.com's Core plan ($10.59/mo) includes 10,000 operations. For most small law firms, this covers everything.
Compare: Zapier's equivalent plan runs $19.99/mo and limits multi-step Zaps. Make.com's pricing model rewards complexity without penalizing it.
Getting Help and Troubleshooting
Make.com's documentation is detailed and well-organized. Their community forum is active. For law-firm-specific workflows, the learning curve is typically 2–4 hours of experimentation to get comfortable with the canvas.
If you want someone else to build these scenarios for your firm rather than learning the tool yourself, that's exactly what we do. We design, build, test, and deploy complete automation systems for law firms — typically from kickoff to live in 7 days. Book a free law firm automation audit and we'll walk through what your firm needs.
See also: our intake automation system overview and the full range of automation services we offer.