Import Properties
How to get object-based properties added to HockeyStack
Schema:
These columns are required for this import type. At least one of your columns is expected to map to these columns, or match the name exactly.
identity
This can be an email or company domain (acme.com)
unique_id
Choosing an Object Type
HockeyStack's standard objects map from CRM objects (most popularly Salesforce and HubSpot). If your object type maps to a standard object type, you can select it and import as such:
Company
Account
Company
User
User
Contact
Company property import example row:
The company's ID from your CRM
The company's company domain
Other information you would like to import for a company
User property import example row:
The user's ID from your CRM
The user's email
Other information you would like to import for a user
Custom Object Type:
You can also import custom object types, which are data entities that extend beyond standard records. A custom object can represent any type of structured information that can be associated with a company or user, such as Outreach Call logs, App Usage details, or other domain-specific datasets.
Example of using Custom Object:
Let's say that you had some Gong call data to import. The table for that could look like this:
1234567
Email of the person that the Gong call was with
The person's company's ID on Salesforce
456
'2025-03-20T23:53:21.978Z'
Connecting your Custom Object to a Company or User:
If you specify a
company_domain
column, this will allow for us to connect this data to the corresponding Company if it's already tracked in HockeyStackSpecifying a
user_id
column will allow for us to connect this data to the corresponding User if it's already tracked in HockeyStack.
Last updated