The actual problem: software that doesn't talk to itself
Most UK mid-market operations weren't designed — they grew. A CRM bought when the team was four. A separate quoting tool bought when one customer needed something the CRM couldn't do. A spreadsheet bought (or rather, copied) by an operator who got tired of waiting for the SaaS roadmap. A telephony platform with no integration. An accounting system the bookkeeper insists on keeping separate. By £5m of revenue, most operations are running five to eight tools, and the gaps between them are filled by humans who copy values from one screen to another.
That sprawl is the real cost. Each SaaS bill is small. The cost is the hour every day someone spends transcribing fields, the deals that go cold because nobody saw the email, the reports that are wrong because the source-of-truth question was never answered, and the founder who has to make every cross-system decision because nobody else has visibility across all five.
AI systems integration is the fix. Not "add AI to one of the tools" — wire AI cleanly across the stack so the workflow runs through one bespoke spine and the SaaS tools become services your bespoke layer consumes.
Who AI systems integration is for
The signal that you need a proper integration project, not another SaaS purchase, looks like this:
- You can name five or more SaaS tools your team uses daily. If the answer is "well, plus the spreadsheets," that's six.
- The same customer or deal exists in three different systems. And the data is never quite the same across them.
- Someone on the team spends material time every day moving data between tools. Often this person is the founder.
- Reporting requires a manual export-and-merge step. Or worse, "I just know the numbers."
- You have a clear sense of which workflows are worth automating. If you can name the bottleneck in one sentence, integration usually pays for itself within 6–12 months.
What's actually involved
Every integration project runs through five workstreams. They overlap; the order below is roughly the order of dependency.
- System inventory and source-of-truth mapping. Every tool you use, the data it owns, where that data is duplicated elsewhere, and which copy is canonical. This is usually the first time anyone in the operation has written this down — and it surfaces ghost systems nobody mentions in meetings.
- Identity and access layer. How the AI authenticates against each tool. Service accounts, OAuth scopes, API keys, retry behaviour, rate limit handling. Auth bugs cause more integration outages than any other category — so this gets done properly up front.
- The data plumbing. Live API connections where the upstream tool has a clean API. Scheduled sync jobs where it has a sluggish or rate-limited one. Webhook listeners where it can push to us. Controlled browser automation where it has no API at all (often, for older industry-specific systems). All of it logged.
- Orchestration and conflict resolution. What happens when the CRM says one thing and the accounting system says another. When a webhook fires twice. When an API is down. When the AI's confidence on a field is below threshold. Rules for each, not vibes.
- Operator surface. A bespoke layer — usually a web app, sometimes a CRM extension, sometimes both — where your team sees what the AI is doing, accepts or corrects its decisions, and runs the day. This is the bit that replaces the spreadsheet.
What it integrates with
Recent integrations we've shipped, by category:
- CRM: bespoke CRMs we build, HubSpot, Salesforce, Pipedrive, monday.com, custom Postgres schemas.
- Telephony and messaging: Twilio, Vonage, RingCentral, WhatsApp Business, SMS gateways.
- Calendar and scheduling: Google Workspace, Microsoft 365, Calendly, native booking systems.
- Accounting and finance: Xero, QuickBooks, Sage, Stripe, Wise, bespoke invoicing.
- Document and data stores: SharePoint, Google Drive, Dropbox, S3, Supabase, Postgres, MySQL.
- Industry-specific systems: EPC register, vehicle data feeds (AutoTrader, eBay Motors, Facebook Marketplace), property platforms, ATTMA, Ofgem feeds, Companies House, government APIs.
Where an upstream system has no API at all, controlled browser automation is on the table — used carefully, fully logged, and with the explicit understanding that it's a workaround for a tool that should expose an API.
Security and data governance
Integration projects expand the surface area where your data moves. That has to be handled properly:
- Self-hosted deployment for regulated workflows where data cannot leave the network — see virtual assistants for the full pattern.
- UK or EU infrastructure as the default for everything else, with a documented data flow you can show your DPO.
- No training on your data by external model providers. This is in the contract.
- Auth, audit logging, retention policy, and incident response are line items in the spec, not afterthoughts.
- Penetration-test surface kept small — every API key is scoped to least privilege, every webhook endpoint requires signing, every browser-automated session runs from a known IP.
What it costs
Integration projects scale with the number of systems and the depth of orchestration, not with the AI capability layered on top. Honest 2026 ranges:
- Two or three well-documented systems with a single workflow: low five figures. Typical 4–6 weeks.
- Four to six systems with custom orchestration and an operator surface: mid five to low six figures. Typical 8–12 weeks.
- Full bespoke spine replacing a SaaS patchwork (typically the case for £5m+ operations): six figures. Phased delivery 12–24 weeks; ongoing retainer for evolution.
The 2026 cost guide breaks down what each band buys in detail.
Live UK integrations
- WheelsAI — marketplace syndication that rewrites and publishes one dealer listing to AutoTrader, eBay Motors and Facebook Marketplace with platform-correct photos, copy and pricing. Inbound leads integrated with telephony and SMS for sub-60-second response. Newly-listed vehicles auto-trigger market-pricing analysis.
- Thermova — EPC register, ATTMA Level 1 lodgement, Pulse air permeability testing, Ofgem and BoilerJuice fuel-price feeds, all integrated into one bespoke compliance and customer-journey surface.
- Renew Energies — five SaaS tools collapsed into one bespoke CRM ecosystem with AI-agent operations woven through. Speed-to-lead engine, mobile field-survey sync, AI website agent qualifying visitors into structured CRM leads, social-posting agent integrated with the company's brand voice for one-click publish.
Before you book
Sibling pillars
If you want the broader implementation pattern, start with AI implementation. If the bottleneck you want to dissolve is specifically repetitive cognitive work — call handling, lead qualification, document review, status updates — the right pillar is AI workflow automation.