Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.25 KB

File metadata and controls

30 lines (18 loc) · 1.25 KB

ImportBulkFileRequest

Contact import request schema

Properties

Name Type Description Notes
mode ModeEnum Add new contacts only ('add'), add and replace existing ones ('update') or only replace existing ones ('update_only')
compareField String Field ID which will be mapped for comparison to prevent duplicates. Field must be set as unique in E-goi.
contacts List<ContactBulk> Array of contacts to import
forceEmpty Boolean If 'true' accepts empty values and erases those fields [optional]
notify List<Integer> Array of IDs of the users to notify [optional]
callbackUrl String Url to receive the report <a href='/usecases/callbacks/#import-collection-of-contacts' target='_blank'>[Go to callback documentation]</a> [optional]
_file ImportBulkFileRequestSchemaFile

Enum: ModeEnum

Name Value
ADD "add"
UPDATE "update"
UPDATE_ONLY "update_only"