Provides read-only access to HubSpot CRM data - Contacts, Companies, Deals, LineItems, Products and Tickets.
Data is accessed directly (live) through HubSpot CRM API. Please note, using these components counts towards your HubSpot API usage limits. Due to speed limitations of the API, larger data sets might take longer to process.
Returns all Companies with all properties (including custom properties).
| Port | Required | Used for | Description |
|---|---|---|---|
| Output port 0 | Required | Data | Company details |
| Output port 1 | Optional | Error handling | Parsing and runtime errors |
Returns all Contacts with all properties (including custom properties).
| Port | Required | Used for | Description |
|---|---|---|---|
| Output port 0 | Required | Data | Contact details |
| Output port 1 | Optional | Error handling | Parsing and runtime errors |
Returns all Deals with all properties (including custom properties).
Will also extract the deal owner info and optionally the primary associated company's info. The retrieved properties of the associated records cannot be customized.
The extraction of the primary associated company's info is controlled by the "Get primary associated company?" configuration option, which can be set to one of:
| Port | Required | Used for | Description |
|---|---|---|---|
| Output port 0 | Required | Data | Deal details |
| Output port 1 | Optional | Error handling | Parsing and runtime errors |
Returns all Line Items with all properties. Line items are Products attached to a particular Deal.
| Port | Required | Used for | Description |
|---|---|---|---|
| Output port 0 | Required | Data | Line item details |
| Output port 1 | Optional | Error handling | Parsing and runtime errors |
Returns all Products.
| Port | Required | Used for | Description |
|---|---|---|---|
| Output port 0 | Required | Data | Product details |
| Output port 1 | Optional | Error handling | Parsing and runtime errors |
Returns all Tickets with all properties (including custom properties).
| Port | Required | Used for | Description |
|---|---|---|---|
| Output port 0 | Required | Data | Ticket details |
| Output port 1 | Optional | Error handling | Parsing and runtime errors |
Data Source Connectors are modules that allow CloverDX Wrangler to access and manipulate data using this library. The following entities are available as Data Source Connectors. Structure of the actual entities is the same as it was described above.
These additional libraries will need to be installed on your Server.
For online installation, you can go to Server Console, navigate to Libraries > Install library from repository and select the required libraries.
For offline installation, download the libraries from CloverDX Marketplace (.clib files). In Server Console, navigate to Libraries > Install library from repository > Down arrow for more options > Browse local files... and install the Libraries.
The library implements a health check using a account details endpoint to check whether it is possible to connect HubSpot using the provided credentials. The "oauth" scope might be needed for this check to work.
Please note that the library uses all fields of the entities (Products, Tickets, ...) by default. If you need to specify a subset of the fields, you can set the fields you need in the configuration. For every entity, there is a configuration property. If you leave it blank, all fields will be used in the output metadata (default behavior). If you need to, put there field names separated by commas, and only the specified fields will be part of the output metadata.