Overview
This guide walks you through migrating your data from any CRM to Twenty. The process involves auditing your data, preparing your Twenty workspace, exporting from your current system, and importing into Twenty.Views, workflows, and permissions must be recreated manually after migration. Plan time for this configuration work.
Step 1: Audit Your Current Data
Migration is an opportunity for a fresh start. Don’t bring over clutter. What to keep:- Active contacts and companies
- Open opportunities and deals
- Important notes and activities
- Custom fields you actually use
- Outdated contacts (no activity in 2+ years)
- Duplicate records
- Test data
- Unused custom fields
Step 2: Map Your Data Model
Create a mapping document between your current CRM and Twenty:
For each field, document:
- The source field name
- The target Twenty field
- Any format transformations needed (dates, phone numbers, etc.)
Keep this mapping document handy during import—you’ll reference it when mapping columns.
Step 3: Set Up Your Twenty Workspace
Before importing data, prepare your Twenty workspace:Create Custom Objects and Fields
- Go to Settings → Data Model
- Create any custom objects you need
- Add custom fields to standard and custom objects
- Configure field settings (unique, required, select options, etc.)
Invite Your Team
- Go to Settings → Members
- Invite all team members
- Wait for everyone to accept their invitation
- Verify all users appear in your Members list
Step 4: Export from Your Current CRM
Export your data from your current CRM:- Look for an Export function (usually under Settings, Data Management, or Admin)
- Export to CSV format when possible
- Export each object type separately (Companies, Contacts, Deals, etc.)
- Include all fields you want to migrate
- Companies / Accounts / Organizations
- Contacts / People
- Deals / Opportunities
- Notes and Activities
- Custom objects
Step 5: Clean and Format Your Data
Open each exported CSV in a spreadsheet application and prepare it for Twenty.Remove Duplicates
- Sort by the unique field (email for People, domain for Companies)
- Remove or merge duplicate rows
- Verify no duplicates exist in Twenty already
Format Fields Correctly
See How to Prepare Your CSV Files for complete formatting requirements for all field types.
Add Relation Columns
To link records (e.g., People to Companies), add a column with the parent’s unique identifier. Example: People CSV with Company linkUpdate User References
If your data includes user assignments (Owner, Assignee):- Add a column with the user’s email (not just their ID from the old system)
- Use the same email addresses that users used to join your Twenty workspace
Step 6: Import to Twenty
Import Each Object
For each CSV file, in order:- Navigate to the object in Twenty
- Click ⋮ → Import records
- Upload the CSV file
- Map columns to fields:
- Map user email columns to the appropriate relation fields
- Map relation columns (like
companyDomain) to relation fields
- Review and fix any errors in the UI
- Confirm the import
- Verify a few records before proceeding to the next file
Step 7: Large Migrations (50,000+ Records)
For large migrations:
For API imports:
- Faster and more reliable for large datasets
- Supports batch operations (up to 60 records per call)
- See How to Import Data via API
Step 8: Post-Migration Setup
After importing data, complete your workspace configuration:Recreate Views
- Set up saved views with filters, sorts, and column configurations
- Create any kanban or calendar views you need
Recreate Workflows
- Rebuild your automations in Settings → Workflows
- Start with the most critical workflows
- Test each one before relying on it
Configure Roles and Permissions
- Set up roles in Settings → Members → Roles
- Assign users to appropriate roles
Connect Email and Calendar
- Each user connects their own account in Settings → Accounts
- Twenty will start syncing emails to contact records
- See Email & Calendar
Train Your Team
- Walk through the new interface together
- Document any team-specific processes
Common Issues and Solutions
See How to Fix Import Errors for detailed troubleshooting steps.
Post-Migration Checklist
Data Integrity
All records imported (compare counts with source system)
Relations working correctly (People linked to Companies)
User assignments mapped correctly (Owner, Assignee)
Custom fields populated
No unexpected duplicates
Configuration
Views recreated
Workflows recreated and tested
Roles and permissions configured
Email/calendar sync connected
Team Readiness
Team trained on new system
Old CRM access plan decided (keep for reference? When to disable?)
FAQ
Can I migrate workflows automatically?
Can I migrate workflows automatically?
Not currently. Workflows must be recreated manually in Twenty.
What about file attachments?
What about file attachments?
File attachments are not included in CSV exports. You’ll need to re-upload them manually, migrate via API, or contact our team for assistance.
Can I keep both systems running during migration?
Can I keep both systems running during migration?
Yes, we recommend keeping your old CRM running until you’ve verified the migration is complete. Just be careful not to create new data in both places.
How long does migration typically take?
How long does migration typically take?
Depends on data volume and complexity. Small migrations (under 10,000 records) can be done in a few hours. Large migrations may take several days including data cleanup and testing.