Sha256: 14e8465524f55e5e6afc7cc41e17e74dd93a8dcef7da2c972402083557ae4d1f

Contents?: true

Size: 1.63 KB

Versions: 8

Compression:

Stored size: 1.63 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]
**empty_contacts_attributes** | **BOOLEAN** | To facilitate the choice to erase any attribute of the existing contacts with empty value. emptyContactsAttributes = true means the empty fields in your import will erase any attribute that currently contain data in SendinBlue, & emptyContactsAttributes = false means the empty fields will not affect your existing data ( only available if `updateExistingContacts` set to true ) | [optional] [default to false]


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sib-api-v3-sdk-5.3.0 docs/RequestContactImport.md
sib-api-v3-sdk-5.2.5 docs/RequestContactImport.md
sib-api-v3-sdk-5.2.4 docs/RequestContactImport.md
sib-api-v3-sdk-5.2.3 docs/RequestContactImport.md
sib-api-v3-sdk-5.2.2 docs/RequestContactImport.md
sib-api-v3-sdk-5.2.1 docs/RequestContactImport.md
sib-api-v3-sdk-5.2.0 docs/RequestContactImport.md
sib-api-v3-sdk-5.1.3 docs/RequestContactImport.md