contactCsvImport
Imports multiple contacts from CSV data with validation and error handling. Supports bulk creation and updates.
**Authentication Required**: Customer authentication or user management roles **Authorization**: Contact editor or owner roles **Error Codes**: CSV_VALIDATION_ERROR, IMPORT_ERROR, UNAUTHORIZED_ERROR
AUTH: Role=[user.OWNER]
contactCsvImport(
input: ContactCsvInput!
): CsvImportResponse!
Arguments
contactCsvImport.input ● ContactCsvInput! non-null input
CSV import configuration and data