Make
Visual automation platform with 1,800+ app integrations and AI-powered workflows
Editorial take
Make is the most visually capable automation platform available. Its canvas-based interface makes complex multi-step workflows easier to reason about than Zapier's linear format. The free tier is generous enough for light use, and paid plans offer strong value for teams automating high-volume processes.
What is Make?
Make (formerly Integromat) is a visual automation platform that lets you connect apps and services and automate workflows without writing code. You build "scenarios" - flowcharts of modules connected by lines - that run on a schedule or in response to triggers. Unlike Zapier's linear sequences, Make's visual canvas supports branching logic, loops, error handling, and complex multi-path workflows.
Make has added AI capabilities throughout its platform: you can call OpenAI, Claude, or Gemini directly as modules in any workflow, process documents with AI, and use its HTTP module to hit any API.
The free plan includes 1,000 operations per month, which is enough to test and run light workflows. Paid plans start at $9/month for 10,000 operations. Make is significantly cheaper than Zapier for equivalent functionality and substantially more capable for complex logic. The learning curve is steeper than simpler tools, but the payoff in flexibility is real.
Make has a large community with thousands of pre-built templates. For anyone building AI-powered automations that need to talk to real business tools - CRMs, Google Workspace, Slack, databases - Make is one of the strongest options available.
Best for
Teams needing wide app coverage without code
Key strength
1800+ app integrations in a visual workflow builder
Score breakdown (out of 5)
What you would use it for
- →Connecting disparate SaaS tools without writing code via a visual workflow canvas
- →Building data processing pipelines between APIs and databases
- →Automating content publishing from form submissions, RSS feeds, or webhook triggers
- →Syncing CRM and marketing tools across an organization with conditional routing
- →Routing and transforming incoming data to multiple destinations based on custom logic
Pros & Cons
👍 Pros
- ✓More powerful than Zapier for complex logic
- ✓1,800+ integrations covers virtually every tool
- ✓Free tier is functional
- ✓AI steps are first-class modules in any workflow
- ✓Cheaper than Zapier for equivalent power
👎 Cons
- ✗Steeper learning curve than simpler tools
- ✗Operation-based pricing can get expensive at scale
- ✗No self-hosted option
- ✗Visual canvas can become cluttered with complex scenarios
Key Features
- ✓ Visual scenario builder with branching logic
- ✓ 1,800+ app integrations (Google, Slack, Notion, CRMs, databases)
- ✓ Native AI module: call OpenAI, Claude, Gemini as workflow steps
- ✓ Scheduled and webhook-based triggers
- ✓ Data stores for persisting state between runs
- ✓ Error handling and retry logic
- ✓ Thousands of community templates
Available on
Integrates with
Make Pricing
✅ Make has a free plan — no credit card required to start.
Free
- ✓1,000 operations/month
- ✓Unlimited active scenarios
- ✓1,800+ app integrations
- ✓AI module (OpenAI, Claude, Gemini)
- ✓5-minute minimum schedule interval
Core
- ✓10,000 operations/month
- ✓1-minute minimum schedule interval
- ✓Full data store access
- ✓Email support
Pro
- ✓10,000 operations/month (higher add-on rates)
- ✓Priority execution
- ✓Full scenario history
- ✓Custom variables
Video Review
Make vs Competitors
Latest news
From the blog

Claude Code Embeds Hidden Steganographic Markers in Requests
Security researchers discovered that Claude Code secretly embeds steganographic markers in requests, raising transparency and data handling concerns for developers using the tool.
Jul 3, 2026

Anthropic Releases Claude Sonnet 5 Model Update
Anthropic has released Claude Sonnet 5, a major model update that enhances Claude Code, Claude Desktop, and all integrated tools across the platform.
Jul 2, 2026

Anthropic Accuses Alibaba of Extracting Claude Model Capabilities
Anthropic has alleged that Alibaba illicitly extracted Claude AI model capabilities through unauthorized means, highlighting growing concerns about intellectual property protection in the competitive AI industry.
Jun 28, 2026
Developer resources
Related Tools
Open-source workflow automation you can self-host - with native AI agent support
n8n is an open-source workflow automation tool that you can run on your own server or use via n8n Cloud. It works similarly to Make - you build workflows visually by connecting nodes - but adds a feature that neither Make nor Zapier have: native AI agent nodes that can reason, use tools, and loop until a task is complete. The AI Agent node in n8n lets you define a goal, give the agent tools (HTTP calls, database queries, other workflows), and let it run. It will decide which tools to use and in what order, rather than following a fixed sequence of steps. For building AI workflows that need real autonomy - not just "call GPT and pass the output" - this is a different capability. n8n has 400+ integrations, covers most major tools (Google, Slack, databases, CRMs, webhooks, HTTP), and its node library grows quickly as it is community-maintained. The self-hosted version is completely free. The cloud version starts at $20/month for 2,500 workflow executions. The main trade-off is setup: self-hosting requires a server (a $5/month VPS works). For technical users comfortable with Docker or a basic VPS, self-hosted n8n offers strong value in automation - enterprise power at zero marginal cost. For non-technical users, n8n Cloud or Make is easier to get started.
The open-source autonomous AI agent that codes, browses, and executes across your machine
OpenClaw is an open-source autonomous AI agent with 60,000+ GitHub stars and MIT license. It can read codebases, write files, execute shell commands, browse the web, and chain multi-step tasks without hand-holding - all from your local machine. You bring your own API keys; OpenClaw supplies the agentic layer on top. Unlike IDE plugins that wait for you to ask a question, OpenClaw operates autonomously. Give it a task - "set up this repo, write the tests, and fix any failures" - and it will execute a sequence of actions to get there. It supports Anthropic Claude, OpenAI, and other providers via a unified interface, so you are not locked into any single model. OpenClaw was created by Peter Steinberger (former founder at PSPDFKit, later joined OpenAI) and kept open source after his departure. In April 2026, Anthropic restricted Claude Code subscriptions from being used with OpenClaw, which brought the project significant attention. For developers who want maximum agentic autonomy without a monthly subscription, OpenClaw is one of the most capable options available.
Build AI automation workflows visually - no code required
Gumloop is a visual AI workflow builder that lets you chain AI steps together without writing code. You drag nodes onto a canvas, connect them, and build pipelines that can scrape websites, process documents, call AI models, send emails, and post to external services - all running automatically on a schedule or trigger. The core idea: most AI use cases aren't a single prompt, they're a sequence of steps. Scrape a page, extract key data, summarize it, format the output, send a Slack message. Gumloop makes that kind of multi-step automation visual and fast to build. You can go from idea to running pipeline in under 30 minutes without touching an API. Gumloop sits in the same space as Make (formerly Integromat) and n8n, but with a stronger focus on AI-native steps. The node library includes LLM calls (GPT-4o, Claude, Gemini), web scrapers, PDF processors, Google Sheets connectors, email senders, and webhook triggers. Everything is hosted - you don't run your own server. The free tier gives you enough to build and test workflows. Paid plans add higher run volumes, faster execution, and team features. Gumloop has been growing in the indie hacker and AI builder community as an alternative to the steeper learning curve of n8n.
AI agents that work together to complete complex tasks
AgentChat is a platform for creating and managing multi-agent AI systems that collaborate to solve complex problems. Users define specialized AI agents, set their roles and capabilities, and orchestrate their interactions to automate workflows. The platform is designed for developers and organizations building AI automation systems.
This page contains affiliate links. We may earn a commission at no extra cost to you. Learn more.