Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.19 KB

File metadata and controls

15 lines (12 loc) · 1.19 KB

# ImportBulkFileRequest

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')
compare_field string Field ID which will be mapped for comparison to prevent duplicates. Field must be set as unique in E-goi.
contacts \EgoiClient\EgoiModel\ContactBulk[] Array of contacts to import
force_empty bool If 'true' accepts empty values and erases those fields [optional] [default to false]
notify int[] Array of IDs of the users to notify [optional]
callback_url string Url to receive the report <a href='/usecases/callbacks/#import-collection-of-contacts' target='_blank'>[Go to callback documentation]</a> [optional]
file \EgoiClient\EgoiModel\ImportBulkFileRequestSchemaFile

[Back to Model list] [Back to API list] [Back to README]