Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.27 KB

RequestContactExport.md

File metadata and controls

12 lines (9 loc) · 1.27 KB

RequestContactExport

Properties

Name Type Description Notes
ExportAttributes []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] [default to null]
ContactFilter *interface{} 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] [default to null]
CustomContactFilter *RequestContactExportCustomContactFilter [optional] [default to null]
NotifyUrl string Webhook that will be called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 [optional] [default to null]

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