Almost every enterprise integration problem I have been called in to fix over twenty-two years shares the same root cause, and it is never the technology. It is the absence of a strategy. Someone needed the CRM to talk to the ERP, so a developer built a connection. Then finance needed a feed to the data warehouse, so another team built another connection. Then the facilities system needed asset data, and the field-service app needed work orders, and each need was met on its own terms by whoever was closest. Five years later there are two hundred interfaces, no map of what connects to what, and every upgrade turns into an archaeology project. This is not a failure of engineering. It is the predictable result of solving integration one project at a time instead of building integration as a capability. This guide is about the difference.
Start with the pillar. This article assumes you understand what enterprise integration is and why it matters. If you want the foundation first, read Enterprise System Integration Explained, then come back here for the strategy layer that sits above the individual connections.
1. Why you need a strategy, not just projects
A project delivers one outcome and ends. A strategy sets the rules under which every future project operates. The organizations that struggle with integration are the ones that only ever ran projects: each interface was scoped, funded and built as if it were the only one that would ever exist. Individually every decision looked reasonable. Collectively they produced an unmanaged sprawl, because no one owned the shape of the whole.
The symptoms are consistent and easy to recognize. Point-to-point connections multiply until the count of interfaces grows faster than the count of systems. The same data, a customer record, an asset, an invoice, is moved by five different interfaces built in five different styles, so there is no single source of truth about how it flows. Nobody can answer a simple question like "what breaks if we replace this system", because the dependencies live only in the heads of whoever built each link. Every upgrade, every new application, every acquisition adds cost that compounds, because each addition has to reckon with the tangle already in place. This is what I mean by the integration tax: the cost of change rises with every project until integration becomes the bottleneck for the whole business.
A strategy breaks the compounding. Instead of asking "how do we connect these two systems" every time, you ask it once, decide the patterns, the platform, the governance and the standards, and then every subsequent project inherits those decisions. The second interface is cheaper than the first because it reuses the platform. The tenth is cheaper still because the patterns and the connectors already exist. Integration stops being a tax that grows and becomes a capability that compounds in your favor. That inversion, from compounding cost to compounding capability, is the entire economic case for having a strategy at all.
2. Business-driven integration
The most common mistake in integration strategy is to write it as a technology document. It lists the middleware, the protocols, the message formats, and it never once mentions what the business is trying to achieve. A strategy built that way is orphaned from the moment it is written, because it cannot answer the only question that matters when priorities compete: which integration should we build first, and why.
A real integration strategy starts from business outcomes and works down. What capabilities does the business need that depend on systems working together? A single view of the customer across sales, service and billing. Order-to-cash flowing without manual re-keying. Real-time inventory visibility across channels. Asset and maintenance data unified across operational technology and enterprise systems. Each of these is a business outcome, and each one implies a set of integrations. When you start from outcomes, the integrations prioritize themselves: you build the ones that unlock the highest-value capability first, and you can defend every item on the roadmap in language an executive understands.
This is also what keeps a strategy alive as the business changes. Technology choices date quickly; the middleware you standardize on today will look old in five years. But the discipline of tracing every integration back to a business capability does not date, because it is the mechanism that keeps integration spending aligned with what the organization is actually trying to do. When someone proposes a new interface, the strategy gives you the test: which business outcome does this serve, and where does that outcome sit in our priorities? If the answer is unclear, the interface is probably premature.
The test I apply: every integration on the roadmap must name the business capability it enables and the cost of not having it. If a proposed interface cannot answer both, it is a technical wish, not a business priority, and it goes to the bottom of the list. This one filter removes more wasted integration effort than any tooling decision.
3. Governance and standards
Governance is the word that makes engineers reach for the exit, because it usually arrives as a committee that slows everything down. Done properly it does the opposite: good governance removes decisions from the critical path by making them in advance. The point of integration governance is not to approve every interface in a meeting. It is to define the standards once so that most interfaces never need a meeting at all.
Standards are the concrete output of governance, and they cover a small number of high-leverage areas. How do systems authenticate to each other, and how are credentials managed and rotated? What data formats and canonical models do interfaces use, so that a customer or an asset means the same thing everywhere? What are the naming conventions for services and endpoints, so that a new engineer can find and understand an interface without a guide? How are errors handled, retried and escalated, so that failures are visible rather than silent? How is every interface monitored, logged and documented, so that the map of what connects to what stays current instead of decaying? None of these is glamorous, and every one of them is the difference between a portfolio you can maintain and a tangle you cannot.
The governance body itself should be small, senior and mostly invisible. Its job is to own the standards, to keep them current, to arbitrate the genuinely hard cases that the standards do not yet cover, and to fold the resolution of those cases back into the standards so the same question never has to be answered twice. When governance works, most projects proceed without ever consulting it, because the standards already tell them what to do. When governance is broken, it becomes a bottleneck that teams route around, and the standards rot. The measure of good integration governance is how rarely anyone needs to invoke it directly.
4. Choosing a platform approach: iPaaS, API-led, hybrid
With the business drivers and governance in place, the strategy has to make a platform decision: what technology approach will the organization standardize on for building integrations? This is where most strategy documents jump in first, and getting the order wrong, deciding the platform before the business drivers, is exactly how organizations end up owning expensive middleware in search of a use case. Decide the platform after you know what you are integrating and why, not before.
There are three broad approaches, and mature organizations usually land on a blend rather than a pure form of any one:
- iPaaS (integration platform as a service): cloud-hosted integration tooling with pre-built connectors to common applications, low-code flow builders, and managed infrastructure. Its strength is speed and breadth: connecting mainstream SaaS applications is fast, and there is no middleware to host and patch yourself. If you want the deeper treatment of what iPaaS is and when it fits, see What is iPaaS. It is the default starting point for cloud-first organizations.
- API-led connectivity: an architectural approach that exposes systems and capabilities as reusable APIs organized into layers, so that integrations are composed from published building blocks rather than wired together directly. It is less a product than a discipline, and it is the approach that scales best when reuse is the goal. The next section covers it in detail.
- Hybrid: the honest reality for almost every established enterprise. Legacy systems on-premises, modern SaaS in the cloud, operational technology on the plant floor, and acquired systems that follow none of your standards. A hybrid approach accepts that no single tool covers all of it, standardizes where it can, and uses the right pattern for each layer rather than forcing everything through one product.
The strategic decision is not really "which product" but "which approach, and where." iPaaS for the fast-moving SaaS layer, API-led discipline over the top so that what you build is reusable, and pragmatic point-to-point or file-based integration where a legacy system genuinely leaves no better option. Choosing the platform is downstream of choosing the method, and choosing the method is downstream of understanding your estate. For the wider decision framework on picking between styles for a given interface, see How to Choose the Right Integration Method.
5. API-led connectivity: system, process and experience APIs
API-led connectivity deserves its own section because it is the single idea that does the most to turn integration from a cost into a reusable capability. The concept, popularized in the integration industry as a way to structure connectivity for reuse, organizes APIs into three logical layers, each with a distinct job. The layering is what makes reuse systematic rather than accidental.
- System APIs sit closest to the underlying systems of record: the ERP, the CRM, the asset database, the HR platform. Each system API unlocks the data and functions of one system in a clean, standardized way and hides that system's internal complexity behind a stable interface. Build the system API for your ERP once, and every future integration that needs ERP data uses it, insulated from the ERP's quirks and from a later ERP replacement.
- Process APIs sit in the middle and orchestrate business processes across multiple systems by composing system APIs. An "onboard customer" process API might call the CRM system API, the billing system API and the identity system API in sequence, encapsulating the business logic of onboarding in one reusable place rather than duplicating it in every channel that needs to onboard a customer.
- Experience APIs sit closest to the consumers, the mobile app, the web portal, the partner integration, and reshape the underlying data and processes into the specific form each channel needs. The same process and system APIs can feed many experience APIs, so a new channel is a thin new layer on top of capability that already exists rather than a new integration built from scratch.
The payoff of this layering is compounding reuse. The first project that builds the ERP system API pays the full cost of it. Every project after that consumes it for free. Over time the organization accumulates a library of published, documented, reusable APIs, and new capabilities are increasingly assembled from existing building blocks rather than integrated from nothing. That is the mechanism by which integration becomes cheaper over time instead of more expensive, and it is why API-led connectivity, more than any specific product, is the architectural heart of a scalable integration strategy. The trade-off is discipline: the layering only pays off if teams genuinely reuse the APIs rather than quietly building yet another point-to-point link because it is faster this week. That discipline is exactly what governance and a centre of excellence exist to protect.
How these layers physically deploy, where APIs are hosted, how traffic is routed, how the layers are secured and scaled, is an architecture question that sits alongside the strategy. For that design detail, see How to Design Integration Architecture.
6. Reuse and the integration centre of excellence
A strategy that produces reusable APIs still fails if nobody is responsible for the reuse. Left to individual project teams under deadline pressure, reuse loses every time to the faster local option, and the organization drifts back to point-to-point sprawl even with a good platform in place. The structural answer, widely adopted in mature integration organizations, is an integration centre of excellence.
A centre of excellence is a small central team that owns integration as a shared capability rather than leaving it to whoever happens to need an interface. Its remit is practical: own and evolve the standards, maintain the platform and the shared connectors, curate the catalogue of reusable APIs so teams can find what already exists, review new integrations for reuse and standards compliance, and provide the expertise and templates that let project teams build correctly and quickly. The centre of excellence is where governance, the platform and the API library come together into something a project team can actually consume.
The operating model matters as much as the team. A centre of excellence that tries to build every integration itself becomes a bottleneck and is resented as a gatekeeper. The model that works is enablement: the centre provides the platform, the standards, the reusable building blocks and the guidance, and the project teams build their own integrations on top of that foundation, faster and more consistently than they could alone. The central team accelerates delivery rather than owning it. When the centre of excellence is measured on how much reuse it enables and how fast teams can deliver, it earns its place. When it is measured on how many interfaces it personally controls, it becomes the very bottleneck the strategy was meant to remove.
The caution: a centre of excellence is not a licence to centralize control and slow everyone down. The moment it becomes a queue that projects have to wait in, teams will route around it and the standards will erode. Its authority has to come from being genuinely useful, the fastest and safest way to build an integration, not from a mandate that it be consulted. Design it as an accelerator, not a checkpoint, or it will quietly recreate the sprawl it was built to prevent.
7. Security and compliance by design
Integration is where data crosses the boundaries between systems, which makes it precisely where security cannot be an afterthought. Every interface is a channel through which data moves and a potential surface for attack or leakage, and a strategy that bolts security on at the end will always be racing to close gaps that never should have been opened. Security has to be one of the standards that governance defines, applied to every interface by default rather than negotiated per project.
In practice this means a small set of non-negotiable defaults. Every interface authenticates: systems prove their identity to each other, and there are no anonymous or shared-password connections. Data in transit is encrypted, and sensitive data at rest within the integration layer is protected. Access follows least privilege, so an interface can touch only the data and functions it genuinely needs rather than inheriting broad rights because that was easier to configure. Every interface is logged and auditable, so that who accessed what and when is answerable, which is both a security control and a compliance requirement. And data-handling rules, residency, retention, masking of personal or regulated data, are built into the interface design rather than discovered during an audit.
The compliance dimension is inseparable from this. In regulated environments, and in a region like the one I work in where data residency and sector regulation carry real weight, integrations move exactly the data that regulation cares about: personal data, financial records, operational data with safety implications. A strategy that treats compliance as a property of individual systems and forgets that integrations move data between them will fail its first serious audit. The discipline is to treat every interface as in scope for the same data-protection and audit obligations as the systems it connects, and to make that treatment the default that governance enforces, so that compliance is a property of how integrations are built rather than a scramble when the auditor arrives.
8. An integration roadmap
A strategy without a roadmap is a philosophy. The roadmap is what turns the principles above into a sequence of deliverables that build the capability incrementally while delivering business value along the way. The mistake to avoid is the big-bang integration platform program that spends a year building foundations before anyone sees a result; the better path builds the foundation and the first valuable integrations together, so that each phase pays for itself and proves the approach.
The layered way to think about an integration strategy, and the natural order in which to build it, is a pyramid. Business goals sit at the top and drive everything below them; governance sets the rules; the platform provides the technology; standards and patterns make the work repeatable; and the actual connections, the interfaces that carry data every day, sit at the base as the visible output that all the layers above exist to produce well.
The pyramid also explains why order of construction matters. You cannot build reliable connections at the base without the standards above them; you cannot enforce standards without governance; and governance is worthless if it is not anchored to business goals at the top. Build top-down in intent, the goals and governance first, and bottom-up in delivery, proving each valuable connection as you go, and the two meet in the middle at a platform and a set of patterns that make everything above the base repeatable.
Underneath the pyramid, a written strategy needs to name its elements concretely so that people can be held to them. These are the six elements I make sure every integration strategy defines explicitly, and what each one has to cover:
| Element | What it covers |
|---|---|
| Vision & business alignment | The business capabilities integration must enable, and the rule that every interface traces to one. Keeps spending aligned with outcomes and sets the priority order for the roadmap. |
| Governance | Who owns integration decisions, how standards are set and maintained, and how the hard cases are arbitrated and folded back into the rules so they are answered once. |
| Platform approach | The chosen technology direction: iPaaS, API-led, hybrid, and where each applies across cloud, on-premises and operational-technology layers of the estate. |
| Standards | Authentication, canonical data models, naming, error handling, security, logging and documentation, applied to every interface by default rather than per project. |
| Team / centre of excellence | Who builds and enables integration, the operating model (enablement over gatekeeping), and ownership of the platform, the standards and the reusable API catalogue. |
| Roadmap | The sequenced plan that builds foundation and value together, so each phase pays for itself and proves the approach before the next one is funded. |
A worked example of where such a roadmap lands: many organizations anchor their integration strategy on their core business platform. A Microsoft-centred enterprise, for instance, will often build its strategy around how Dynamics 365 Business Central connects to the rest of the estate, because that is where finance, operations and much of the master data live. If that is your world, Business Central and the Microsoft Ecosystem shows how a single platform's integration surface can become the backbone that the roadmap organizes around.
9. References
The concepts in this guide draw on established industry practice rather than any single proprietary source. Two are worth naming so you can read further:
- API-led connectivity. The three-layer model of system, process and experience APIs is an industry-standard approach to structuring connectivity for reuse, popularized within the integration platform community. Vendor documentation and integration-architecture literature describe it in depth under that name.
- Integration centre of excellence. The idea of a small central team that owns integration standards, platform and enablement is a widely adopted operating-model pattern in enterprise integration, discussed across integration platform vendors and enterprise-architecture practice under the "centre of excellence" or "C4E" label.
Beyond those, the supporting pillars on this site, enterprise system integration, integration architecture design, choosing an integration method and iPaaS, are the practical companions to the strategy laid out here.
Final thoughts
The organizations that master integration are not the ones with the best middleware. They are the ones that stopped treating integration as a queue of projects and started treating it as a capability worth building deliberately. The strategy is the instrument of that shift. It starts from business goals, sets the governance and standards that make work repeatable, chooses a platform approach that fits the estate rather than the fashion, uses API-led layering so that every interface built makes the next one cheaper, protects reuse through a centre of excellence that enables rather than gatekeeps, bakes in security and compliance from the first line, and sequences all of it on a roadmap that delivers value as it builds foundation.
None of this is exotic, and none of it is fast. But the payoff is the inversion I described at the start: integration stops being a tax that grows heavier with every project and becomes an asset that compounds in your favor. If you are looking at an estate of two hundred interfaces nobody fully understands, the way out is not another integration project. It is the strategy that should have come first, applied now, so that the next two hundred connections are a capability rather than a burden.
Building an integration strategy?
Independent advisory on integration strategy, governance, platform selection, API-led design and standing up a centre of excellence. 22+ years across ERP, EAM, CAFM and enterprise integration in utilities, oil and gas, manufacturing, government and facility operations. Vendor-neutral, outcome-first.
Book a conversationRelated reading: Enterprise system integration explained, How to design integration architecture, How to choose the right integration method, What is iPaaS, Business Central and the Microsoft ecosystem.
Muhammad Abbas
CMMS / CAFM Manager & Enterprise Integration Specialist · 22+ years across ERP, EAM, CAFM and enterprise integration.
Work with me