Skip to content

Commit ed0f5a4

Browse files
authored
Update Hubspot Source
Add pipelines resource Change internal structure Refactoring Fix tests
1 parent e332188 commit ed0f5a4

File tree

7 files changed

+666
-258
lines changed

7 files changed

+666
-258
lines changed

sources/hubspot/README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,29 @@
22

33
HubSpot is a customer relationship management (CRM) software and inbound marketing platform that helps businesses attract visitors, engage customers, and close leads.
44

5-
The `dlt` HubSpot verified source allows you to automatically load data from HubSpot into a [destination](https://dlthub.com/docs/dlt-ecosystem/destinations/) of your choice. It loads data from the following endpoints:
6-
7-
| API | Data |
8-
| --- | --- |
9-
| Contacts | visitors, potential customers, leads |
10-
| Companies | information about organizations |
11-
| Deals | deal records, deal tracking |
12-
| Products | goods, services |
13-
| Tickets | requests for help from customers or users |
14-
| Quotes | pricing information of a product |
15-
| Web analytics | events |
5+
The `dlt` HubSpot verified source allows you to automatically load data from HubSpot into a [destination](https://dlthub.com/docs/dlt-ecosystem/destinations/) of your choice. It loads data to the following resources:
6+
7+
| resource | data |
8+
|----------------------------|--------------------------------------------------------------------------|
9+
| contacts | visitors, potential customers, leads |
10+
| contacts_property_history | information about historical changes in contacts properties |
11+
| companies | information about organizations |
12+
| companies_property_history | information about historical changes in companies properties |
13+
| deals | deal records, deal tracking |
14+
| deals_property_history | information about historical changes in deals properties |
15+
| products | goods, services |
16+
| products_property_history | information about historical changes in products properties |
17+
| tickets | requests for help from customers or users |
18+
| tickets_property_history | information about historical changes in tickets properties |
19+
| quotes | pricing information of a product |
20+
| quotes_property_history | information about historical changes in quotes properties |
21+
| Web analytics | events |
22+
| owners | information about account managers or users |
23+
| pipelines_deals | stages and progress tracking for deals |
24+
| stages_timing_deals | history of entering and exiting different stages for the deals pipelines |
25+
| pipelines_tickets | stages and progress tracking for tickets |
26+
| stages_timing_tickets | history of entering and exiting different stages for the tickets pipelines |
27+
| properties | custom labels for properties with multiple choice |
1628

1729
## Initialize the pipeline with Hubspot verified source
1830
```bash

0 commit comments

Comments
 (0)