CRM migration
Field-level mapping, validation, and rollback between Insightly CRM and Mailchimp. We move data and schema; workflows are rebuilt natively in Mailchimp.
Insightly CRM
Source
Mailchimp
Destination
Compatibility
5 of 8
objects map 1:1 between Insightly CRM and Mailchimp.
Complexity
CModerate
Timeline
2-3 weeks
Overview
Moving from Insightly CRM to Mailchimp is a directional migration from a full relationship management platform to a purpose-built email marketing system. The primary data that transfers is Contact and Lead records—email addresses, names, phone numbers, and tags—which become Mailchimp Members with merge field data. Insightly Organizations, Opportunities, Projects, Tasks, Notes, and Custom Objects have no Mailchimp equivalent; we do not migrate them as records but we do document them in a schema inventory for your admin to review. Custom fields from Insightly transfer to Mailchimp as merge fields (FNAME, LNAME, PHONE, and any custom-named tags). Insightly Workflow Automations, marketing automation sequences, and pipeline configurations do not migrate to Mailchimp automations because the triggering models differ; we deliver a written inventory of these for your team to rebuild in Mailchimp's automation builder.
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 Insightly CRM object lands in Mailchimp, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
Insightly CRM
Contact
Mailchimp
Member (Audience)
1:1Insightly Contacts migrate to Mailchimp Members within a primary Audience (list). EMAIL_ADDRESS maps directly, FIRST_NAME and LAST_NAME transfer as standard merge fields, and PHONE transfers as a custom merge field if the audience includes phone number collection. We validate email format before import and flag bounced or invalid addresses for the customer to clean. Contact status (active/inactive) maps to Member status in Mailchimp (subscribed, unsubscribed, cleaned).
Insightly CRM
Lead
Mailchimp
Member (Audience)
1:1Insightly Leads migrate to Mailchimp Members using the same mapping logic as Contacts. Lead source and Lead status preserve as custom merge fields or as Mailchimp tags. The Lead lifecycle (new, contacted, qualified) has no Mailchimp equivalent; we store it as a tag for segmentation purposes rather than a native field.
Insightly CRM
Organization
Mailchimp
Not migrated (no equivalent)
lossyInsightly Organizations (company-level records) have no Mailchimp equivalent. Mailchimp does not maintain company or account records separate from Members. We do not migrate Organizations as standalone records. If the customer requires company affiliation data, we store it as a custom merge field on the Member (for example, COMPANY_NAME) by extracting the Organization name associated with each Contact via Insightly's link records during the export phase.
Insightly CRM
Opportunity
Mailchimp
Not migrated (no equivalent)
lossyInsightly Opportunities (deal records with pipeline stages, probability, and monetary value) have no Mailchimp equivalent. Mailchimp is an email marketing platform and does not track deals, pipeline stages, or deal values. We do not migrate Opportunities. If the customer requires deal-related data in Mailchimp (for example, customer tier or subscription status derived from Opportunity value), we map Opportunity stage or a custom Opportunity field to a Mailchimp tag or merge field during Contact migration.
Insightly CRM
Tag
Mailchimp
Tag
1:1Insightly Tags (flat string labels applied to Contacts, Organizations, Opportunities, and Projects) map directly to Mailchimp Tags. Tags are preserved as string arrays and imported as Mailchimp tags against the corresponding Member records. Mailchimp tags serve as the primary segmentation mechanism post-migration, so we transfer all tags including those applied to inactive or bounced contacts for full historical preservation.
Insightly CRM
Custom Field (Contact/Lead)
Mailchimp
Merge Field
1:1Insightly custom fields on Contacts and Leads (text, number, date, checkbox, dropdown, multi-select) map to Mailchimp merge fields within the target audience. We retrieve all custom field metadata via Insightly's /CustomFields/Contacts and /CustomFields/Leads endpoints at migration start, then create matching merge fields in Mailchimp via the API before importing any records. Field type mapping follows Mailchimp's supported types: text strings, numbers, dates, and addresses. Insightly multi-select dropdowns map to Mailchimp text merge fields with comma-separated values.
Insightly CRM
Task
Mailchimp
Not migrated (no equivalent)
lossyInsightly Tasks (linked to Contacts, Organizations, or Opportunities) have no Mailchimp equivalent. Mailchimp does not maintain task or to-do records. We do not migrate Tasks. If task data contains relevant context (for example, task notes describing customer preferences), we flag those records for manual review and the customer extracts note content separately.
Insightly CRM
Note (Comment)
Mailchimp
Note (Member Note)
1:1Insightly Notes attached to Contacts and Leads migrate to Mailchimp Member Notes. We extract note body, author, and creation timestamp from the Insightly /Comments API for each Contact and Lead. The note text transfers as a Mailchimp Member Note, preserving the original timestamp and a reference to the original Insightly record ID for audit purposes. Notes attached to Organizations or Opportunities are flagged as unmappable since no parent record exists in Mailchimp.
| Insightly CRM | Mailchimp | Compatibility | |
|---|---|---|---|
| Contact | Member (Audience)1:1 | Fully supported | |
| Lead | Member (Audience)1:1 | Fully supported | |
| Organization | Not migrated (no equivalent)lossy | Fully supported | |
| Opportunity | Not migrated (no equivalent)lossy | Fully supported | |
| Tag | Tag1:1 | Fully supported | |
| Custom Field (Contact/Lead) | Merge Field1:1 | Fully supported | |
| Task | Not migrated (no equivalent)lossy | Fully supported | |
| Note (Comment) | Note (Member Note)1:1 | Fully supported |
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.
Insightly CRM gotchas
Free plan record cap applies to all Insightly objects
API rate limits vary by plan and reset daily
Custom fields require FIELD_NAME lookup before writes
XML export only captures default fields for migrations out
Link relationships must be rebuilt via dedicated endpoints
Mailchimp gotchas
Contact count includes unsubscribed and non-subscribed records
Automation workflows cannot be exported
Account suspensions trigger silently during migration
Template HTML is Mailchimp-specific and may not render in other platforms
E-commerce data requires active store connection
Pair-specific challenges
Migration approach
Discovery and data audit
We audit the source Insightly CRM account across plan tier (Free/Plus/Professional/Enterprise), record counts for Contacts, Leads, Organizations, Opportunities, Tasks, and Notes, custom field count per object, active Workflow Automations, and tag usage. We extract a full custom field inventory via the /CustomFields endpoints to understand the merge field mapping scope. The discovery output is a written migration scope specifying record counts, field mapping scope, and any records excluded from migration.
Mailchimp audience preparation
We create the target Mailchimp Audience (or use an existing one) and pre-create all required merge fields via the Mailchimp API before importing any Members. Merge field names follow Insightly field labels (or a customer-approved naming convention). We configure audience-level settings including opt-in status handling, default unsubscribe behavior, and any GDPR-compliant field requirements identified during scoping. If the customer's Mailchimp plan limits merge field count, we prioritize the top fields and document overflow fields for manual entry.
Contact-to-Member import with Organization extraction
We export all Insightly Contacts via the REST API, resolve each Contact's linked Organization name from the Insightly link records, and map Organization name to a COMPANY_NAME merge field on the Member. Email address, first name, last name, phone, and all mapped custom fields transfer to Mailchimp Members. Tag assignments transfer as Mailchimp tags against each Member. We validate email format and flag invalid addresses before import. Leads export and import using the same logic with Lead status stored as a tag for segmentation.
Tag consolidation and segmentation audit
We import all Insightly tags as Mailchimp tags against the corresponding Members. If the same tag name applies to both Contacts and Leads, we consolidate into a single Mailchimp tag set. We audit the resulting tag distribution and flag any tags that represent defunct campaigns, old pipeline stages, or inactive statuses that the customer may want to suppress or rename in Mailchimp before sending the first campaign.
Validation and reconciliation
We run a reconciliation comparing record counts (Contacts in, Leads in, Members created in Mailchimp), tag counts (Insightly tag assignments vs Mailchimp tag assignments), and custom field coverage (Insightly custom field count vs Mailchimp merge field count). We spot-check 25-50 records against the Insightly source to verify field mapping accuracy. Any unmapped or dropped records are flagged for customer review before finalizing.
Automation inventory delivery and cutover
We deliver the written Workflow and automation inventory to the customer's admin team. This document lists every active Insightly Workflow with its trigger, conditions, and actions, plus a recommended Mailchimp Customer Journey equivalent for each. We do not rebuild automations in Mailchimp; that work is handled by the customer's admin using Mailchimp's Journey Builder. We enable a brief hypercare window (five business days) for reconciliation issues. We do not provide post-migration admin support, training, or ongoing workflow maintenance as standard scope.
Platform deep dives
Insightly CRM
Source
Strengths
Weaknesses
Mailchimp
Destination
Strengths
Weaknesses
Complexity grading
Moderate CRM migration. 2 of 8 objects need a mapping; the rest are 1:1.
Overall complexity
Moderate migration
Derived from compatibility, mapping clarity, API constraints, and data volume across Insightly CRM and Mailchimp.
Object compatibility
2 of 8 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
8-object category — typical timelines run 2–7 days end-to-end.
API constraints
Insightly CRM: 10 requests per second; daily limit varies by plan (starting at 1,000 requests/day for free plan).
Data volume sensitivity
Insightly CRM 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 Insightly CRM to Mailchimp migration scoping. Not seeing yours? Book a call.
Walk through your Insightly CRM to Mailchimp migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave Insightly CRM
Other ways to arrive at Mailchimp
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.