Make is a visual automation platform for connecting applications and building workflows called scenarios. A scenario can receive an event, inspect its data, branch into different routes and update connected systems. It can also use AI for tasks such as extracting or interpreting information. The defining experience is a canvas that shows how modules relate to each other. To use it well, the builder needs to understand both that map and the data travelling through it: a compact diagram can still perform a large amount of work.
- 01Core idea. Scenarios connect modules visually, with data moving through routes, filters and transformations.
- 02Cost driver. A module can run for several data bundles; AI features may consume credits dynamically.
- 03Practical fit. The canvas is useful when the builder needs to inspect how records branch, multiply and recombine.
01 / ProductWhat are scenarios, modules and bundles?
Make’s operations documentation2 defines an operation as a module run that processes or checks data. A bundle is a unit of related data, such as an email or contact. A module can therefore execute repeatedly as it processes multiple bundles. This is the key to understanding both scenario behaviour and usage. The number of circles on the canvas is not the number of operations performed by a busy run.
Suppose a trigger retrieves several new orders. A later module may process each order separately, and another step may process each item within an order. The workflow can expand from a few events into many operations. That is useful when individual records need individual treatment, but it should be intentional. Before building, decide whether the destination expects a single record, a list or a summary. This data-shape decision often determines the simplest scenario.
Make also supports AI capabilities within the wider automation platform. The pricing overview1 distinguishes built-in AI features, connected AI applications and AI Agents marked as beta. For a buyer, it is useful to separate deterministic automation from model-driven interpretation. A scenario can remain predictable around an AI step by validating its output and defining a route for incomplete or unexpected results.
02 / AudienceWho is Make likely to suit?
Make is worth considering for operations specialists, technically curious business teams and automation builders who prefer to inspect a process visually. It can be particularly useful when a workflow branches by record type or needs to transform lists between applications. The builder can see where the data splits and inspect the input and output of individual modules, which helps turn an abstract integration into something concrete.
The visual approach still has a learning curve. Mapping an array, choosing an identifier and deciding how to handle an empty result require an understanding of the process. If the requirement is a straightforward standard connection, our Zapier guide provides a useful comparison around managed app actions and task pricing. If the workflow needs extensive code or a self-hosted runtime, our n8n profile examines those choices. Neither comparison should be settled by a connector count alone.
Make is less convenient when a large scenario has no clear owner or mixes unrelated responsibilities. A canvas that sends customer emails, updates accounting and changes inventory in one long chain can be difficult to review. Split the design around stable business tasks and document the expected inputs and outputs. The goal is a diagram another operator can understand, not merely one the original author can navigate.
03 / WorkflowA proposed order-attachment scenario
Imagine an operations team receiving order documents that must be stored and associated with the right customer record. This is an illustrative design, not a product test. An incoming message may contain several attachments. The scenario identifies the order, processes the relevant documents, writes their references to the destination system and produces a concise completion summary. The original message identifier should remain available throughout the workflow for reconciliation.
Make’s Iterator guide3 explains converting an array into separate bundles. For this example, an iterator can make each attachment available for individual processing. That is appropriate if every file needs a separate storage operation. If only a combined notification is needed afterwards, gather the resulting references before sending it. Otherwise the workflow may unintentionally send a separate message for every attachment, creating noise and unnecessary work.
How should routes be designed?
The Router documentation4 describes conditional routes, their ordering and a fallback route for data that does not match. It also states that routes are processed sequentially. For the document workflow, a recognised order confirmation could follow one route, an unsupported file another and an ambiguous document the fallback. Write conditions around trusted metadata where possible rather than asking AI to infer information that is already available in a structured field.
If AI extracts an order reference from a document, keep the original text and proposed value together until the match is verified. A plausible reference that points to the wrong customer is more damaging than an empty result that reaches a review queue. The destination lookup should confirm the relevant relationship before an update. This is a design recommendation for the business process, not a claim that Make automatically validates every relationship between your records.
What happens if a file upload succeeds but the next step fails?
Make’s incomplete-executions guide5 describes storing an unfinished run for supported automatic retries or manual resolution, and notes that the feature must be enabled. This is a useful recovery mechanism, but the operator still needs to know which external actions already happened. If a file was stored before a CRM update failed, recovery should reuse the stored reference instead of blindly uploading another copy.
Test an empty attachment list, an unsupported format, a duplicate incoming message and a temporary destination outage. Inspect the final storage folder and customer record together. A successful scenario run is helpful evidence about execution, but the business outcome is a correctly associated document without duplicate records or repeated notifications. Record a few difficult examples so the next scenario revision can be checked against the same cases.
04 / PricingHow Make credits and pricing work
Make’s pricing page1, accessed on 15 September 2026, shows the annual-billing USD prices below for the selected paid allowance of 10,000 credits per month. Free has a smaller allowance. Higher volumes and plan features affect the price, so this is a dated entry comparison rather than a quote for every scenario. Scheduling, file-size and execution limits also matter for the intended workload.
| Plan | Published price | Useful distinction |
|---|---|---|
| Free | $0/month; 1,000 credits/month | Initial scenarios and evaluation |
| Core | $9/month, billed annually | More scheduling control and API access |
| Pro | $16/month, billed annually | Priority execution and log search |
| Teams | $29/month, billed annually | Team roles and shared templates |
| Enterprise | Custom quote | Enterprise integrations and controls |
USD prices for annual billing, checked 15 September 2026. Source: Make pricing1; paid rows use 10,000 credits/month.
The credits guide6 distinguishes credits from operations. Most ordinary operations consume a fixed credit amount, while some AI and advanced features use dynamic charging based on tokens or other usage. With a custom AI-provider connection, the provider’s model bill can be separate from Make’s operations. With Make-provided AI, token consumption can be reflected in Make credits. The choice affects both account setup and the cost worksheet.
For an illustrative calculation, a standard one-credit module processing one hundred records consumes one hundred credits at that step. If each record also contains several items that need separate work, later usage can multiply. This arithmetic is not a measured Make workload. Inspect actual module usage during a pilot, especially around iterators, repeated routes and AI steps, then estimate the monthly volume using the real shape of your records.
Do not optimise usage by removing useful validation. Avoiding duplicate writes or detecting an incorrect customer match can be worth more than the credits used by a lookup. Better optimisation usually comes from choosing the right data unit: process a batch where the destination supports it, aggregate a summary when individual notifications are unnecessary and avoid repeatedly fetching unchanged data without a reason.
05 / DistinctionsThe canvas is useful when it explains the data
Make’s most useful distinction is that the builder can relate the process map to the actual bundles moving through it. When a field is missing, the investigation can begin at the module that produced the unexpected output. When usage rises, the team can inspect where records multiply. These are practical advantages of visibility, provided the scenario is named and structured around business meaning rather than a maze of anonymous modules.
There is also a useful boundary between a workflow and an AI agent. A workflow follows configured routes; an agent may choose tools based on context. Make’s AI Agent documentation entry7 points to dedicated setup, knowledge and credit guidance for that experience. Start with the amount of flexibility the task requires. A document classification step does not necessarily need a general-purpose agent that can choose among every business operation.
06 / QuestionsWhat should buyers verify beyond the demo?
The Make security page8 describes the platform’s security and compliance programme. For your scenario, examine which connected accounts grant access and what information appears in execution history. An automation that touches several systems can create a new combined view of data, even if each source was already appropriately controlled on its own. Give the operational team the access needed to diagnose work without exposing unrelated records unnecessarily.
We have not run private Make scenarios for this profile. The material reviewed supports a concrete pilot focused on mappings, bundle expansion, error recovery and actual credit consumption. Test with representative data rather than the cleanest sample record. A scenario that works for one attachment and one customer may behave differently when the next message contains several documents or an order that already exists.
07 / DecisionChoose a scenario the team can operate and explain
Make is a useful candidate when visual branching and data inspection help a team understand a cross-application process. Start with a complete task, design the fallback and recovery paths, and measure the operations generated by real records. The right implementation leaves you with a maintainable process map and a predictable understanding of how the work grows.
Build a scenario around clear data units
Decide where records should split, where they should recombine and what the destination considers complete.
Measure both extraction quality and credits
Keep proposed values tied to their source and verify record matches before writing to business systems.
Compare full designs before committing
Use the same records in shortlisted tools and compare recovery, readability and total usage.
A business worth understanding.
Suggest your business or one you find interesting. Tell us what you want to understand about its product, positioning, design or workflows.
Suggestions are free. Selection and publication stay with the desk.
Numbered citations point here. Copy an address to inspect the original source.
- 1. Make pricingAccessed 2026-09-15https://www.make.com/en/pricing?utm_source=sequenced.ai&utm_medium=referral
- 2. Operations and bundlesAccessed 2026-09-15https://help.make.com/operations?utm_source=sequenced.ai&utm_medium=referral
- 3. IteratorAccessed 2026-09-15https://help.make.com/iterator?utm_source=sequenced.ai&utm_medium=referral
- 4. RouterAccessed 2026-09-15https://help.make.com/router?utm_source=sequenced.ai&utm_medium=referral
- 5. Incomplete executionsAccessed 2026-09-15https://help.make.com/incomplete-executions?utm_source=sequenced.ai&utm_medium=referral
- 6. Make credit modelAccessed 2026-09-15https://help.make.com/credits?utm_source=sequenced.ai&utm_medium=referral
- 7. Make AI Agent documentationAccessed 2026-09-15https://help.make.com/make-ai-agent-new?utm_source=sequenced.ai&utm_medium=referral
- 8. Make securityAccessed 2026-09-15https://www.make.com/en/security?utm_source=sequenced.ai&utm_medium=referral