Contacts & CRM
Importing Contacts from CSV
1 min readMar 19, 2026
Importing Contacts from a CSV File
Bulk-import your existing contacts into HelpKit's CRM in minutes. Supports CSV files from any spreadsheet app (Excel, Google Sheets, etc.).
Preparing Your CSV
Your CSV must include at minimum a phone number column. All other columns are optional.
Recommended columns:
Phone number format:
+ sign919876543210 for an Indian number (+91 98765 43210)Sample CSV:
Running the Import
phone → Phone Number
- name → Contact Name
- tag → Tags (comma-separated for multiple)
Import Progress
Large imports run in the background. You'll receive an email and in-app notification when complete. The import log shows:
Common Import Errors
| Error | Fix | |-------|-----| | Invalid phone format | Remove non-numeric characters, add country code | | Missing required column | Add a
phone column to your CSV |
| File too large | Split into multiple files of <50,000 rows |
| Encoding error | Save CSV as UTF-8 from your spreadsheet app |