Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 805 Bytes

RequestContactExport.md

File metadata and controls

12 lines (8 loc) · 805 Bytes

RequestContactExport

Properties

Name Type Description Notes
export_attributes 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 Set the filter for the contacts to be exported. For example, {'blacklisted':true} will export all the blacklisted contacts.
notify_url string Webhook that will be called once the export process is finished [optional]

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