|
2 | 2 |
|
3 | 3 | HubSpot is a customer relationship management (CRM) software and inbound marketing platform that helps businesses attract visitors, engage customers, and close leads.
|
4 | 4 |
|
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 | |
16 | 28 |
|
17 | 29 | ## Initialize the pipeline with Hubspot verified source
|
18 | 30 | ```bash
|
|
0 commit comments