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

Source Hubspot: add new stream historical properties #7922

Closed
marcosmarxm opened this issue Nov 12, 2021 · 2 comments
Closed

Source Hubspot: add new stream historical properties #7922

marcosmarxm opened this issue Nov 12, 2021 · 2 comments

Comments

@marcosmarxm
Copy link
Member

Tell us about the problem you're trying to solve

From slack convo:

Hi Airbyte Folks, I had a quick question: Does your HubSpot integration pull in historical properties, historical events, and historical deal-stage change? For example if I am building an analytics app for HubSpot, I’d like to pull in a customer’s entire history of events and deal stage changes, up to the current date. And going forward I would want to update this history incrementally (as long as the API allows, otherwise it would be pulled from scratch each time). Thanks

There is some endpoints Airbyte doesn't ingest data from Hubspot
https://knowledge.hubspot.com/crm-setup/view-property-history

Describe the solution you’d like

A clear and concise description of what you want to see happen, or the change you would like to see

Describe the alternative you’ve considered or used

A clear and concise description of any alternative solutions or features you've considered or are using today.

Additional context

Add any other context or screenshots about the feature request here.

Are you willing to submit a PR?

Remove this with your answer :-)

@marcosmarxm
Copy link
Member Author

Added in #7787

@thijs-blom
Copy link

I'm also interested in the feature described in the main post of this issue. As far as I can tell however, it is not added in #7787? The property_history stream defined there only covers contacts, pulled from the endpoint https://legacydocs.hubspot.com/docs/methods/contacts/get_contacts.

The current hs_date_entered_* and hs_date_exited_* properties in the (deal) properties also cannot be relied upon, and are meant for internal HubSpot purposes (see here for example).

History of properties in HubSpot is available for all objects in the CRM v3 HubSpot API, such as deals, tickets, companies, and contacts through the propertiesWithHistory parameter.

I am willing to create a PR for a (separate) stream to include the history of these properties.
Would it be possible to re-open this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants