Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 929 Bytes

File metadata and controls

26 lines (14 loc) · 929 Bytes

ContactExportRequest

Contact export request schema

Properties

Name Type Description Notes
format FormatEnum File extension to export contacts
callbackUrl URI Url to receive the callback <a href='/usecases/callbacks/#exports-a-list-of-contacts' target='_blank'>[Go to callback documentation]</a> [optional]
segments List<String> Array of segment IDs to filter contacts to export. Note: segments of type auto and tag are not yet supported but they are expected to be supported soon! [optional]
fields List<String> Array of field IDs to be displayed in the exported file [optional]

Enum: FormatEnum

Name Value
CSV "csv"
XML "xml"