Skip to main content

Customer Contacts

Master data for identifying and matching customer contacts or contact persons on a document.

Column Description

Red names are mandatory. Purple names are recommended data.

#Field NameStatusDescription
1contact_idRequiredPrimary contact number
2first_nameRecommendedFirst name
3last_nameRecommendedLast name
4phoneOptionalLandline phone number
5mobile_phoneOptionalMobile phone number
6emailOptionalEmail address
7partition_idOptionalReference to a customer ID. Contacts are often assigned to a customer. In these cases, the client_id1 of the customer should be passed in the partition_id. This limits the selection list for the AI and significantly increases the recognition rate.

Format

Columns that are not needed can be omitted from the data export.

Example file name: contact_list.csv

contact_id;first_name;last_name;phone;mobile_phone;email;partition_id
C001;Max;Mustermann;0123/456789-89;+49 151 23456789;max.mustermann@muster.de;K001
C002;Erika;Beispiel;0321/689371-56;+49 160 7654321;erika.beispiel@beispiel.de;K002
C003;Hans;Test;;;hans.test@test.de;K003