Importing files


Importing files

# Overview

You can import your data via CSV imports, which you can upload in the Settings > Imports section of the vertical menu. Four imports are available: customers, contacts, contracts and team.

The structure of expected files is described in the technical documentation :

Note that the order of the columns is not important; it's the headings that enable us to identify and match the information during import. If the headings are different, you'll simply have to map the fields manually.

All files must respect the following format:

FORMAT Fichier CSV
SEPARATOR Comma (“,”)
HEADER The first line of the file must contain the column header

# Expected files

# Customer file structure

Info

If you perform several successive uploads, only new customers will be created while existing customers will be updated.

Expected fieldsDescriptionTypeSample value / comments
Name*Customer nameAlphanumericGoogle
Domain*Customer domain nameAlphanumericgoogle.com
Customer IDInternal identifier (e.g. that of your BO or CRM)Alphanumeric
CSM PulseHealthscore according to the CSMNumericEntier entre 1 et 5
Owner emailAccount owner's emailAlphanumericjohn.doe@mondomain.com
Team members emailsAccount contributors's e-mail (except owner)Alphanumeric (if several addresses, separate the values ​​by a comma)
TagsTags ( = keywords) assigned to the accountAlphanumeric (if several addresses, separate the values ​​by a comma)
StageLife cycle stageAlphanumericTrial, onboarding, run: the “stages” must first be created in the platform
Health score profileDefines the account assignment group for the calculation of the Health-scoreAlphanumericThe “health score profile” must first be created in theplatform
Interaction goalDefines the group account assignment in terms of target interactionsAlphanumericThe “health score profile” must first be created in the platform
DeletedAllows the deletion ofclientsNumeric1 or “true” to delete the account

The column order is free but it it is preferable to respect the titles (auto-mapping).
The fields followed by an * are compulsory (** only one of the fields is required).
The fields in bold are the merge fields

# Contacts file structure

Info

If you carry out several successive uploads, only new contacts will be created while existing contacts will be updated.

Expected fieldsDescriptionTypeSample value / comments
Contact IDUnique identifier of the contact (eg that of your BO or CRM)Alphanumeric
Email*Contact's emailAlphanumeric
Additional emailsOther emails of the contact (alias…)Alphanumeric (if several addresses, separate the values with a comma)
Customer ID**Contact's Customer Identifier (eg that of your BO or CRM)Alphanumeric
Customer domain**Contact's Customer domain.Alphanumericgoogle.com
PhoneContact's phone numberAlphanumeric+33 6 45 87 45 63
FirstnameContact's firstnameAlphanumeric
LastnameContact's lastnameAlphanumeric
TagsTags (= mots-clés) assigned to contactAlphanumeric (if several addresses, separate the values ​​by a comma)/td>SPONSOR, KEY USER, CHAMPION, END USER
Job titleJob titleAlphanumericChief Marketing Officer
LanguageContact's languageAlphanumericFR
GenderContact's genderAlphanumericAvailable values: MALE or FEMALE
RoleContact's role in your plateformAlphanumericadmin, user
NPS ScoreRelationship Evaluation by the CSMAlphanumericEntier entre 1 et 5
DeletedUsed to delete contactsNumeric1 ou “true” to delete contact

# Agreement file structure

Expected fieldsDescriptionTypeSample value / comments
Customer ID**Identifier of the home Customer of the agreement (eg that of your BO or CRM)Alphanumeric
Customer domain**Name of the home Customer of the Agreement.Alphanumericgoogle.com
Agreement type*Agreement typeAlphanumericAvailable values: 'INITIAL', 'RENEW', 'AMENDMENT', 'SERVICE', 'OTHER'
PlanOffer subscribed by the customerAlphanumericBasic
Start date*Agreement start date AvailableAllowed formats : YYYY/MM/DD ou DD/MM/AAAA
Monthly fee*Amount of the monthly subscriptionNumeric (decimals separated by a “.”)
One-time feeAmount of the setup (or service provision)Numeric (decimals separated by a “.”)
Duration*Agreement durationNumeric1
Duration period*In days / weeks / yearAlphanumericAvailable values:'DAY', 'WEEK', 'MONTH', 'YEAR'
Notice*Notice durationNumeric3
Notice period*In days / weeks / yearAlphanumericAvailable values: 'DAY', 'WEEK', 'MONTH', 'YEAR'
Auto-renew*Indicates whether the contract includes an identical tacit renewalNumeric1 or “true” if true

The column order is free but it it is preferable to respect the titles (auto-mapping).
The fields followed by an * are compulsory (** only one of the fields is required).
The fields in bold are the merge fields

Contributors: Julien