Export data for a single object
Export data about an object to JSON including its attributes and relationships.
Export an object and its relationships
You can export data for a single objectNot to be confused with a JSON object, an object in Customer.io is a non-person entity that you can associate with one or more people—like a company, account, or online course. You can use objects to message people based on changes to their company, account, or colege course itinerary. from an object’s detail page or the object list page.
- Select an object type from the left hand navigation.
- Click the name of the object you want to export.
- Click Options in the top right then choose “Export Object data.”
- Confirm your action.
You will receive an email to download the export. You can also go to Data & Integrations > Exports to download the files.
The export will include two JSON files - one with the object’s attributes and the other with relationships to the object:
attributes.json
contains all current attribute values for the object.relationships.json
contains all people related to the object. People data includes identifiers likecio_id
,email
, andid
. The object is identified by itscio_object_id
.
Both contain cio_object_id
so you can reconcile the files.
Expiry
After 60 days, the export expires, and we delete it from your workspace. If you need the export again, you can always generate a new one!