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
4phoneOptionalPhone number
5emailOptionalEmail address
6partition_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;email;partition_id
C001;Max;Mustermann;+49 30 123456;max.mustermann@muster.de;K001
C002;Erika;Beispiel;+49 40 654321;erika.beispiel@beispiel.de;K002
C003;Hans;Test;;hans.test@test.de;K003