| 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] |
| contactFilter | Object | Set the filter for the contacts to be exported. For example, {'blacklisted':true} will export all the blacklisted contacts. | |
| notifyUrl | String | Webhook that will be called once the export process is finished | [optional] |