CRM migration
Field-level mapping, validation, and rollback between monday CRM and Salesforce Sales Cloud. We move data and schema; workflows are rebuilt natively in Salesforce Sales Cloud.
monday CRM
Source
Salesforce Sales Cloud
Destination
Compatibility
8 of 12
objects map 1:1 between monday CRM and Salesforce Sales Cloud.
Complexity
BStandard
Timeline
4-8 weeks
Try the reverse
Overview
Moving from monday CRM to Salesforce Sales Cloud requires translating a flat, board-centric data model into a relational object hierarchy that Salesforce expects. monday CRM stores contacts as People entities, deals as CRM-typed Items inside Pipelines, and custom fields as flexible Columns without a fixed schema. Salesforce uses Account-Contact as the organizational unit with Opportunity as the deal record and explicit lookup relationships between objects. We enumerate subitems individually via API (they are absent from bulk exports), map pipeline stage values to Salesforce Opportunity stages, and resolve the People-to-Contact relationship with optional Account linkage. Automations built on monday's Recipe infrastructure are deprecated and not portable; we deliver a written inventory of every automation for the customer's admin to rebuild in Salesforce Flow. File attachments, updates, and historical timestamps migrate via API calls with throttling to respect monday's daily limits.
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.
Source platform
monday CRM platform overview
Scorecard, SWOT, gotchas, and pricing for monday CRM.
Destination platform
Salesforce Sales Cloud platform overview
Scorecard, SWOT, gotchas, and pricing for Salesforce Sales Cloud.
Data migration guide
The complete Salesforce migration guide
Data model, import mechanisms, field mapping strategy, pitfalls, and cutover — by the engineers running it.
Source platform guide
monday.com CRM migration guide
Understand the data you're exporting from monday CRM before mapping it.
Destination checklist
Salesforce migration checklist
Pre- and post-cutover tasks for moving onto Salesforce Sales Cloud.
Source checklist
monday.com CRM migration checklist
Exit checklist for unwinding your monday CRM setup cleanly.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a monday CRM object lands in Salesforce Sales Cloud, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
monday CRM
People (Contacts)
Salesforce Sales Cloud
Contact
1:1monday CRM's People entity stores name, email, phone, and CRM-specific properties as a distinct object from board Items. We map People 1:1 to Salesforce Contact. The email address becomes the dedupe key. If the monday account has any People records that represent organizations rather than individuals, we flag those for Account creation with a Contact of type Organization during scoping. Phone number formatting is normalized to E.164 where possible before insert.
monday CRM
Deal (CRM Item)
Salesforce Sales Cloud
Opportunity
1:1monday CRM Deals are CRM-typed Items attached to a Pipeline. Each Deal carries standard CRM columns (deal value, close date, stage) plus optional custom columns. We map the deal's Name to Opportunity.Name, Amount to Amount, CloseDate to CloseDate, and the pipeline Stage to Opportunity.StageName. The Salesforce Opportunity RecordType is set per Pipeline. Any monday custom columns map to existing or new Salesforce Opportunity fields with type matching.
monday CRM
Pipeline
Salesforce Sales Cloud
Record Type + Sales Process
lossyEach monday CRM Pipeline becomes a Salesforce Record Type on Opportunity with a corresponding Sales Process that whitelists the relevant Stage values. Pipeline stage names map to Salesforce StageName; stage probability percentages migrate to StageProbability. Stage ordering is preserved. If a monday account has multiple Pipelines, each gets its own Record Type so stage values stay scoped per business line.
monday CRM
Board (CRM Board)
Salesforce Sales Cloud
Account or Custom Object
lossymonday CRM Boards are the fundamental container for Items. CRM Boards expose special CRM column types (People, Deal info, Pipeline). We map board-level CRM data to Account if the board represents organizations, or to a Custom Object if it represents a non-standard entity (Projects, Subscriptions, Properties). The board's column definitions are captured as field definitions for the customer's admin to configure in Salesforce before data import.
monday CRM
Item
Salesforce Sales Cloud
Task or Custom Object record
1:1Non-CRM Items in monday (work management items, project tasks) map to Salesforce Task records if they represent action items, or to a Custom Object if they represent persistent entities that do not fit the standard CRM object model. We preserve Item status, assignee (via Owner lookup resolution), due dates, and the parent Board reference as a custom field for audit.
monday CRM
Subitem
Salesforce Sales Cloud
Task or Custom Object record
1:manySubitems are nested rows inside a monday Item and are NOT included in bulk account exports or Excel exports. We enumerate Subitems individually via API using each parent Item's ID, which multiplies API call volume. Subitems map to Salesforce Task records linked to the parent Opportunity or Contact via WhatId or WhoId. The subitem enumeration count is flagged during scoping so the customer understands the additional API load and timeline impact on lower-tier accounts (1,000 calls/day on Basic/Standard).
monday CRM
Custom Column
Salesforce Sales Cloud
Custom Field
lossymonday boards support over 20 column types (text, numbers, dates, formulas, dependencies, status, etc.). Each Custom Column maps to a Salesforce custom field on the appropriate object with matching field type. Date columns map to Date; formula columns are flagged for Salesforce formula field recreation post-migration; multi-select columns map to multi-select picklist. Column types relying on monday's proprietary runtime (Formula, Dependency) cannot be evaluated during migration and are noted for manual rebuild.
monday CRM
File / Attachment
Salesforce Sales Cloud
ContentDocument + ContentVersion
1:1Files uploaded to monday Items are stored in monday's file storage and accessible via API as attachment URLs. We retrieve attachment URLs and re-attach them to the corresponding Salesforce record as ContentDocument linked via ContentDocumentLink. File names and mime types are preserved. Files that exceed the destination org's storage limit are flagged for the customer's admin to address before import.
monday CRM
Updates (Comments)
Salesforce Sales Cloud
FeedItem or Note
1:1monday Updates are per-item comment threads. We preserve update text and timestamps. If the destination org uses Chatter, updates migrate as FeedItem records on the parent record's feed. If Chatter is not enabled, updates migrate as Salesforce Note records linked via ContentDocumentLink. Activity timeline ordering is preserved by timestamp.
monday CRM
User / Team Member
Salesforce Sales Cloud
User
1:1monday Users are account members assigned as owners or collaborators. We map users 1:1 by email and name. monday User IDs are preserved in a custom field monday_user_id__c for audit. Enterprise permission structures (multi-level permissions, SAML SSO) are not part of the standard API export and require manual configuration in Salesforce after migration. Users without a matching Salesforce User are held in a reconciliation queue for the customer's admin to provision before record import resumes.
monday CRM
Automations
Salesforce Sales Cloud
None (inventory only)
1:1monday automations are defined using the Recipe (Sentence Builder) language or the new monday workflows system. They are workflow logic, not data, and are not migrated. We capture automation rule definitions during pre-migration review so customers have a written inventory with trigger, conditions, and actions documented for rebuild in Salesforce Flow. Legacy Recipe automations are being deprecated by monday regardless of migration status.
monday CRM
Dashboard
Salesforce Sales Cloud
None (inventory only)
1:1monday Dashboards aggregate data across multiple boards into charts and summary widgets, referencing board Items and column data live. Dashboard definitions do not export. We migrate the underlying tabular data so that dashboards can be rebuilt in Salesforce Reports and Dashboards post-migration. The customer's admin or a Salesforce partner rebuilds dashboard layouts based on the imported data.
| monday CRM | Salesforce Sales Cloud | Compatibility | |
|---|---|---|---|
| People (Contacts) | Contact1:1 | Fully supported | |
| Deal (CRM Item) | Opportunity1:1 | Fully supported | |
| Pipeline | Record Type + Sales Processlossy | Fully supported | |
| Board (CRM Board) | Account or Custom Objectlossy | Fully supported | |
| Item | Task or Custom Object record1:1 | Fully supported | |
| Subitem | Task or Custom Object record1:many | Fully supported | |
| Custom Column | Custom Fieldlossy | Fully supported | |
| File / Attachment | ContentDocument + ContentVersion1:1 | Fully supported | |
| Updates (Comments) | FeedItem or Note1:1 | Fully supported | |
| User / Team Member | User1:1 | Fully supported | |
| Automations | None (inventory only)1:1 | Not supported | |
| Dashboard | None (inventory only)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.
monday CRM gotchas
Subitems are not included in bulk exports
Daily API call limits vary sharply by plan
Legacy automations (Sentence Builder) are being deprecated
Excel and account exports only include table views
Enterprise admins can disable non-admin exports
Salesforce Sales Cloud gotchas
Workflow Rules and Process Builder are retired
Bulk API batch quota exhaustion during large imports
Storage overage billing is non-obvious
Account-Contact many-to-many relationship mapping
Territory and team member import ordering dependencies
Pair-specific challenges
Migration approach
Discovery and plan tier audit
We audit the source monday CRM account across plan tier (Basic/Standard/Pro/Enterprise), total People count, Deal count across all Pipelines, subitem count per board, custom column definitions, active automation count, file attachment volume, and API call history. We pair this with a Salesforce edition assessment: Essentials ($25/user) covers basic Account-Contact-Opportunity migrations; Professional ($80/user) adds custom objects and advanced automation; Enterprise ($165/user) is required for complex territory management, multi-currency, or Advanced CSV Import. The discovery output is a written migration scope document with record counts, API call budget, and estimated timeline per extraction phase.
Schema design and object relationship mapping
We design the destination Salesforce schema. This includes provisioning custom fields on Account, Contact, and Opportunity with API names matched to monday column names; creating Record Types per monday Pipeline; designing the Sales Process with stage values and probabilities mapped from monday; deciding the Account-Contact linkage strategy based on whether monday People records contain organization data; and mapping monday Custom Columns to Salesforce field types. Schema is deployed into a Salesforce Sandbox via metadata API or change set for validation before production migration.
Sandbox migration and reconciliation
We run a full migration into a Salesforce Sandbox (Partial Copy or Full Copy depending on data volume) using production-like record counts. The customer's sales ops lead reconciles record counts across all objects, spot-checks 25-50 random records against the monday source, and validates pipeline stage mapping. Any mapping corrections (field type mismatches, missing picklist values, Account-Contact linkage decisions) happen in Sandbox before production. This step also surfaces any Salesforce validation rules or required field constraints that will block production import.
API extraction with rate-limit management
We extract data from monday CRM via API using the monday API v2 endpoint. Extraction follows dependency order: People first, then Pipelines and Stage definitions, then Deals (with subitem enumeration per parent Item), then Files (attachment URLs retrieved per Item), then Updates. Each phase applies throttling to stay within the plan's daily call limit, uses exponential backoff on 429 responses, and logs API consumption so the customer can see the remaining budget. Large subitem-heavy accounts may require extraction spread over multiple days on Standard-plan accounts.
Transformation and staging
We transform extracted monday data into Salesforce-compatible CSV format. This includes splitting People into Contact records with optional Account creation; mapping Deals to Opportunity with RecordTypeId and StageName resolved; applying field type transformations (date normalization, phone formatting, currency rounding); enumerating Subitems as Task records linked to parent Opportunities or Contacts; and preparing ContentVersion records for file attachments. The staging area emits a field-mapping manifest showing every monday column mapped to every Salesforce field.
Production migration in dependency order
We run production migration into Salesforce in record-dependency order: Accounts (if created from People), Contacts (with AccountId resolved), Opportunities (with AccountId, OwnerId, RecordTypeId, and Stage resolved), Tasks and Events (from Subitems and Updates via Bulk API 2.0), ContentDocument records (file attachments), and any Custom Object records last. Each phase emits a row-count reconciliation report. We coordinate with the customer's Salesforce admin to temporarily disable active validation rules during load to prevent record rejection.
Cutover, validation, and automation rebuild handoff
We freeze monday writes during cutover, run a final delta migration of any records modified during the migration window, then enable Salesforce as the system of record. We deliver the automation inventory document (documenting every monday Recipe and workflow with trigger, conditions, and actions) to the customer's admin for rebuild in Salesforce Flow. We support a one-week hypercare window for reconciliation issues. We do not rebuild monday automations as Salesforce Flow inside the migration scope; that is a separate engagement or an internal admin task.
Platform deep dives
monday CRM
Source
Strengths
Weaknesses
Salesforce Sales Cloud
Destination
Strengths
Weaknesses
Complexity grading
Standard CRM migration. 1 of 8 objects need a mapping; the rest are 1:1.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across monday CRM and Salesforce Sales Cloud.
Object compatibility
1 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
monday CRM: Varies by plan — 200/day (Free/Trial), 1,000/day (Basic/Standard), 10,000/day soft limit (Pro), 25,000/day soft limit (Enterprise). Per-minute limits also apply..
Data volume sensitivity
monday 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 monday CRM to Salesforce Sales Cloud migration scoping. Not seeing yours? Book a call.
Walk through your monday CRM to Salesforce Sales Cloud migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave monday CRM
Other ways to arrive at Salesforce Sales Cloud
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.