Make.com (formerly Integromat)
Last reviewed: 2026-06-14
Our take
Make is the right pick when your GTM automation has branching, iteration, or aggregation—the kind of flows where Zapier's task-based pricing balloons and its linear step list runs out of room. For RevOps building lead-routing scenarios with conditional branches, CSM teams batching health-score writes back to CRM, or any workflow that fans out (one trigger, N module calls) the operation-based pricing is typically 3–5x cheaper at the same complexity. The trade is a real learning curve and a smaller native app catalog than Zapier. Use Make for the scenarios where the logic is the work; use [Zapier](/tools/zapier) for the long-tail SaaS integrations Make doesn't natively support. Past ~40 modules in a single scenario you're rebuilding the same trap every visual-workflow tool hits—break scenarios into subroutines or move to code.
Who it's for: RevOps and GTM engineers at Series A–C with branched, iterative, or fan-out workflows where Zapier task math breaks. Also EU teams that need data residency. Wrong fit for solo founders who need 'connect Calendly to Gmail in 60 seconds'—Zapier still wins on that ergonomic, and wrong fit for enterprises needing mature governance and audit (Workato territory).
Features
- Visual scenario builder (non-linear canvas)
- Iterators + aggregators for batch processing
- Routers + filters for conditional branching
- Error handling + retry routes per module
- Make AI / native LLM modules
- HTTP + webhook modules for custom APIs
- Scheduled + instant (webhook) triggers
- Custom apps SDK
- On-prem agent for self-hosted endpoints
- Scenario templates marketplace
Pros
- Operation-based pricing is materially cheaper than Zapier's task-based pricing for branched or iterative flows
- Visual canvas handles loops, aggregation, and parallel paths natively—not as workarounds
- Error handlers and retry routes are first-class, not bolted on
- European data residency option matters for EU RevOps teams
- HTTP + webhook modules make it usable as a general-purpose integration runtime, not just a SaaS-to-SaaS glue
Cons
- Steeper learning curve than Zapier—iterators, aggregators, and bundles confuse first-time users
- Smaller native app library than Zapier (still large, but Zapier wins on long-tail SaaS)
- Operations math is opaque until you've built and run a real scenario
- Visual canvases past ~40 modules become hard to debug and own
- Enterprise governance (SSO, audit, RBAC) gated to Teams/Enterprise tiers
Pricing
$9 starting
Free tier (limited ops/mo). Core ~$9/mo (mid-volume ops). Pro ~$16/mo (more ops + advanced features). Teams ~$29/seat/mo. Enterprise custom. Operation-based pricing—a single scenario run typically consumes multiple operations (one per module call). Verify current operation allowances and per-tier limits at make.com/pricing before purchase.
As of 2026-06-14
Make.com (formerly Integromat) entered the GTM-automation conversation as the cost-conscious alternative to Zapier—same job category, materially different pricing model, and a visual canvas that actually handles non-linear flows. The 2026 question for operators isn't "is Make cheaper" (it is, for the right shape of work) but "for which workflows does the cheaper unit-cost survive the learning-curve tax."
This page reconciles vendor docs, public pricing tiers, and operator discourse across the workflow-automation category. It does not claim hands-on testing of every native connector.
What job Make.com does in a GTM stack
Make is the visual workflow runtime for GTM teams whose automation has shape—branches, loops, parallel paths, retries—not just a linear A→B→C trigger chain. For RevOps and CSM operators, the relevant 2026 question is narrow: Can we replace the Zapier task-based pricing curve and the 'rebuild it three times to handle edge cases' tax with a tool that treats branching and iteration as first-class primitives?
For GTM roles:
| Role | Typical job | Make's lane |
|---|---|---|
| RevOps | Lead routing with conditional branches, enrichment fan-outs, CRM-to-CRM sync with field mapping | Router + iterator + HTTP module scenario; one canvas covers what would be 4–6 Zaps |
| CSM | Batch health-score writeback to CRM, churn-risk alerts to Slack with account context, ticket-to-account roll-ups | Scheduled scenario with aggregator; single run touches N accounts |
| GTM Engineer | Webhook receivers, custom API integrations, multi-system orchestration | HTTP module + custom app for the SaaS Make doesn't natively support |
It is not a CRM, a sales engagement platform, or an AI agent—LLM modules are nodes inside a scenario, not the product. Teams that buy Make expecting "AI does the workflow" will be disappointed; teams that buy it expecting a deterministic, observable, branched runtime will not.
System view: where AI acts (and where humans must)
Every GTM workflow built on Make should be ground-truthable on five axes:
| Axis | Make pattern |
|---|---|
| Input | Webhook trigger (CRM event, form submission, Salesforce outbound message), scheduled run, instant trigger from HubSpot workflow, or polling a data source |
| AI step | Optional LLM module (OpenAI, Anthropic, or custom HTTP call) for classification, extraction, or draft generation; humans approve at the action boundary |
| Human review | RevOps validates scenario logic and module-level filters before promoting to production; CSM/AE reviews LLM-drafted output on a sample before bulk writeback |
| Writeback | CRM update via native Salesforce / HubSpot module, Slack DM, Gmail / Outlook draft, Customer.io journey trigger, custom destination via HTTP |
| Metric | Operations per scenario run, scenarios per dollar (operations + LLM API cost), error rate per module, % of runs that produce a downstream action |
Hype vs. implementable: Make's positioning around "AI scenarios" overlaps the category-wide agentic-workflow narrative. The implementable 2026 pattern is unchanged from prior years: deterministic scenarios where AI is one module type, not autonomous agents that decide which scenarios to run. Use the visual canvas for the logic you can specify; use AI modules only where the cost of a wrong output is bounded (internal classification, summarization for human review—not unreviewed outbound to prospects).
Make.com for GTM operators (2026)
Three capabilities matter for gtmpod readers—not the broader no-code automation umbrella:
- Operation-based pricing. A single scenario consumes one operation per module call. Branched scenarios that would cost N tasks in Zapier (one per step, charged per branch) often cost the same or fewer operations in Make because routers don't double-charge. For fan-out work (one trigger, N CRM writes) the gap widens further. The math only works if you instrument operations per run from day one—budget by scenario, not by tier.
- Iterators + aggregators. Treat an array of records as a loop; process each element through downstream modules; aggregate results before the next step. This is the primitive Zapier handles with "Looping" as an add-on, and the reason Make's canvas survives lead-routing and enrichment fan-outs that would balloon into 6 separate Zaps.
- Routers + error handlers. Conditional branching is a canvas-native module, not a workaround. Each module can have its own error handler route—retry, skip, alert, or branch to a different path on failure. For revenue-critical workflows (lead routing, deal-stage updates) this is the difference between a quiet failure and a paged on-call.
Data prerequisites: Make inherits the data quality of every upstream system it touches. A scenario that updates Salesforce lead owners based on enrichment fields will inherit duplicate-account issues, stale ownership, and identifier inconsistency. Run the same hygiene work that gates Clay or any CRM-writing tool before scaling Make scenarios at volume.
Wrong fit: Buying Make to handle a linear "Calendly → Gmail → Slack" flow that Zapier solves in 60 seconds. The operation-pricing edge only matters when scenarios have shape—branches, loops, or fan-out. For pure plumbing, the Zapier UX tax is worth the marginal cost.
Integrations GTM teams actually wire
The integrations that matter for GTM operators in 2026:
- CRM: Salesforce and HubSpot native modules for read/write. Confirm field-write scope before production—dual-write traps with Outreach, Apollo, or Customer.io writing the same fields are the most common production failure across the workflow-automation category.
- Engagement: Customer.io for lifecycle journeys, Slack for ops alerts, Gmail / Outlook for human-in-the-loop draft handoff.
- Data sources: Google Sheets and Airtable as input/output stores; Postgres / MySQL / Snowflake modules for warehouse-backed scenarios. For reverse-ETL at scale, see Hightouch—Make is not a CDP.
- LLM providers: OpenAI and Anthropic modules; HTTP module for any provider not natively supported. BYO API key—LLM cost is separate from the Make plan.
- Custom APIs: HTTP module + webhook trigger covers the long tail of SaaS Make doesn't natively support. Custom apps SDK for teams that need typed connectors at scale.
- iPaaS bridge: Zapier connector for the long tail of SaaS apps Make doesn't natively support (yes—operators run both in parallel).
Audit which system owns each CRM field before wiring two-way writes. The most common production failure across this category is two automation tools racing to write the same Salesforce field on different triggers.
Failure modes (what breaks in production)
- Canvas sprawl past ~40 modules. A scenario that started as 10 modules accumulates edge-case branches; one team member becomes the only person who understands the canvas; debugging requires loading the full graph mentally. Break into subscenarios (call-by-webhook) or move logic to code before this point.
- Operation surprise. A scenario that consumed 500 operations per day during pilot consumes 50,000 at scale because an iterator was wired around a larger array than tested. Instrument operations per run from day one and alert on monthly tier usage—Make's quota dashboard helps, but it's reactive.
- Silent error swallow. An error handler route configured to "ignore and continue" hides real failures; CRM writes stop landing but the scenario reports success. Wire error routes to a Slack alert with module name + payload—don't let them die quietly.
- Webhook trigger spam. A misconfigured CRM webhook fires 10K times on a bulk update; operations gone, downstream rate-limited, RevOps on the phone. Build dedupe and rate limiting at the trigger boundary; consider a scheduled scenario over instant triggers for bulk-update-prone sources.
- Dual-write race conditions. Make writes account-owner field from enrichment; Salesforce workflow rule writes the same field from territory logic; the last write wins, ownership flips, deals route to the wrong rep. Decide field ownership before wiring writes—document which system owns which field.
- Mistaken for an iPaaS. Team commits to Make for enterprise-grade SaaS-to-SaaS plumbing across 200 apps; six months later realizes they needed Workato or Tray for governance, audit logging, and SLA. Vet the use case—Make is great for scenario shape, not enterprise iPaaS sprawl.
One-week operator test
Goal: Prove Make can support one workflow end-to-end at lower cost or higher reliability than your current tool—not "evaluate the platform."
- Pick one workflow with shape: branched lead routing, enrichment fan-out across N records, or CSM batch health-score writeback. Write the success definition (input shape, expected output, action it triggers, owner SLA) in a shared doc. See the revops lead-scoring playbook and csm onboarding automation playbook for canonical shapes.
- Audit upstream data: source-of-truth completeness, duplicate handling, identifier consistency. Fix the top issue before building.
- Build the scenario in Make with error handlers wired to Slack and all human-approval gates on in week one. Track: operations per run, latency per run, error rate per module, output quality on 20 manually-reviewed runs.
- Build the same workflow in your current tool (Zapier, Gumloop, or n8n if you run it). Same input, same output spec.
- Compare: total cost per 1,000 runs (operations or tasks + LLM API), build time, error rate, time-to-iterate when the logic needs to change. Decide based on the gap on your workflow, not the marketing comparison page.
If step 2 fails, do not scale Make scenarios—every workflow tool amplifies upstream data problems.
When to pick alternatives
| Situation | Consider instead |
|---|---|
| Linear A→B SaaS plumbing, long-tail integrations, ergonomics over price | Zapier |
| LLM steps are the core value, not branching logic | Gumloop |
| Enterprise iPaaS at scale, mature governance, audited workflows | Workato or Tray |
| Self-hosted, source-available workflow runtime with no operation cap | n8n |
| Enrichment depth across 100+ data sources, not workflow shape | Clay |
| Reverse-ETL from warehouse to GTM tools at scale | Hightouch |
Head-to-head: Make.com vs Zapier for the cost-and-fit math.
FAQ
How is Make different from Zapier? Different pricing model and different canvas shape. Zapier charges per task (each step in a Zap) with a linear step list; Make charges per operation (each module call) on a non-linear canvas with native routers, iterators, and aggregators. For branched or iterative work, Make is typically 3–5x cheaper at the same complexity. For linear plumbing across long-tail SaaS, Zapier's ergonomics and integration breadth still win.
How is Make different from Gumloop? Different center of gravity. Make is a general-purpose visual workflow runtime where LLM modules are one node type; Gumloop is built around LLM-native workflow patterns with iPaaS-style integrations as connective tissue. For workflows where logic and branching are the value, Make wins; for workflows where LLM steps are the core value, Gumloop's ergonomics are tighter.
Do operations and tasks compare 1:1 across Make and Zapier? No. A single Zap step often maps to multiple Make operations (one per module call), but Make routers don't double-charge for branched paths the way Zapier paths can. The honest comparison requires building the same scenario in both and measuring at your real volume—run it in free tiers first.
Can RevOps use Make without engineering help? For scenarios under ~20 modules with native connectors, yes. For HTTP module + custom API work, or scenarios past ~40 modules touching revenue-critical paths, treat it like infrastructure: bring engineering in for code review of the scenario logic, instrument operations per run, and document the canvas.
Does gtmpod earn commission on Make.com? No affiliate on this page. We name Zapier when ergonomics matter more than cost and Workato when enterprise governance is the actual need.
Integrations
Alternatives
Head-to-head comparisons
Updated 2026-06-14. We don't test every claim hands-on; pricing and feature data scraped live from vendor pages. Independent — no vendor PR.