Sha256: 4ffffdfc1bac9f0850c6824e5c1b8a22a59415c2b5daf44d553d02ed7eabd46a
Contents?: true
Size: 1.16 KB
Versions: 4
Compression:
Stored size: 1.16 KB
Contents
# SibApiV3Sdk::RequestContactImport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file_url** | **String** | Mandatory if fileBody is not defined. URL of the file to be imported (no local file). Possible file formats: .txt, .csv | [optional] **file_body** | **String** | Mandatory if fileUrl is not defined. CSV content to be imported. Use semicolon to separate multiple attributes | [optional] **list_ids** | **Array<Integer>** | Mandatory if newList is not defined. Ids of the lists in which the contacts shall be imported. For example, [2, 4, 7]. | [optional] **notify_url** | **String** | URL that will be called once the export process is finished | [optional] **new_list** | [**RequestContactImportNewList**](RequestContactImportNewList.md) | | [optional] **email_blacklist** | **BOOLEAN** | To blacklist all the contacts for email | [optional] [default to false] **sms_blacklist** | **BOOLEAN** | To blacklist all the contacts for sms | [optional] [default to false] **update_existing_contacts** | **BOOLEAN** | To facilitate the choice to update the existing contacts | [optional] [default to true]
Version data entries
4 entries across 4 versions & 1 rubygems