Already have workflows in another tool? AI Convert turns them into Heym workflows for you. Paste a workflow from n8n, Flowise, Dify, Langflow, sim.ai, or Activepieces — or just describe what you want — and Heym builds the equivalent workflow on a live canvas you can download and import.
Open it at heym.run/convert, or use the ✨ AI Convert button in the site header.
How it works
- Pick your source tool (optional) — n8n, Flowise, Dify, Langflow, sim.ai, Activepieces, or leave it on Auto.
- Provide your workflow — paste the exported JSON from your current tool, or write a plain-English description of the automation you want.
- Generate — Heym streams the result onto a canvas, drawing nodes and connections as they are produced.
- Download or copy the generated workflow as JSON.
- Import into Heym — use the Download & Import flow to paste the JSON onto your canvas, then run it.
The conversion also adds a small Sticky Note on the canvas marking the workflow as generated by Heym — delete it whenever you like.
What you get
The converter maps source concepts onto native Heym nodes — triggers, LLM steps, HTTP calls, Slack/Telegram actions, Loops, Conditions, and Output. Review the result on the canvas, wire up your Credentials, and adjust anything the source tool expressed differently.
AI Convert is a starting point, not a guaranteed 1:1 port. Always review the generated workflow before running it in production.
Good to know
- AI-powered: conversions are produced by a large language model, so results can vary between runs. Re-generate if the first result isn't quite right.
- Input size: the input you paste or type is limited to roughly 25,000 tokens. Trim very large exports before converting.
- Rate limits: to keep the tool available to everyone, requests are capped at 1 per minute, 5 per hour, and 10 per day per visitor.
- Safety: requests are screened, and only workflow-building requests are processed.
Next steps
- New to the canvas? Start with the Quick Start.
- Learn how importing works in Download & Import.
- Self-hosting Heym? See Environment Variables for the full configuration reference.
- Build from scratch with the in-app AI Assistant.