We’re at the point where our automation setup has become unmaintainable. We’ve got workflows spread across Zapier, Make, a bit of custom n8n, some IFTTT remnants, and honestly a few bespoke scripts nobody wants to touch anymore.
The business case for consolidation is clear: one vendor, one contract, simpler governance, easier to train people. But the migration path scares me. Every time we’ve tried to move workflows between platforms, we’ve spent more time adapting workflows than actually consolidating them.
Here’s what I’m trying to figure out:
How much of the migration is actually format conversion versus architectural rewriting? I’m hoping that if I export a workflow from Platform A and import it to Platform B, some reasonable percentage of it just works. But I suspect the reality is that each platform has different assumptions about how integrations work, data handling, error patterns. So every workflow might need architectural changes, not just syntactic changes.
Can ready-to-use templates actually help here? If the consolidated platform has templates for common workflows, can we use those as starting points instead of migrating old workflows? Or do we still need to maintain the old automation logic and just rebuild it? The time math changes significantly depending on the answer.
What about the transition period? We can’t shut down all the old automations on day one. We need a period where both the old and new systems are running. That doubles infrastructure costs for a while, and it creates coordination problems—making sure the same data doesn’t get processed twice, or that we’re directing new workflows to the new platform while old ones finish their lifecycle.
Have any of you actually done this? What was the honest effort estimate compared to what you expected going in? Did template-based migration actually reduce the amount of manual work, or did everything need to be customized anyway?
I want to move forward on this, but I need realistic expectations about the effort involved.