Contact import bulk request schema
Name | Type | Description | Notes |
---|---|---|---|
mode | ModeEnum | Add new contacts only ('add') or add and replace existing ones ('update') | |
compareField | String | Field ID which will be mapped for comparison to prevent duplicates) | |
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 | [optional] |
Name | Value |
---|---|
ADD | "add" |
UPDATE | "update" |