Does anyone know if there is a way to use the CRM import API to import a CSV that contains associations and labels?
I know that you can have a spreadsheet with two columns, both containing the internal hubspot ID of a records (ie a contact & a custom object), but I haven’t been able to figure out how to add a third column that specifies the labels for that association.
Specifically, I’m not sure what the column should be named or how to build the [
columnMappings
for the
importRequest
JSON object to describe that column](https://developers.hubspot.com/docs/api/crm/imports#map-file-columns-to-hubspot-properties), since it seems to always want a
columnObjectTypeId
and the label kinda describes both objects and doesn’t really have a dedicated object it describes?
