All articles
Automation7 min read

Building Business Automations with Make (Integromat) — and When to Hire a Developer

Make (formerly Integromat) lets you wire your apps together visually, without writing code — and for a huge range of business automations, that's genuinely enough. But there's a clear line where the drag-and-drop canvas stops paying off, and knowing where that line sits saves you money on both sides of it.

Make is a visual automation platform: you build a "scenario" by dragging modules onto a canvas and connecting them, so data flows from one app to the next. A trigger fires (a new row, an incoming email, a webhook), each module does one thing — fetch, transform, filter, create — and the result lands wherever you point it. It connects to over 1,000 apps out of the box, which is why it covers most small-business workflows without anyone touching code.

How Make actually talks to your systems

Under the hood, every Make scenario is just API calls dressed up in a friendly UI. There are three integration mechanisms worth understanding, because they decide what's possible:

  • Official connectors — pre-built modules for popular apps (Google Sheets, Gmail, Slack, HubSpot, WhatsApp, Stripe). Auth is handled for you via OAuth or an API key you paste in once.
  • Webhooks — Make gives you a unique URL; any system that can POST to it triggers your scenario instantly. This is the cleanest way to push events in (the default limit is around 30 requests/second before Make returns HTTP 429).
  • The HTTP module — the escape hatch. It calls any REST API directly, so even a system with no official connector can be reached if it exposes endpoints, tokens and a documented schema.

One thing to plan for early: Make's 2025 pricing is credit-based. Every module run on every bundle of data consumes a credit, so a scenario that loops over 500 rows isn't one operation — it's hundreds. High-volume flows can get expensive fast, which is often the first signal that custom code would be cheaper to run.

What you can actually build (with AI in the loop)

  1. Invoice intake: a PDF lands in Gmail or Drive, an AI module reads it, extracts supplier, amount and VAT, and files a structured row into your accounting tool or a sheet.
  2. WhatsApp auto-replies: an inbound message hits a webhook, AI drafts a reply grounded in your real product and pricing data, and a human approves it — or it sends straight through for FAQs.
  3. Lead scoring: a new CRM lead triggers a scenario that asks an AI model to score intent and write a one-line summary, then routes hot leads to a Slack channel.
  4. Reconciliation alerts: nightly, Make pulls payments from your gateway and orders from your store, and flags any mismatch into email or Slack.
  5. Document generation: a closed deal triggers an AI-written summary and a generated contract, saved to Drive and emailed to the client.

When Make is enough — and when it isn't

Reach for Make when the flow is low-to-moderate volume, the logic is mostly linear, the apps already have connectors, and the data isn't especially sensitive. It's fast to build, easy to change, and you can see exactly what ran. That covers a surprising amount of real business.

No-code gets you to the first working version in an afternoon. Whether it survives real volume, edge cases and a year of changes is a different question.

You've outgrown it when you hit one of these: high volume where per-operation credits become painful; branching logic with many conditions that turns the canvas into spaghetti; data that must stay private and never transit a third-party platform; a system with no connector and a fiddly API that needs real error handling, retries and pagination; or workflows so business-critical that you need tests, version control and proper monitoring. At that point a small, owned codebase — or a self-hosted engine like n8n — is more reliable and usually cheaper at scale.

I build automations on both sides of that line. Sometimes the right answer is a clean Make scenario I hand over and document; sometimes it's custom code that connects your existing systems to AI and runs quietly for years. If you're weighing whether to build it in Make yourself or hire a developer to connect your existing systems to AI properly, that's exactly the conversation I'm happy to have — reach out and tell me what you're trying to automate.

Looking for a developer to connect your systems to AI?

I'm Ariel Gelberg — a senior software engineer and technical partner. I build the integrations and automations that connect your business to AI, end to end.

Let's talk