Helpdesk migration
Field-level mapping, validation, and rollback between Myndbend Process Manager and Intercom. We move data and schema; workflows are rebuilt natively in Intercom.
Myndbend Process Manager
Source
Intercom
Destination
Compatibility
6 of 10
objects map 1:1 between Myndbend Process Manager and Intercom.
Complexity
BStandard
Timeline
3-5 weeks
Overview
Moving from Myndbend Process Manager to Intercom is a platform-level migration that crosses from a Zendesk-native approval and child-ticket layer to a standalone messaging-first support platform. Myndbend stores its core objects — parent tickets, child tickets, approvers, and approval state — as metadata within Zendesk rather than as standalone database records, and it has no public API for bulk export. We reconstruct the workflow graph by reading Zendesk's native ticket structure and Myndbend's webhook payloads, then map what Intercom can natively represent: Conversations as tickets, Contacts as end-users, and custom attributes as contact or conversation data. Approval chains, Approval Flows (EAP), Ticket Templates, webhook actions, and Myndbend-branded approval emails do not migrate. We deliver a written inventory of every workflow and template requiring rebuild so the customer's admin can replicate logic in Intercom Workflows post-migration. The migration typically lands in the 3-5 week window for accounts with under 30,000 combined parent and child tickets.
Every standard and custom field arrives verified.
AI proposes the map; you confirm before any record moves.
Parent–child, lookups, and ownership stay linked.
Calls, emails, meetings — with original timestamps.
Documents, uploads, and inline notes move with the record.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a Myndbend Process Manager object lands in Intercom, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
Myndbend Process Manager
Parent Tickets
Intercom
Conversations
1:1Myndbend parent tickets are standard Zendesk tickets with Myndbend approval metadata attached. We extract all native Zendesk ticket fields (subject, description, status, priority, requester, assignee, group, tags) and Myndbend custom properties (approval status, required approvers, current approval chain) via the Zendesk API. In Intercom, these become Conversation records with the original ticket subject as the conversation title, the ticket description as the initial user message, and the approval status stored as a custom conversation attribute. Requester maps to the Contact (via email match), assignee maps to the Admin or Team assignment.
Myndbend Process Manager
Child Tickets
Intercom
Conversations (separate or threaded)
1:manyMyndbend child tickets are separate Zendesk tickets linked to a parent via Myndbend's internal reference, with optional parent-blocking enforcement. We extract each child ticket as an independent Intercom Conversation linked to the parent via a custom conversation attribute (myndbend_parent_ticket_id__c) that references the source parent ticket ID for audit traceability. Intercom has no native parent-child blocking model, so the 'parent cannot resolve until child is solved' business rule must be documented for the customer's admin to implement in Intercom Workflows as a condition check on parent conversation closure.
Myndbend Process Manager
Approvers
Intercom
Contacts or Admins
1:1Approver assignments live as Myndbend metadata on each ticket, referencing Zendesk user IDs or end-user emails. We extract all approver records per ticket (approver identity, approval status: pending/approved/denied, timestamp of decision). Approved and denied approvers are stored as tagged Contacts in Intercom (with a custom attribute approval_decision__c and approval_timestamp__c). Pending approvers are stored as Contacts with pending_approval status for the customer's admin to follow up on post-migration. Myndbend-branded approval email decisions (reply-to-email approvals) do not transfer; approvers must re-confirm in Intercom.
Myndbend Process Manager
Approval Groups
Intercom
Teams
1:1Approval Groups are named collections of approvers managed in Myndbend's admin settings. We extract group membership (group name, list of member user IDs and emails) and replicate as static Teams in Intercom. Any dynamic membership rules (conditional group assignment based on ticket field values) are documented for the customer's admin to implement via Intercom Workflows because Intercom has no equivalent dynamic group concept.
Myndbend Process Manager
Approval Flows (EAP)
Intercom
Not migratable
lossyApproval Flows (beta) define multi-step sequential approval chains with revision history. This is an early-access feature and stores state in Myndbend's own storage. We map the current active flow definition and approval chain sequence as written documentation with the list of steps, approver assignments per step, and any conditional branching logic. The customer recreates this in Intercom Workflows step-by-step because Intercom has no native multi-step sequential approval gate feature.
Myndbend Process Manager
Ticket Templates
Intercom
Not migratable
lossyMyndbend Ticket Templates define default values and Advanced Properties (custom field settings via JSON) applied when child tickets are created. Advanced Properties reference exact Zendesk custom field IDs which have no Intercom equivalent. We extract every template as a written specification: target ticket fields, default values, Advanced Properties JSON with mapped field names, and conditional creation rules. The customer's admin uses this spec to define Intercom conversation defaults and Workflow-triggered child conversation creation.
Myndbend Process Manager
Custom Ticket Fields (Advanced Properties)
Intercom
Custom Attributes
1:1Myndbend's Advanced Properties JSON sets custom field values using parent_copy modes or placeholder substitution. We parse the JSON per ticket template, map each Zendesk field ID to its equivalent Intercom custom attribute name (on Contact or Conversation), and flag any custom attributes that do not yet exist in the Intercom destination. Attributes must be pre-created in Intercom before child ticket generation from templates can occur.
Myndbend Process Manager
Webhook Actions
Intercom
Not migratable
lossyMyndbend exposes webhook-based actions (add-approvers-by-id, add-approvers-by-email, add-approval-group, execute-approval-flow, create-child-tickets, update-child-tickets, collect-approvers) triggered by Zendesk rules. These are Myndbend-internal automation primitives with no Intercom equivalent. We document every active webhook action configuration: the Zendesk trigger conditions, the Myndbend action, the payload structure, and the intended outcome. The customer's admin uses this to design equivalent Intercom Workflows.
Myndbend Process Manager
Approval Emails and Reminders
Intercom
Not migratable
1:1Myndbend generates branded approval request emails and reminder schedules sent from Myndbend infrastructure, not stored as records. These do not migrate. Approvers must re-register or be re-onboarded to Intercom's messaging channel. We document the email template content (subject, body, approval link URL structure) so the customer's admin can recreate Approvals-related email content in Intercom's outbound message templates.
Myndbend Process Manager
Ticket Conversations
Intercom
Messages
1:1The Zendesk ticket comments (agent and end-user) associated with Myndbend parent and child tickets migrate as Intercom Message records within each Conversation. Public comments map to user-visible Messages; internal notes map to Intercom's internal notes if the destination workspace uses internal note capability. Threading is preserved by ordering messages by the original Zendesk ticket comment timestamp.
| Myndbend Process Manager | Intercom | Compatibility | |
|---|---|---|---|
| Parent Tickets | Conversations1:1 | Mapping required | |
| Child Tickets | Conversations (separate or threaded)1:many | Fully supported | |
| Approvers | Contacts or Admins1:1 | Fully supported | |
| Approval Groups | Teams1:1 | Mapping required | |
| Approval Flows (EAP) | Not migratablelossy | Mapping required | |
| Ticket Templates | Not migratablelossy | Mapping required | |
| Custom Ticket Fields (Advanced Properties) | Custom Attributes1:1 | Mapping required | |
| Webhook Actions | Not migratablelossy | Mapping required | |
| Approval Emails and Reminders | Not migratable1:1 | Not supported | |
| Ticket Conversations | Messages1:1 | Mapping required |
Gotchas + challenges
Platform-specific issues from each side, plus the pair-specific challenges that don't show up on either platform's page on its own.
Myndbend Process Manager gotchas
Free plan removal caught small teams off guard
Approval metadata lives in Myndbend's storage, not Zendesk
Enterprise tier enforces a 50-seat minimum regardless of actual headcount
Approval emails rely on Myndbend's mail infrastructure
Ticket Templates use field IDs that differ between Zendesk instances
Intercom gotchas
S3 JSON export omits conversation transcripts
Workspace isolation prevents workflow migration
Fin AI resolution fees compound with automation success
Two-year conversation history limit on historical export
Private app rate limits share workspace quota
Pair-specific challenges
Migration approach
Scoping and license state confirmation
We audit the source Zendesk instance for Myndbend Process Manager installation state, current plan tier (Pro/Premium/Enterprise), and whether the free-to-paid transition was completed. We count distinct parent tickets, child tickets, active Approval Flows (EAP), Ticket Templates, Approval Groups, and custom field usage across Advanced Properties JSON. We pair this with an Intercom workspace audit: existing Teams, Admins, custom attributes, and Workflows. The scoping output is a written migration scope document with record counts per object, a list of pre-existing Intercom attributes to extend, and a flag for any orphaned Myndbend free-tier configurations.
Data extraction from Zendesk and Myndbend metadata
We extract Zendesk ticket data via the Zendesk REST API (tickets, comments, users, custom fields, tags) and reconstruct the Myndbend workflow graph from ticket-side metadata and webhook action history. Because Myndbend has no public API, we parse per-ticket metadata arrays to recover approval status, approver lists, approval chain sequence, and child ticket linkages. For high-volume instances, we chunk extraction to stay within Zendesk's 700 requests-per-minute rate limit with exponential backoff. We validate record counts (parent tickets vs child tickets vs approver entries) before proceeding.
Intercom schema preparation
We pre-create all required Intercom custom attributes on Contact and Conversation objects to match the extracted Myndbend field names. This includes attributes for approval status (approval_status__c), approval timestamp (approval_timestamp__c), source Myndbend parent ticket ID (myndbend_parent_ticket_id__c), source ticket ID (myndbend_ticket_id__c), and any custom fields extracted from Myndbend's Advanced Properties JSON. We configure Intercom Teams to mirror the Myndbend Approval Groups where static membership exists. Any dynamic Approval Group membership rules are documented for Workflow rebuild.
Contact and Admin reconciliation
We extract every distinct Myndbend approver (by email) and every Zendesk ticket requester and assignee, then match against Intercom's Contact and Admin tables by email. Contacts without an existing Intercom record are created from the Zendesk user data. Approvers without an Intercom Admin account are created as Contacts with an approval-related role attribute rather than as Intercom teammates, because Myndbend approvers include end-users who do not need full Intercom admin access. Any mismatch between the approver count and the target Intercom seat count is flagged for the customer to resolve before migration.
Migration in dependency order
We run migration in record-dependency order: Intercom Contacts (from Zendesk users and Myndbend approvers), Intercom Teams (from Myndbend Approval Groups), Intercom Conversations (parent tickets mapped with approval status attributes), child ticket Conversations (linked to parents via custom attribute), and Message history (Zendesk ticket comments as Intercom Messages within each Conversation). Approval Flow definitions, Ticket Template specifications, and Webhook Action configurations are delivered as written documents alongside the data migration, not as migrated records. Each phase emits a row-count reconciliation report before the next phase begins.
Cutover, validation, and workflow rebuild handoff
We freeze Zendesk writes during the cutover window, run a final delta migration of any records modified during the migration window, then enable Intercom as the system of record. We validate a random sample of 25-50 migrated conversations against the source Zendesk tickets, checking that subject, requester, assignee, approval status, and message content match. We deliver the Approval Flows, Ticket Template, and Webhook Action documentation to the customer's admin team with recommended Intercom Workflow equivalents. We support a one-week hypercare window for reconciliation issues. We do not rebuild Myndbend workflows as Intercom Workflows inside the migration scope; that is a separate engagement.
Platform deep dives
Myndbend Process Manager
Source
Strengths
Weaknesses
Intercom
Destination
Strengths
Weaknesses
Complexity grading
Standard Helpdesk migration. 2 of 7 objects need a mapping; the rest are 1:1.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across Myndbend Process Manager and Intercom.
Object compatibility
2 of 7 objects need a mapping; the rest are 1:1.
Field mapping clarity
Field mapping is derived from defaults — final spec confirmed during the sample migration.
Timeline complexity
7-object category — typical timelines run 2–7 days end-to-end.
API constraints
Myndbend Process Manager: Not publicly documented — governed by Zendesk API rate limits on the host account.
Data volume sensitivity
Myndbend Process Manager doesn't expose a bulk API — REST + parallelization used for high-volume runs.
Estimator
Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.
Step 1
Pick a category, then your source and destination platforms.
Category
FAQ
Answers to the questions buyers ask most during Myndbend Process Manager to Intercom migration scoping. Not seeing yours? Book a call.
Walk through your Myndbend Process Manager to Intercom migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave Myndbend Process Manager
Other ways to arrive at Intercom
Ready when you are
Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.