Skip to content

Commit

Permalink
Update Hubspot Source
Browse files Browse the repository at this point in the history
Add pipelines resource
Change internal structure
Refactoring
Fix tests
  • Loading branch information
dat-a-man authored Dec 19, 2024
1 parent e332188 commit ed0f5a4
Show file tree
Hide file tree
Showing 7 changed files with 666 additions and 258 deletions.
34 changes: 23 additions & 11 deletions sources/hubspot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@

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

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:

| API | Data |
| --- | --- |
| Contacts | visitors, potential customers, leads |
| Companies | information about organizations |
| Deals | deal records, deal tracking |
| Products | goods, services |
| Tickets | requests for help from customers or users |
| Quotes | pricing information of a product |
| Web analytics | events |
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:

| resource | data |
|----------------------------|--------------------------------------------------------------------------|
| contacts | visitors, potential customers, leads |
| contacts_property_history | information about historical changes in contacts properties |
| companies | information about organizations |
| companies_property_history | information about historical changes in companies properties |
| deals | deal records, deal tracking |
| deals_property_history | information about historical changes in deals properties |
| products | goods, services |
| products_property_history | information about historical changes in products properties |
| tickets | requests for help from customers or users |
| tickets_property_history | information about historical changes in tickets properties |
| quotes | pricing information of a product |
| quotes_property_history | information about historical changes in quotes properties |
| Web analytics | events |
| owners | information about account managers or users |
| pipelines_deals | stages and progress tracking for deals |
| stages_timing_deals | history of entering and exiting different stages for the deals pipelines |
| pipelines_tickets | stages and progress tracking for tickets |
| stages_timing_tickets | history of entering and exiting different stages for the tickets pipelines |
| properties | custom labels for properties with multiple choice |

## Initialize the pipeline with Hubspot verified source
```bash
Expand Down
Loading

0 comments on commit ed0f5a4

Please sign in to comment.