Macha

Freshdesk Data Migration: What Actually Moves (and What Doesn't)

Abbas, Customer Support & AI, Macha

Written by

Ankeet Guha, Co-founder & CTO, Macha

Reviewed by

Published July 26, 2026

Updated July 26, 2026

The uncomfortable truth about any help desk migration is that "moving to Freshdesk" is really two jobs wearing one name. The first job is moving your history — tickets, contacts, companies, and knowledge base articles — and that part is well-trodden, largely automated, and mostly boring in the best way. The second job is rebuilding your operation — the automations, SLA policies, routing rules, and reports that made your old help desk actually run — and none of that ports as living configuration. Teams that plan for one job and get surprised by the other are the ones that lose a weekend and a bit of trust. This is a cross-platform reference to which is which: what moves cleanly, what you rebuild by hand, where the native importer stops and a paid tool starts, and how much downtime to actually expect.

Freshdesk Data Migration: What Actually Moves (and What Doesn't)

The two categories that decide your whole plan

Every artifact in your current help desk falls into one of two buckets, and the split is cleaner than most people expect.

Records are the historical facts of your support operation — the tickets, the people, the articles, the attachments. These are rows of data, and rows of data move. A migration tool reads them out of the source system's API and writes them into Freshdesk's, preserving the relationships between them.

Configuration is the logic that acted on those records — the automations that routed tickets, the SLA policies that timed them, the dashboards that measured them. This is behaviour, not data, and it does not transfer. Freshdesk's automation engine is structured differently from your old platform's, so even a "matching" rule has to be rebuilt in Freshdesk's own grammar. There's no export file that turns a Zendesk trigger into a Freshdesk automation.

Hold onto that distinction and the rest of migration planning falls into place.

What moves cleanly

Per Help Desk Migration's Freshdesk documentation — the most widely used third-party migration service and the one Freshworks itself lists on its marketplace — the following records port with their structure intact:

  • Tickets, in any status including closed and resolved, with their full conversation history: public replies, internal notes, ID, subject, tags, status, priority, due date, CC recipients, and custom fields.
  • Contacts (customers) with name, email, phone, company, language, timezone, and custom fields — matched by a unique identifier (usually email), so an existing contact gets updated rather than duplicated.
  • Companies / organizations, including their descriptions, domains, and — importantly — the associations linking each company to its contacts and tickets.
  • Agents, so your team structure comes across.
  • Attachments and inline images (embedded visuals arrive as attachments), plus call recordings and multilingual translations.
  • Knowledge base articles, folders, and categories — titles, HTML body content, SEO metadata, attachments, and publication status.
  • Canned responses and scenario automations, a more recent addition, and custom objects (things like assets or warranties) with their relationships preserved.

The field mapping for standard attributes — subject, status, priority — is largely automatic, and you map your custom fields to Freshdesk's during setup. This is the "boring in the best way" half.

First-hand Freshdesk Export tickets dialog showing the field and scope picker (Ticket ID, Subject, Status, Source, dates, agent interactions, and more), CSV or Excel format, and the date-range filter. This is exactly what moves out of Freshdesk in an export.
First-hand Freshdesk Export tickets dialog showing the field and scope picker (Ticket ID, Subject, Status, Source, dates, agent interactions, and more), CSV or Excel format, and the date-range filter. This is exactly what moves out of Freshdesk in an export.

What you rebuild from scratch

Here's the half that surprises people. None of the following ports as live configuration — you recreate all of it inside Freshdesk after the records land:

ArtifactPorts as data?Ports as working config?Reality
Tickets & conversationsYesn/aFull history migrates
Contacts & companiesYesn/aMatched by email, no duplicates
Knowledge base articlesYesn/aHTML body + metadata migrate
AgentsYesn/aProfiles come across
AttachmentsYesn/aInline images become attachments
Automations / triggersNoNoRebuild in Freshdesk's engine
SLA policiesNoNoRe-enter targets, reminders, escalations
Routing & assignment rulesNoNoRebuild by group/skill
Views & ticket filtersNoNoRecreate per agent/team
Dashboards & reportsNoNoRebuild; historical metrics reset
Notification rules & botsNoNoReconfigure from scratch

The reason reports deserve their own row: even though the underlying tickets migrate, your historical analytics are computed inside the old platform's reporting layer. Once tickets land in Freshdesk, trend lines and CSAT dashboards recalculate from Freshdesk's own data model — so budget for a reporting "cold start" while you rebuild dashboards and let fresh data accumulate. If historical satisfaction matters, CSAT ratings can be brought in separately, but they won't repopulate your old charts.

The practical takeaway: treat the configuration rebuild as a fresh implementation of Freshdesk, not a copy-paste. It's often the larger of the two efforts, and it's the one worth doing deliberately rather than replicating every quirk of a system you're leaving for a reason. Our Freshdesk migration checklist walks the full sequencing.

Native CSV import vs a paid migration tool

Freshworks supports two honest paths, and the right one depends on volume and fidelity.

Native import uses CSV files (and the API) to bring in contacts and companies, and it's free. Freshworks' own migration guidance notes that "using an API or CSV files can greatly improve the migration process," provided your old system can export the data. This is fine for a clean list of contacts and companies. Where it gets thin is ticket history: reconstructing threaded conversations, internal notes, timestamps, and attachments from flat CSVs is painful and error-prone at any real scale.

A paid migration tool — Help Desk Migration is the one on the Freshworks marketplace — automates the ticket-history reconstruction and preserves relationships. Freshworks notes the free test lets you "import 20 random tickets and 20 knowledge-base articles to see how well it works" before you pay, which is a genuinely useful way to sanity-check field mapping first. It also offers delta migration (transfer only records created or updated after your initial full run) and interval migration (pause and resume in chunks), both of which matter when you can't freeze your queue.

A fair rule of thumb: if you're moving a few hundred contacts and no ticket history worth keeping, native CSV is fine. If you're moving years of threaded tickets with attachments and associations, a paid tool almost always pays for itself in engineering time saved — and in tickets that don't arrive mangled.

The downtime and sequencing question

Good news first: a modern migration is not a lights-out event. Because tools read from one API and write to another, your old system keeps serving customers while records copy across, and delta migration lets you catch the stragglers created during the run. There's no mandatory blackout window.

The real risk isn't downtime — it's your automations firing on historical data. When you import thousands of old tickets, any active Freshdesk rule can wake up and email customers about resolved tickets from two years ago, or reassign closed work. Help Desk Migration's preparation checklist is explicit about the fix, and the sequence matters:

  1. Before import, disable automations. Turn off rules under Admin → Workflows → Automations → Ticket Creation, pause anything under Time Triggers, and disable Scenario Automations so historical records don't trigger notifications or changes.
  2. If you can't disable them, use the tool's "Add a tag to migrated tickets" option during data mapping, then update your Freshdesk rules to exclude tickets carrying that tag.
  3. Watch the plan-specific traps. Freshdesk's Parent-Child Ticketing (on Estate and Forest plans) can cause migration errors because Task tickets require the relation field — disable it via Admin → Advanced ticketing first.
  4. Verify, then re-enable one at a time. After the migration is complete and spot-checked, switch automations, SLAs, and notifications back on gradually — not all at once — so you can catch a misfiring rule before it hits every ticket.

That "one at a time" discipline on the way back up is what separates a calm cutover from a support team fielding angry replies to ghosts.

Where an AI layer fits — after the dust settles

Here's the reframe worth sitting with. The most laborious part of migration is rebuilding all the behaviour — the automations and routing that used to run your queue. If you're rebuilding that logic from scratch anyway, it's the ideal moment to ask whether every rule needs to be a brittle if-this-then-that automation, or whether some of that work belongs to an AI agent that reasons over the ticket instead.

That's the seam where an AI agent layer fits, and it's worth weighing the build-versus-buy tradeoff before you commit. Macha is one such layer: it runs on top of the Freshdesk you've just migrated into as a native connector — it does not replace your help desk, and it isn't a Freshdesk alternative. You connect Macha to Freshdesk with your subdomain and API key, and it reads and writes the same tickets you migrated: drafting or posting grounded replies from the knowledge base that came across, triaging by intent so the right team gets the right ticket, and looking up order or account status through a custom tool that turns a REST API into something the agent can call. It's the difference between porting your queue and actually automating Freshdesk once you're there. (Macha's connector is for Freshdesk specifically — not Freshchat, Freshservice, or Freshcaller. And credits are consumed per AI action, not per resolution — see the pricing breakdown.)

The clean division: let the migration tool move your records, rebuild the SLA and routing config that genuinely has to be deterministic, and let an agent take the reasoning-heavy work that used to eat your agents' day.

FAQ

Does a Freshdesk migration move my automations and SLA policies? No. Automations, triggers, SLA policies, routing rules, views, and dashboards are configuration, not records — they don't transfer between platforms and must be rebuilt inside Freshdesk after your tickets and contacts land. Only historical data (tickets, contacts, companies, agents, knowledge base, attachments) migrates.

Will migrating to Freshdesk cause downtime? Not inherently. Migration tools read from your old system's API and write to Freshdesk's, so your existing help desk keeps serving customers during the copy, and delta migration catches records created mid-run. The bigger risk is active Freshdesk automations firing on imported historical tickets — disable them before import and re-enable one at a time.

Can I migrate to Freshdesk for free with CSV import? Yes for contacts and companies — Freshworks supports native CSV and API import at no cost. But reconstructing threaded ticket history, internal notes, timestamps, and attachments from flat CSVs is error-prone at scale, which is why most teams with real ticket history use a paid migration tool like Help Desk Migration.

How do I stop old tickets from triggering emails during migration? Disable your automations under Admin → Workflows before importing (Ticket Creation, Time Triggers, and Scenario Automations). If you can't, tag migrated tickets during data mapping and exclude that tag in your rules. Re-enable everything gradually after you've verified the import.

Can I add AI to Freshdesk after migrating without replacing it? Yes. An AI agent layer like Macha connects to Freshdesk as a native connector and runs on top of your migrated help desk — it doesn't replace Freshdesk. It resolves tickets using the knowledge base you brought across and triages by intent, while Freshdesk stays the system of record.

Just moved to Freshdesk and rebuilding your automation from scratch? Start a free trial of Macha and connect it to your Freshdesk in minutes.

Macha

About Macha

Macha is an AI agent platform that works on top of the help desk you already use — Zendesk, Freshdesk, Gorgias, or Front — and connects to the rest of your stack, even your own internal systems. Its AI agents resolve tickets and automate entire workflows end to end, all set up in plain English, no code. Learn more about Macha →

Zendesk
5.0 on Zendesk Marketplace

Loved by support teams worldwide

See what support teams are saying about Macha AI.

The application seems excellent to me! We are still testing, and we need support for some details and they were extremely efficient too!

Daniela Costa

Daniela Costa

Head of Support, Seabra

Macha has been a great addition to our support toolkit. It generates clear, well-organized responses that fit naturally into our workflow. One feature we particularly appreciate is its ability to automatically reply in the same language as the ticket.

Marius F

Marius F

Support Head, Zentana

We've been using Macha for a little while now and it's been really great addition so far! It's powerful, convenient, and makes getting work done a lot easier for our agents.

Alexander Wedén

Alexander Wedén

Head of Support

Support team is very helpful and responsive. Really enjoy how lightweight this is within Zendesk itself vs other more intrusive tools.

Cathleen Wright

Cathleen Wright

Zendesk Admin, Cortex IO

So far it's pretty good! Our queries are a little nuanced, so we can't always use it, but it's got enough utility for us. It can even incorporate our bilingual country with greetings in a second language.

Jae Oliver

Jae Oliver

Head of Support, Wise

Really enjoying using Macha, it has made a noticeable difference to our support team in a short amount of time. I really like the ticket summary feature, saves us a lot of time.

Harry Jackson

Harry Jackson

Head of Support, Crumb

Macha AI is a great addition to my workspace! It's powerful, convenient, and it really makes productivity so much easier for our agents!

Dave G

Dave G

Head of Support, Cyber Power Systems

Very impressed! AI integration for Zendesk has certainly come a long way and Macha seems to set the standard for now. This will for sure save lot of time in our support team.

Pauli Juel

Pauli Juel

Head of CS, Dokument24

Macha has been working great for us so far! The auto-responses are accurate and our resolution time has dropped significantly.

Lana T

Lana T

Zendesk Admin, Swotzy

Macha AI is a great addition. The knowledge base feature means our agents always have the right answers at their fingertips.

Mischa Wolf

Mischa Wolf

Head of Support, Topi

We're enjoying this integration so far. It's made our support team more efficient and our customers get faster responses.

Paula G

Paula G

Head of Customer Support, Xly Studio

The team enjoys using it. It saves considerable time on common questions and the integration options are excellent.

Kilian Leister

Kilian Leister

Support Head, Didriksons

Ready to supercharge your team with AI?

Get started in minutes. Connect your tools, configure your agents, and let AI handle the rest.

500 free credits · no time limit, no credit card