Hello n8n,
We’ve built a Zapier to n8n converter after migrating dozens of clients in the past few months: https://migromat.com/
It’s simple: just drop your Zapier workflows export (no credentials or personal data - just workflow structure), and we’ll convert it into an n8n workflow JSON you can paste into your account and connect your credentials.
Under the hood, it works like this:
- We extracted apps and actions from Zapier and n8n, and mapped those.
- Your Zapier JSON and our set of mapped n8n nodes/actions are processed by a multi-agent system:
- n8n expert: has consumed a lot of n8n documentation
- Zapier expert: has consumed a lot of Zapier documentation
- HTTP request creator: adds web request nodes if an app isn’t available in n8n (has web search access)
- Validator: checks mapping accuracy and output quality
- Conversion architect: reasoning agent that orchestrates the conversion and leverages other agents
- The system processes each node step by step, validating and saving as it goes.
It’s definitely a bit overkill for the task :), but we were mostly exploring agentic architecture with this project.
The first few conversions are free; the rest are behind a paywall to avoid unexpected costs for us.
If you have complex or interesting Zaps to convert, reach out - happy to put our agents to the test with the community!