Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.08 KB

File metadata and controls

27 lines (14 loc) · 1.08 KB

egoisdk.ImportBulkFileRequestSchema

Properties

Name Type Description Notes
mode String 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.
file ImportBulkFileRequestSchemaFile
forceEmpty Boolean If 'true' accepts empty values and erases those fields [optional] [default to false]
notify [Number] 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]

Enum: ModeEnum

  • add (value: "add")

  • update (value: "update")

  • update_only (value: "update_only")