Skip to main content

Importing Customers from CSV

If you have an existing patient list, you can import them all at once using a CSV file instead of adding them one by one.

Steps

  1. Click Customers in the sidebar.
  2. Click the Import button.
  3. Select your CSV file or drag it into the upload area.
  4. Review the preview to confirm your data looks correct.
  5. Click Import to create the customer records.

CSV Format

Your CSV file should include the following columns:

ColumnRequiredDescription
firstNameYesPatient's first name.
lastNameYesPatient's last name.
emailYesMust be unique per patient.
phoneNoPhone number.
addressLine1NoStreet address.
addressLine2NoApartment, suite, etc.
cityNoCity.
stateNoState or province.
postalCodeNoZIP or postal code.
countryNo2-letter country code (e.g., US).
sourceIdNoYour internal patient ID.
discountNoDiscount percentage override (0–40).

Example CSV

firstName,lastName,email,phone,city,state,postalCode,country
Jane,Smith,jane.smith@example.com,5551234567,Austin,TX,78701,US
John,Doe,john.doe@example.com,5559876543,Denver,CO,80202,US
caution

Each email address must be unique within your practice. If a row has a duplicate email, it will be skipped during import.

tip

Prepare your CSV in Excel or Google Sheets. Save as CSV (UTF-8) before uploading.