CRM migration
Field-level mapping, validation, and rollback between Acquaint CRM and Pipedrive. We move data and schema; workflows are rebuilt natively in Pipedrive.
Acquaint CRM
Source
Pipedrive
Destination
Compatibility
10 of 10
objects map 1:1 between Acquaint CRM and Pipedrive.
Complexity
BStandard
Timeline
48–72 hours
Overview
Acquaint CRM positions itself as property-industry software covering lettings, sales, and property management with modules for client accounting, bank imports, e-signing, and SMS — all under a flat £99/month per-tenant model with rolling monthly contracts. Pipedrive is a cloud-based sales CRM with per-user pricing ($14–$99/user/month) built around visual deal pipelines, activity tracking, and custom fields on People, Organizations, Deals, and Products. The two platforms share a relational model (contacts linked to companies, deals linked to contacts), but Acquaint's property-listing module and industry-specific fields have no native Pipedrive equivalent — property records migrate as Deals with property-address and valuation fields mapped into custom fields, and Acquaint's client accounting data migrates as reference fields or notes on the relevant Organization or Deal. FlitStack AI sequences the migration to resolve foreign keys correctly: Organizations first, then People with organization_id, then Deals with person_id and org_id links, then Activities and Notes. We use Acquaint's REST API (api.acquaintcrm.co.uk) for structured record extraction and Pipedrive's v2 API for bulk insert with field-level validation. Workflows, automation rules, e-signing configurations, and SMS templates do not migrate — we export Acquaint workflow definitions as JSON for your Pipedrive admin to rebuild using Pipedrive's Automations feature. A delta-pickup window (24–48 hours) captures any changes made during the cutover so Pipedrive reflects Acquaint's final state at go-live.
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 Acquaint CRM object lands in Pipedrive, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
Acquaint CRM
Contact
Pipedrive
Person
1:1Acquaint contacts map 1:1 to Pipedrive People. Name, email, phone, address, job title, and owner_id transfer directly. Contacts without an associated company in Acquaint land as standalone Pipedrive People — no default organization required. The migration preserves the original add_time timestamp so historical context transfers with each record.
Acquaint CRM
Company
Pipedrive
Organization
1:1Acquaint company records (landlords, vendors, letting agents) map to Pipedrive Organizations. Company name, address, domain, and industry fields transfer directly. Multi-branch companies in Acquaint may need splitting into multiple Pipedrive Organizations or grouping via Pipedrive's hierarchy field. The organization_id on each Person record links contacts to their parent company during migration.
Acquaint CRM
Property Listing
Pipedrive
Deal
1:1Acquaint's Property Listing module has no Pipedrive equivalent — each property listing becomes a Pipedrive Deal. Property address maps to Deal address fields; property type (sale/rent), status, asking price, and bedrooms transfer as custom fields on the Deal. The Deal's person_id links to the landlord or vendor contact; org_id links to the agency organization.
Acquaint CRM
Lettings Deal / Sales Deal
Pipedrive
Deal
1:1Acquaint transaction records (lettings offers, sales agreed) map to Pipedrive Deals with stage values representing pipeline progress (Viewing Booked → Offer Accepted → Tenancy Agreement Signed / Sale Agreed → Completion). Stage names map value-by-value based on Acquaint's pipeline stage configuration.
Acquaint CRM
Activity (call, meeting, note)
Pipedrive
Activity
1:1Acquaint activities (viewings, inspections, calls, meetings, tasks) map to Pipedrive Activities with Type field set to 'call', 'meeting', or 'task'. Original timestamps, owners, and person_id/org_id links are preserved so activity history on each Pipedrive Person or Organization reflects the full Acquaint timeline.
Acquaint CRM
Document / Attachment
Pipedrive
File
1:1Acquaint documents (brochures, floor plans, EPCs, contracts) attached to properties or contacts re-upload as Pipedrive Files attached to the corresponding Deal or Person. File size limits (Pipedrive default 100MB per file) are enforced; inline images in notes are extracted and rehosted as separate file attachments.
Acquaint CRM
Custom Field (Acquaint module-specific)
Pipedrive
Custom Field (DealField / OrganizationField / PersonField)
1:1Acquaint custom fields are defined per module (Contact custom fields, Property custom fields, Company custom fields). Each Acquaint custom field maps to a Pipedrive custom field on the corresponding entity type. Field types are inferred from Acquaint's data (text → string, number → numeric, picklist → enum). Pipedrive's 40-character hash key for the custom field is generated at creation time and stored in the migration mapping table.
Acquaint CRM
Owner / User
Pipedrive
User
1:1Acquaint owner IDs (assigned to contacts, companies, properties) resolve by email match against Pipedrive users. Unmatched owners are flagged before migration — teams either invite them to Pipedrive first or assign their records to a fallback Pipedrive user. Owner display names and email addresses transfer as a custom field for audit continuity.
Acquaint CRM
Client Accounting (tenant ledgers, rent rolls)
Pipedrive
Note / Custom Field on Organization
1:1Acquaint's Client Accounting module (bank imports, rent ledgers, deposit holds) has no Pipedrive equivalent. Financial records migrate as formatted Notes on the Organization (landlord/tenant) with the accounting data text-stamped. Teams requiring accounting continuity should export Acquaint ledgers as CSV and reimport into dedicated accounting software post-migration.
Acquaint CRM
SMS / Email Template
Pipedrive
Not Migrated
1:1Acquaint SMS texts and email templates are platform-specific formatting constructs with merge-field syntax that doesn't port to Pipedrive. We export template definitions as JSON for your Pipedrive admin to recreate using Pipedrive's email templates feature. Rebuilt templates reference the same Pipedrive Person/Organization fields used in the migrated data.
| Acquaint CRM | Pipedrive | Compatibility | |
|---|---|---|---|
| Contact | Person1:1 | Fully supported | |
| Company | Organization1:1 | Fully supported | |
| Property Listing | Deal1:1 | Fully supported | |
| Lettings Deal / Sales Deal | Deal1:1 | Fully supported | |
| Activity (call, meeting, note) | Activity1:1 | Fully supported | |
| Document / Attachment | File1:1 | Fully supported | |
| Custom Field (Acquaint module-specific) | Custom Field (DealField / OrganizationField / PersonField)1:1 | Fully supported | |
| Owner / User | User1:1 | Fully supported | |
| Client Accounting (tenant ledgers, rent rolls) | Note / Custom Field on Organization1:1 | Fully supported | |
| SMS / Email Template | Not Migrated1: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.
Acquaint CRM gotchas
Property data is split across three distinct modules
eSign and SMS data is exportable only as history, not as active configurations
Accounts and client money are tracked within the CRM rather than in a separate accounting package
Custom fields are per-agency and require manual inventory before migration
Pipedrive gotchas
Custom field hash keys differ per account
Export access gated by visibility groups
Token-based API rate limits since December 2024
Sequences and Automations not exposed via REST API
Cost escalates via workflow caps and add-ons
Pair-specific challenges
Migration approach
Audit Acquaint data model and extract via API
FlitStack AI connects to Acquaint's REST API (api.acquaintcrm.co.uk) using your API token and performs a read-only audit of all entities: contacts, companies, property listings, lettings deals, sales deals, activities, notes, and custom fields per module. We generate a data inventory report showing record counts, custom field definitions, owner distribution, and pipeline stage values. This report becomes the baseline for the mapping plan and the acceptance criteria for the sample migration.
Map Acquaint entities to Pipedrive objects and create custom fields
Based on the data inventory, we create the target Pipedrive custom fields before any data moves: dealFields for property-specific attributes (Property_Type__c, EPC_Rating__c, Bedrooms__c, Tenure__c, Portal_Status__c), organizationFields for any company-specific custom properties, and personFields for contact-specific ones. Pipedrive's POST /dealFields, /organizationFields, and /personFields endpoints create each field with the correct type (string, numeric, enum). We use the same custom field keys in the mapping plan so no field is missed during the bulk insert phase.
Create Pipedrive users and resolve owner mappings
We export Acquaint owner records (name and email) and cross-reference against Pipedrive user accounts. For each Acquaint owner with a matching Pipedrive user by email, we store the Pipedrive user_id as the target owner. For unmatched owners, we flag the discrepancy and assign their records to a fallback Pipedrive user — your team creates the missing Pipedrive accounts before the full migration, then we reassign records in a post-migration step. This ensures no record lands with a null owner.
Run sample migration with field-level diff on 100–500 records
A representative slice migrates first: 50 contacts, 20 organizations, 30 property-Deals, and 50 activities spanning multiple owners and pipeline stages. We insert into Pipedrive using the v2 API and generate a field-level diff comparing source values against destination values for every mapped field. You review the diff in a shared spreadsheet — verifying property custom fields on Deals, organization links on People, and activity timestamps. No full migration commits until you sign off on the sample.
Execute full migration with delta-pickup window and audit log
The full dataset runs in ordered sequence: Organizations first (no foreign-key dependencies), then People with org_id links, then Deals with person_id and org_id links, then Activities and Notes with parent record references. A 24–48 hour delta-pickup window opens at migration start — any Acquaint record modified during the window is re-synced before final cutover. FlitStack logs every insert, update, and error to an audit table. If reconciliation fails, one-click rollback reverts all Pipedrive changes to the pre-migration snapshot. Once audit log confirms zero errors and record counts match the data inventory, the cutover is complete.
Platform deep dives
Acquaint CRM
Source
Strengths
Weaknesses
Pipedrive
Destination
Strengths
Weaknesses
Complexity grading
Standard CRM migration. 3 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 Acquaint CRM and Pipedrive.
Object compatibility
3 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
Acquaint CRM: Rate limit details are not publicly documented on the pricing or help pages.
Data volume sensitivity
Acquaint 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 Acquaint CRM to Pipedrive migration scoping. Not seeing yours? Book a call.
Walk through your Acquaint CRM to Pipedrive migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave Acquaint CRM
Other ways to arrive at Pipedrive
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.