How Jennifer Aniston’s LolaVie brand grew sales 40% with CTV ads
The DTC beauty category is crowded. To break through, Jennifer Aniston’s brand LolaVie, worked with Roku Ads Manager to easily set up, test, and optimize CTV ad creatives. The campaign helped drive a big lift in sales and customer growth, helping LolaVie break through in the crowded beauty category.
Let me tell you about the moment I stopped treating automation as a someday project.
I was manually copying data from a form submission into a spreadsheet, then copying it into an email, then copying it into a CRM. Three tools. Same information. Moved by hand. Every single time. Multiple times a day.
That is not a workflow. That is a tax on your time.
The fix took about two hours to build in Make.com. Now the form submits, the data lands in the spreadsheet, the CRM updates, and the welcome email goes out, automatically, every time, without me touching anything.
That is what we are reviewing today: the tool that made that possible, and whether it deserves a spot in your stack.
What Make.com Actually Is
Most people have heard of Zapier. Make.com is Zapier's more capable cousin, the one who actually does the complex work without making you pay enterprise prices to access basic functionality.
Make is a visual automation platform. You build "scenarios", which are just workflows, by connecting apps together in a flowchart-style interface. You can see exactly what the data looks like at each step, which means you can actually understand and debug your automations instead of guessing at what is happening behind the scenes.
Where Zapier is built for simple, linear automations (if this happens, then do that), Make is designed for complexity. You can add filters, branches, iterators, error handlers, and custom logic without writing a single line of code. You can have a workflow that routes differently based on data values, processes items in a list individually, and handles failures gracefully, all in a visual drag-and-drop interface.
The pricing reflects this. The free plan gives you 1,000 operations per month, which sounds like an abstract number until you realize most simple automations use between 2 and 10 operations per run. Most small business owners can get meaningful real work done within the free tier before they ever need to upgrade. Paid plans start at $9 per month, which is roughly the cost of one hour of work you are going to stop doing by hand.
The Interface: What You Are Actually Working With
When you open Make for the first time, you are looking at a canvas. A dark background. A few example scenarios. A toolbar on the left. It feels like a design tool more than a software tool, and that is intentional.
You add modules, which represent apps or specific actions, and connect them with curved lines. The flow of the automation is literally visible. Data goes in on the left, gets processed through the middle, and lands somewhere on the right.
This sounds like a UX gimmick until you realize it fundamentally changes how you think about automation. With Zapier, you fill out a form and hope it works. With Make, you draw a map. You can see where the data starts, trace where it goes, and immediately spot where something might break.
The data inspector is the feature that makes Make genuinely different. At any point during testing, you can click on any module and see exactly what data is passing through it. Real values. Real field names. The actual output of the previous step, displayed clearly so you know exactly what you are working with for the next one.
This changes debugging from a guessing game into a straightforward process. When something is not working, you click through the modules until you find where the data looks wrong. Nine times out of ten, the problem is obvious once you can see the actual values.
Five Automations Worth Building First
You do not need to be an engineer to build effective automations in Make. You need a clear picture of what is repetitive, what is manual, and what always follows the same predictable pattern. Those are the targets.
Here are five automations that deliver immediate, measurable value for most small businesses.
Automation 1: Lead Capture to CRM
Trigger: New form submission from Typeform, Jotform, or any web form tool.
Actions: Create a contact in your CRM, add a source tag based on where the form lives, send a personalized welcome email, and log the lead in a Google Sheet.
Time to build: 60 to 90 minutes.
Time it saves: 10 to 15 minutes per lead, every lead, indefinitely. If you are getting 20 leads a month, that is five hours a month of data entry gone.
Automation 2: Content Distribution Pipeline
Trigger: New row added to a content calendar in Google Sheets.
Actions: Post to social media via Buffer, send a Slack notification to your team, and update the status column in the sheet automatically.
Time to build: 45 minutes.
Time it saves: The manual copying, pasting, and posting time multiplied by every piece of content you publish. For daily publishers, this is a significant weekly savings.
Automation 3: Invoice and Payment Tracking
Trigger: New invoice created in your billing tool.
Actions: Send a Slack notification to your team, log the invoice in a revenue tracker sheet, and if the invoice is unpaid after seven days, trigger a follow-up email sequence automatically.
Time to build: 90 minutes.
Time it saves: Hours of manually chasing payments and updating records. The automated follow-up sequence alone typically recovers 10 to 20 percent more invoices faster than manual outreach.
Automation 4: Client Onboarding Sequence
Trigger: New client record created in your CRM.
Actions: Create a project folder in Google Drive with the correct naming convention, send the onboarding email sequence, add the kickoff tasks to your project management tool, and log the new client in your revenue tracker.
Time to build: Two to three hours.
Time it saves: Roughly a half day of admin work per new client. For a business onboarding four or five clients a month, that is two days of saved time every month.
Automation 5: Support Ticket Routing
Trigger: New email received at your support address.
Actions: Parse the subject line and body for keywords, tag the ticket by topic type, route it to the appropriate team member, create a task in your project management tool, and log the ticket in a tracker sheet.
Time to build: Two hours.
Time it saves: The time your team spends manually sorting, reading, categorizing, and routing every incoming support request. More importantly, it eliminates the tickets that fall through the cracks because nobody noticed them in a crowded inbox.
Getting Started: Your First Afternoon With Make
If you have never used Make, here is the fastest path to your first working automation.
Step one: Sign up for the free account at Make.com. No credit card required. You get 1,000 operations per month and access to all the core features.
Step two: Connect two tools you already use every day. Start simple. Google Sheets and Gmail. Typeform and Slack. Pick two apps you use daily and focus on automating one specific connection between them.
Step three: Build the scenario on the canvas. Add your trigger module first, the thing that starts the automation. Then add your action module, the thing that happens as a result. Connect them. Configure each one by mapping the data fields.
Step four: Test it. Make has a built-in test mode that lets you run the automation with sample data and see exactly what happens at each step. Use the data inspector to confirm the information is flowing correctly from module to module.
Step five: Turn it on. Make calls to schedule the scenario. Set the frequency, every 15 minutes, every hour, or triggered instantly by a webhook, and let it run.
That first automation is going to feel almost too simple. That is the point. The goal of the first build is to understand the pattern: trigger, data, action, output. Everything else in Make is just adding more complexity to that same structure.
Where Make Has Edges
No tool earns an honest review without acknowledging where it falls short.
The learning curve is real, but manageable. If you have never thought about webhooks, data mapping, or API connections before, plan for a learning period. The first automation takes longer than subsequent ones because you are learning the interface and the concepts at the same time. Budget a few afternoons and expect some trial and error before things feel natural.
Complex scenarios can become hard to maintain. Make is powerful enough to build automations that are genuinely difficult to understand two months after you built them. If a module is named "Module 7" and there are no notes in the scenario, debugging it later is a painful experience. Build the habit early of naming every module clearly and adding notes to any logic that is not immediately obvious. Your future self will thank you.
Error notifications require some configuration. When an automation fails, Make logs the failure. But it does not automatically alert you in a way that is easy to miss. Setting up an email or Slack notification for failed runs is a five-minute configuration that most new users skip. Do not skip it. You want to know when something breaks immediately, not when you notice leads have been dropping for a week.
The Honest Verdict
Make.com is the most capable automation tool available at this price point. That is not a marketing claim. It is a straightforward assessment after putting it through real use.
The free plan is genuinely useful, not a stripped-down trial designed to frustrate you into upgrading. The paid plans are priced for small businesses, not enterprise budgets. The visual interface makes automation accessible to people who would never describe themselves as technical. And the data inspector alone makes it worth choosing over simpler alternatives.
If you are running a business and you have repetitive manual processes, and you do, this tool belongs in your stack. Not someday. This week.
Start with one automation that solves one real problem. Build it, test it, turn it on. Then, when you are ready to connect your entire operation into a system that scales on its own, the AI Business Accelerator lays out exactly how to do that. Reply ACCELERATOR and I will send you the details.
How Make Compares to the Alternatives
Since this is a tool review, it is worth putting Make in context against the other options you are likely considering.
Make vs. Zapier: Zapier is easier to start with. The interface is simpler, the onboarding is more hand-holdy, and the app library is slightly larger. But Zapier's pricing gets expensive fast. Once you need multi-step zaps or higher operation counts, you are looking at significantly more money for fewer features. Make beats Zapier on capability per dollar at almost every price point above the free tier.
Make vs. n8n: n8n is the open-source alternative that developers love. It is more powerful than Make in some technical respects, and it is free to self-host. But "free to self-host" means you need a server, you need to manage updates, and you need some technical confidence to run it. For most small business owners, that is a higher overhead than the cost of a Make subscription. Make is the better choice if you want automation without DevOps.
Make vs. doing it manually: This comparison always wins. Every hour you spend on a task that could be automated is an hour you are not spending on the work that actually requires your specific skills, relationships, and judgment. Manual is not a strategy. It is a ceiling.
The Ecosystem Advantage
One thing that does not get enough attention in Make reviews: the breadth of the app library.
Make connects to over 1,000 apps natively. That means there is a pre-built integration for most tools your business already uses, no custom code, no API wrangling, just connect and map. Gmail, Google Sheets, Slack, HubSpot, Pipedrive, Shopify, Stripe, Typeform, Airtable, Notion, and hundreds more.
For the cases where a native integration does not exist, Make's HTTP module lets you connect to any API directly. This is the "escape hatch" that makes Make future-proof. Any new tool that your business adopts, as long as it has an API (and most modern tools do), can be wired into your Make scenarios.
That combination, 1,000 native integrations plus universal API access, means your automation infrastructure can grow with your business rather than becoming a limitation of it.
One Final Thought
The biggest mistake I see businesses make with Make is treating it as a one-and-done tool. They build one automation, it saves them some time, and they leave it there.
Make is not a project. It is a platform. The value compounds as you build more scenarios, connect more tools, and replace more manual processes. Each automation you add makes the others more powerful because the data flowing through your system becomes richer and more interconnected.
Start with one. Build the next one next month. In six months, you will have a business that runs on data and automation instead of effort and memory. That is the version of your operation you are building toward.
Reply ACCELERATOR to get the AI Business Accelerator ($97) and start building today.
Jordan Hale | The AI Newsroom | ainewsroomdaily.com


