Make (Integromat) Cheat Sheet
Last updated: April 2026
Quick Facts
Pricing
Freemium model with a generous free plan. Paid tiers start at $9/month for the Core plan, scaling to $29/month for Pro and custom Enterprise solutions.
Free Plan
Yes. Includes 1,000 operations/month, two active scenarios, and access to all core modules, which is fantastic for learning and simple automations.
Rating
4.4/5
Best For
Technical users, IT teams, and citizen developers who need granular control over complex, multi-step automations and data transformations.
Key Features
- ✓Visual Scenario Builder
A powerful drag-and-drop canvas for building workflows. I can visually map data flow between apps using modules, routers, and filters with incredible precision.
- ✓Data Routing & Transformation
The router and filter modules are game-changers. I can split a data stream, apply complex conditions, and transform data on the fly without writing code.
- ✓Iterator & Aggregator
Essential for batch processing. The iterator lets me process arrays item-by-item, and the aggregator bundles results back together, perfect for syncing lists or reports.
- ✓Error Handling
Superior to most competitors. I can set up dedicated error-handling routes, retry failed operations, and send custom notifications when something breaks.
- ✓AI Modules
Built-in OpenAI, Anthropic, and other AI connectors. I've used them to automatically generate content, analyze sentiment from support tickets, and categorize data.
- ✓Webhooks & API Direct Access
When a pre-built app connector is lacking, I use the HTTP module to call any REST API directly. It gives me ultimate flexibility.
- ✓Data Stores
A simple, built-in key-value database. I use it to maintain state between scenario runs, like tracking the last processed record ID.
- ✓Scenario Scheduling
Offers minute-by-minute, hourly, or custom cron-like scheduling. I can run scenarios instantly, on a schedule, or trigger them via webhook.
- ✓Functions & Formulas
A rich library of functions for text, math, and date operations. I regularly use `replace`, `substring`, and `formatDate` to clean and structure data.
- ✓Version Control & History
I can save versions of my scenarios and revert if a new change breaks something. Execution history shows every data packet for debugging.
- ✓Team Collaboration
Paid plans allow sharing scenarios and connections with team members. It's vital for maintaining automations across a department.
- ✓Built-in Tools (Parser, Compressor)
The CSV/HTML parser and GZip compressor are surprisingly handy. I've parsed raw email HTML and compressed large files before sending them to cloud storage.
Tips & Tricks
Always use the 'History' tab to debug. You can inspect every data packet that flowed through each module to pinpoint exactly where a failure occurred.
Master routers and filters early. They are the key to building intelligent, branching workflows that handle different data conditions elegantly.
Use data stores for persistent variables. They're perfect for creating counters, tracking last-run timestamps, or maintaining a simple lookup table.
Schedule a weekly 'Watchdog' scenario. Have it check the health of your other critical automations and alert you via email or Slack if they fail.
Leverage the 'Sleep' module to pace API calls. This prevents you from hitting rate limits when processing large batches of items from a sensitive API.
Use the 'Aggregator' to bundle results before sending notifications. Instead of 100 emails, get one summary digest.
Name your modules clearly. When you revisit a complex scenario six months later, descriptive names like 'Transform Customer Address' are lifesavers.
Limitations
- -The learning curve is steep. The sheer power can be overwhelming for non-technical users; it's not as instantly intuitive as Zapier.
- -The UI can feel slow and clunky with very large, complex scenarios. Performance lags when you have hundreds of modules on one canvas.
- -While connectors are numerous, some are less polished than Zapier's, requiring more manual configuration to work correctly.
- -Real-time trigger speed on the Free and lower-tier plans can be slow compared to competitors, with polling intervals of several minutes.