Sha256: fcbc8eafc0d2cd56348455f7c83741a5d1b2be55238927861edbc8fcd0f8d513

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

# SibApiV3Sdk::RequestContactExport

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**export_attributes** | **Array<String>** | List of all the attributes that you want to export. These attributes must be present in your contact database. For example, ['fname', 'lname', 'email']. | [optional] 
**contact_filter** | **Object** | This attribute has been deprecated and will be removed by January 1st, 2021. Only one of the two filter options (contactFilter or customContactFilter) can be passed in the request. Set the filter for the contacts to be exported. For example, {\"blacklisted\":true} will export all the blacklisted contacts.  | [optional] 
**custom_contact_filter** | [**RequestContactExportCustomContactFilter**](RequestContactExportCustomContactFilter.md) |  | [optional] 
**notify_url** | **String** | Webhook that will be called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 | [optional] 


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sib-api-v3-sdk-7.5.0 docs/RequestContactExport.md
sib-api-v3-sdk-7.4.0 docs/RequestContactExport.md
sib-api-v3-sdk-7.3.0 docs/RequestContactExport.md
sib-api-v3-sdk-7.2.0 docs/RequestContactExport.md
sib-api-v3-sdk-7.1.0 docs/RequestContactExport.md
sib-api-v3-sdk-7.0.0 docs/RequestContactExport.md
sib-api-v3-sdk-5.5.0 docs/RequestContactExport.md