Fix HubSpot "missing required property" errors
Missing required fields are common import blockers. TidyImports validates required contact/company properties, pinpoints failing rows, and gives a prioritized fix list before export.
TidyImports
Fix this in TidyImports — validate required properties automatically
HubSpot required properties by object type
- Contacts:
email— must be present and valid on every row. - Companies:
name— every company row needs a name value.
Why this error happens
- The required column exists but is unmapped — HubSpot doesn't know which column is
email. - The column is mapped but some rows have blank values.
- The source spreadsheet used a different name (e.g. "Email Address" instead of
email).
Validate required fields in your CSV
Fix missing required properties →