Hubspot
Visualize Hubspot owners, roles, and companies, map Hubspot owners to employees, and monitor changes through queries and alerts.
- Installation guide
- Hubspot data model
Installation
Before you can start using OAuth with HubSpot, you must have an app associated with your developer account and a HubSpot account to install your app in (you can use an existing account or create a test account).
Hubspot supports OAuth for this integration, To create an OAuth account, you must have a developer account. See Hubspot's OAuth Quickstart Guide for reference.
Configuration in JupiterOne
To install the Hubspot integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Hubspot. Click New Instance to begin configuring your integration, providing the following:
The Account Name used to identify the Hubspot account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.
Click Create once all values are provided to finalize the integration. You will then be prompted to authenticate JupiterOne with Hubspot. Complete the authentication process to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
HubSpot Account | hubspot_account | Account |
HubSpot Company | hubspot_company | Organization |
HubSpot Role | hubspot_role | AccessRole |
HubSpot User | hubspot_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
hubspot_account | HAS | hubspot_company |
hubspot_account | HAS | hubspot_role |
hubspot_account | HAS | hubspot_user |
hubspot_user | ASSIGNED | hubspot_role |