Migrate from Zendesk to Orbit
Zendesk is the third CRM-context provider Orbit connects — alongside HubSpot and Salesforce — but the migration shape is different: Zendesk is a helpdesk, so the move is about tickets, end-users, and knowledge, not a contact book. Pick the row that matches what you need:
The connector is identical either way. What changes is whether the Zendesk instance is still ticking the archive clock or shut down. The sections below are ordered for a retirement; sections 1–3 apply to side-by-side too.
1. What’s exported from Zendesk — before you change anything
Export from Zendesk while the instance still has full data:- End-users — a CSV of Users (name, email, phone, tags). These map to Orbit contacts on import.
- Groups and agents — the group structure informs queue setup in Orbit. A Zendesk Group maps to a queue, an agent maps to an inbox assignment rule.
- Tickets — while closed tickets can bulk-export on Premium plans, most migrations archive them rather than import them. Live tickets are rebuilt natively (see step 3).
- Help Center (Knowledge) — articles, categories, and sections. These move to Orbit’s knowledge base as connected content rather than an export — a Zendesk connector imports the Help Center tree into a KB you can search and publish.
- Macros — Zendesk macros map to Orbit macros in the inbox. Export the JSON of your macros; each becomes a reusable snippet or an agent-flow pattern.
2. Connect Zendesk to Orbit (OAuth, admin-only)
The connection is one of the four OAuth-popup integrations, same connect flow as Calendly, DocuSign, or Jira. Owner/admin role required.3. Recreate your knowledge base in Orbit
A Zendesk helpdesk usually pairs tickets with a public Help Center. Orbit’s knowledge base connects to Zendesk directly, imports the category → section → article tree, and keeps the import indexed as searchable content. On the agent-assisted side the imported KB is what the assistant and Orby, the operator assistant cite from. Choose the import shape:
If you retire Zendesk entirely, the knowledge import completes once and the connector can be removed — the documents stay in Orbit.
4. Recreate your ticket workflow natively in Orbit
Zendesk tickets map to Orbit inbox tickets with first-class parity —type ∈ question|incident|problem|task, priority, tags, SLA timers, macros. The move is:
The move is gradual — Zendesk can stay live as the archive while new tickets open natively in Orbit. The seven-step cutover runbook applies unchanged; the only Zendesk-specific detail is which sync model step 3 (end-users) and which archive finalization step 6 close out.
5. Reconcile, then cut over
The generic seven-step cutover in Migration playbook hub works as-is; these are the Zendesk-specific checkpoints to hang off it:- Freeze new tickets in Zendesk — inbound conversations stop opening Zendesk tickets. Closed tickets can stay as read-only history.
- Redirect ticket/webhook flow — verify
POST /api/v1/integrations/webhooks/zendeskif you wired one; otherwise verify an Orbit event against your receiver withX-Orbit-Signature. - Swap API keys — cut your own integration (if any) onto an Orbit key; the OAuth connection to Zendesk itself stays until decommission.
- Flip sender identity — the production sender moves to Orbit’s numbers; the Help Center public URL moves to Orbit’s public docs endpoint.
- Watch the first-day parity window — ticket creation rate, SLA adherence, and knowledge search coverage parity before decommission.
- Hold Zendesk readable — keep the Zendesk instance accessible (ideally with sync running) for an agreed window so agents can search closed tickets if a customer calls back on an old thread.
- Decommission — verify no live triggers/automations, no live tokens, and that the exported end-user CSV reconciles with what Orbit reports imported. Then close the instance.
6. Operate after the migration
Once cut over, the ongoing surfaces that keep the migration honest:- Settings → Migrations — the job history for every import run lives here, with status and rollback. Monitor, cancel, and roll back platform migrations.
- Audit ledger — every connect, sync, and knowledge import lands in the tenant audit log.
- Suppression and consent state — Zendesk organization/user-level opt-outs must exist in Orbit’s per-channel suppression before decommission. Opt-out lists covers enforcement.
- Sync health — if you left Zendesk connected as an archive,
GET /api/v1/integrations/{id}/statusreports per-synclast_sync, and Settings → Integrations → Zendesk → Status surfaces the same.