Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.1 KB

RequestContactExport.md

File metadata and controls

13 lines (9 loc) · 1.1 KB

RequestContactExport

Properties

Name Type Description Notes
export_attributes list[str] 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 [optional]
notify_url str Webhook that will be called once the export process is finished [optional]

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