How much does Salesforce Flow cost in 2026?
Quick Answer: Salesforce Flow is included in Salesforce editions at no separate cost. Enterprise Edition ($165/user/mo) includes Flow Builder with all flow types. Unlimited Edition ($330/user/mo) adds Orchestrator and Einstein AI. Free Developer Edition available for testing. Total cost includes license + implementation ($15K-$200K+) + admin staffing.
Salesforce Flow Pricing (as of April 2026)
Salesforce Flow is included with Salesforce platform editions. There is no separate pricing for Flow — it is a feature of the Salesforce license.
Salesforce Edition Pricing
| Edition | Price | Flow Builder | Key Flow Features |
|---|---|---|---|
| Developer | Free | Yes | Full Flow Builder (development/testing only, not for production) |
| Platform | $25/user/month | Yes | Basic flows, limited CRM features |
| Enterprise | $165/user/month | Yes | Record-Triggered, Screen, Autolaunched, Scheduled Flows |
| Unlimited | $330/user/month | Yes | All Enterprise + Orchestrator, Einstein AI recommendations |
What Each Edition Includes
Developer Edition (Free): Full Flow Builder access for learning and development. Includes 5 MB data storage, 20 MB file storage. Cannot be used for production workloads. Ideal for training, testing, and certifications.
Platform Edition ($25/user/month): Designed for custom app development on the Salesforce platform. Includes Flow Builder but with limited access to standard Sales and Service Cloud objects. Suitable for organizations building custom apps rather than using standard CRM features.
Enterprise Edition ($165/user/month): The most common edition for Flow automation. Includes all flow types (Record-Triggered, Screen, Autolaunched, Scheduled, Platform Event-Triggered), Process Builder (legacy, being replaced by Flow), and Approval Processes. Supports sandbox environments for testing flows before deployment.
Unlimited Edition ($330/user/month): Adds Flow Orchestrator for multi-step, multi-user processes spanning days or weeks. Includes Einstein AI recommendations for flow optimization, additional API call limits, and premier support. Required for organizations with complex, long-running approval and orchestration workflows.
Screen Flows on Lower Tiers
Screen Flows (interactive user-facing flows) are available on Enterprise and above. Lower editions have limited access. Organizations on Professional Edition ($80/user/month) can use basic workflow rules but have restricted Flow Builder capabilities — an important consideration when evaluating Salesforce editions.
Cost at Scale
| Team Size | Enterprise | Unlimited | Annual Enterprise | Annual Unlimited |
|---|---|---|---|---|
| 10 users | $1,650/mo | $3,300/mo | $19,800/yr | $39,600/yr |
| 50 users | $8,250/mo | $16,500/mo | $99,000/yr | $198,000/yr |
| 100 users | $16,500/mo | $33,000/mo | $198,000/yr | $396,000/yr |
| 200 users | $33,000/mo | $66,000/mo | $396,000/yr | $792,000/yr |
Hidden Costs Beyond License Fees
| Cost Component | Typical Range | Notes |
|---|---|---|
| Implementation partner | $15,000-$200,000+ | Required for complex deployments |
| Admin salary (dedicated) | $80,000-$120,000/yr | Most orgs need 1+ dedicated Salesforce admin |
| MuleSoft (enterprise integration) | $50,000+/yr | Required for complex cross-system integrations |
| Data storage add-ons | $125/GB/month | Beyond included storage limits |
| AppExchange apps | $5-$300/user/month | Third-party marketplace apps |
Comparison with Standalone Automation Tools
| Tool | 50-User Monthly | Automation Type |
|---|---|---|
| Salesforce Enterprise (with Flow) | $8,250/mo | CRM-native, deepest Salesforce integration |
| Zapier Team | $299/mo | Cross-app, 7,000+ connectors |
| Make Teams | $184/mo | Cross-app, visual scenario builder |
| Power Automate | $750/mo ($15/user) | Microsoft ecosystem, cross-app |
Salesforce Flow is significantly more expensive than standalone automation tools, but the comparison is not direct — Salesforce includes CRM, service, marketing, and platform capabilities alongside automation. Organizations comparing costs should evaluate total CRM + automation cost, not automation alone.
Editor''s Note: We deployed 14 Salesforce Flows for a mid-market SaaS client (180 reps) on Enterprise Edition. The Flow Builder itself had no additional cost beyond the $165/user/month license. Total Salesforce spend for this client: $29,700/month (180 users). Implementation cost: $28K over 5 weeks with a certified partner. For comparison, we estimated a Zapier-based alternative at $299/month — but it could not replicate the record-triggered automations that fire within Salesforce''s transaction model. The Salesforce premium was justified by the CRM being their core system of record.
Related Questions
- What are the best workflow automation tools for technical writers in 2026?
- What are the best AI-native automation tools in 2026?
- What are the best automation tools for finance and AP teams in 2026?
- What are the best automation tools for solo founders in 2026?
- What are the best automation tools for nonprofits in 2026?
Related Tools
Activepieces
No-code workflow automation with self-hosting and AI-powered features
Workflow AutomationAutomatisch
Open-source Zapier alternative
Workflow AutomationBardeen
AI-powered browser automation via Chrome extension
Workflow AutomationCalendly
Scheduling automation platform for booking meetings without email back-and-forth, with CRM integrations and routing forms for lead qualification.
Workflow AutomationRelated Rankings
Best Durable Workflow Engines for Production in 2026
A ranked list of the best durable workflow engines for production deployments in 2026. Durable workflow engines persist execution state to a database so that long-running workflows survive process restarts, deployments, and infrastructure failures. The ranking covers Temporal, Prefect, Apache Airflow, Camunda, Windmill, and n8n. Tools were evaluated on production reliability, developer experience, scalability, open-source health, and documentation quality. The shortlist intentionally mixes code-first engines (Temporal, Prefect, Airflow) with hybrid visual platforms (Camunda, Windmill, n8n) to reflect how production teams actually choose workflow engines in 2026.
Best No-Code Automation Platforms in 2026
A ranked list of no-code automation platforms in 2026. The ranking covers visual workflow builders that allow non-engineering teams to connect SaaS apps, route data, and add conditional logic without writing code. Entries cover proprietary cloud platforms (Zapier, Make, Pipedream, IFTTT) and open-source visual builders (n8n, Activepieces). Scoring reflects integration breadth, pricing accessibility, visual editor ease, reliability and error handling, and self-hosting availability.
Dive Deeper
Migrating 23 Make Scenarios to Self-Hosted n8n: a 3-Week Breakdown
Anonymized retrospective of a DTC ecommerce brand migrating 23 Make scenarios to a self-hosted n8n instance over three weeks. Tooling cost dropped from $348/month on Make Teams to roughly $12/month on a Hetzner VPS, but credential and webhook recreation consumed about 40% of total project time.
Trigger.dev vs Inngest 2026: OSS Durable Runners Compared
Trigger.dev (2022, London) is a fully Apache 2.0 durable runner with task-based authoring, machine-size selection, and first-class self-host. Inngest (2021, San Francisco) is a developer-first event-driven step platform with an open-source dev server and a managed cloud (50K step runs/month free, $20/month Hobby). This 2026 comparison covers license, programming model, pricing, observability, and self-host options.
Inngest vs Temporal 2026: Durable Functions vs Durable Workflows
Inngest (2021, San Francisco) is a developer-first durable functions platform with TypeScript and Python SDKs, 50,000 step runs/month free, and Hobby pricing from $20/month. Temporal (2019) is the heavyweight durable workflow engine with seven-language SDK coverage, Cassandra-backed scale, and Cloud pricing from roughly $200/month at low volume or $2.5-4.5K/month self-host. This 2026 comparison covers programming model, pricing, scale ceiling, and operational footprint.