← Back to blog

What iPaaS Can't Reach: Integrating Software That Has No API (2026)

Zapier, Make, Workato, MuleSoft, and Boomi connect software with APIs. Most vertical software has none. How the two layers fit, and what covers the gap.

Published by Alex Klarfeld · July 15, 2026
What iPaaS can't reach

iPaaS earned its place in the stack. Zapier and Make made integration a drag-and-drop job; Workato, MuleSoft, and Boomi made it an enterprise discipline with governance, retries, and monitoring. If both systems in your workflow expose an API, one of these is almost certainly the right tool, and this post won't talk you out of it.

The catch sits underneath all of them: an iPaaS connector is a wrapper around a vendor's API. No API, no wrapper, no connector. And by our estimate, roughly 90% of enterprise software publishes no API at all, concentrated in exactly the vertical systems that run real industries.

TL;DR

Keep your iPaaS for orchestration. Add a connectivity layer that manufactures a real API for the systems that lack one, and the two compose through a plain HTTP action: the no-API portal becomes one more node in the flow you already built.

Where the gap actually bites

Look at any iPaaS catalog and you'll find thousands of connectors for horizontal SaaS: CRMs, help desks, spreadsheets, chat. Now look for the systems your customers' businesses actually run on: the property management platform, the dealer management system, the claims clearinghouse, the legal practice suite, the state licensing portal. Mostly absent, because there's no API to wrap. The workflow that matters most ends at a login screen the iPaaS can't cross.

The two layers, and how they compose

LayerWhat it doesExamples
Orchestration (iPaaS)Moves data between systems that expose APIs; owns triggers, mapping, retries, governanceZapier, Make, n8n, Workato, MuleSoft, Boomi, Power Automate
Connectivity (managed APIs)Creates the API where none exists, from the portal's own backend calls, and maintains itSupergood

The two layers compose cleanly because a generated endpoint is ordinary REST. Every iPaaS on the list has an HTTP action, so the no-API system slots into the flow like any other API: trigger in your CRM, HTTP call to the portal's endpoint, result posted to Slack. The iPaaS keeps doing what it's best at; the missing connector stops being missing.

Why the usual workarounds disappoint

Teams facing the gap usually try one of three patches. Vendor SFTP or nightly CSV exports: batch cadence, vendor-defined fields, painful for anything a user waits on. RPA bolted to the side of the flow: reintroduces UI fragility inside an otherwise API-clean pipeline. Partner API applications: worth pursuing when you qualify, with approval timelines measured in months and coverage decided by the vendor. The durable fix is giving the orchestration layer what it wanted all along, a real API for the system that had none, with someone accountable for keeping it alive. That last part matters: the portal's backend does change occasionally, and a managed integration detects it in production telemetry and ships the fix before your flow notices.

Zapier, Make, Workato, MuleSoft, Boomi: same gap

These platforms differ in governance, pricing, and depth, but they share one constraint: connectivity is bound to the connector catalog, and every connector wraps a vendor API. When the system you need is a vertical portal with no API, none of them can reach it, whether you pay Zapier prices or MuleSoft prices. The composition pattern in this post applies to all of them identically: a generated endpoint is ordinary REST, every one of these platforms has an HTTP action, and a flow built in any of them treats the endpoint like any other API. Pick the orchestrator on its own merits; the gap, and the fix, are the same everywhere.

FAQ

Is Supergood an iPaaS competitor?

No. iPaaS orchestrates between APIs; Supergood manufactures the API for systems that lack one. Most Supergood customers call their endpoints from an orchestrator or their own backend.

Which iPaaS does this work with?

Anything that can make an HTTP request, which is all of them: Zapier, Make, n8n, Workato, MuleSoft, Boomi, Power Automate. For AI-agent stacks, the same integrations are exposed as MCP tools.

What about the 90% figure?

It's our working estimate for enterprise software without a usable public API, and it skews higher in vertical industries. Whatever the exact number, the test that matters is simpler: is your system in the connector catalog? If it isn't, you're in the gap this post is about.

Related reading

Updated July 2026.

ipaasintegrationszapiermulesoftworkatono api

Ready to get a real API?