Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Hubspot VFS #574

Merged
merged 10 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading