I need to bulk import External Organizations that have multiple websites each, and the example csv file only includes one value for the field "Account Website".
How do I have to make the CSV structure to achieve this?
I would like to know if the Organization tags can also be included with that CSV import too.
About the organization tags, when creating an organization via API with POST /api/v2/externalcontacts/organizations, there is a field called "tags", which is an array. I would like to know if there is a way to add those tags using the CSV, not the API.