Overview
You can bulk import contacts from CSV files with column mapping, duplicate detection preview, and a downloadable sample template.
In the app
From Contacts, use the import flow provided in the UI. The REST API exposes:
POST โฆ/contacts/import/previewโ validate file and detect duplicates before commit.POST โฆ/contacts/importโ run the import.GET โฆ/contacts/import/templateโ download a sample CSV.
These require auto_form_crm_import_contacts. Export uses GET โฆ/contacts/export with auto_form_crm_export_contacts.
Typical workflow
- Download the sample CSV template if needed.
- Upload your file and review the preview for duplicates and field mapping.
- Confirm import; large files may process in batches according to server limits.
Required capability: users need import permission (see Roles & permissions). Related: Managing contacts, Custom fields.