All products10 min

Bulk import contacts

For onboarding a portfolio, importing contacts from CSV is far quicker than entering them one by one.

Before you start

Have your source data ready. Most managing agents migrate from a previous system that exports a CSV with rows for every leaseholder, tenant, freeholder and director.

PropLink's importer accepts:

  • One row per contact.
  • Standard columns (see below).
  • UTF-8 encoding.
  • A maximum of 10,000 rows per file.

Run the import

    1. Open Contacts → Import.
    2. Download the CSV template.
    3. Fill the template with your data, or map your existing CSV against the template's column names.
    4. Upload the file.
    5. PropLink validates each row and shows a preview: rows to be created, rows to be updated (matched on email), rows with errors.
    6. Fix errors in the source file and re-upload, or skip them.
    7. Click Confirm import.

Imports are atomic. If something goes wrong mid-import, the whole batch rolls back.

Standard columns

ColumnRequiredNotes
first_nameYes
last_nameYes
emailRecommendedUsed for matching against existing contacts
phoneNoUK or international format
address_line_1No
address_line_2No
cityNo
postcodeNoUK postcode format validated
countryNoDefaults to United Kingdom
typesNoPipe-separated list, e.g. leaseholder|director
tagsNoPipe-separated list
unit_referenceNoSite reference + unit reference, e.g. GC-001:Flat-1
unit_roleNoIf unit_reference is set, the role at that unit
is_primary_billableNotrue or false
notesNoFree text

A complete column reference is in CSV import templates.

Linking contacts to units in the same import

Include unit_reference and unit_role in your CSV to link each contact to a unit. PropLink looks up the unit using the site reference and unit reference combined.

If the unit does not exist, the row fails validation. Run the bulk import sites and units before importing contacts that link to them.

Validation rules

PropLink validates each row before commit:

  • Names cannot be empty.
  • Emails must be valid format. Duplicates are allowed (one person can have multiple contacts in the directory if intentional).
  • Postcodes are validated against UK format if country is United Kingdom.
  • types values must match the configured contact types.
  • unit_reference must resolve to an existing unit.

The preview screen lists every error row with the row number, the column and a clear message.

After the import

PropLink writes one audit log entry per row created or updated, attributed to the importing user. The bulk import is recorded as a single batch with a unique reference, viewable under Settings → Data import → History.


Related

Last reviewed 10 May 2026.