[source-hubspot] Add leads_property_history and tickets_property_history streams #73335
CraigAtRocketOps (CraigAtRocketOps)
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Airbyte HubSpot: Request for leads_property_history and tickets_property_history
Post to: Airbyte Discussions - Connector Ideas and Features
Title
[source-hubspot] Add leads_property_history and tickets_property_history streams
Body
Summary
The HubSpot source connector exposes property history for contacts, companies, and deals, but not for leads or tickets. HubSpot's API supports property history for both objects, so this is a connector gap rather than an API limitation.
Why This Matters
Leads and tickets are core objects for funnel and journey analytics. Without property history, stage changes can only be inferred from snapshots, which causes:
HubSpot API Support
The HubSpot CRM API supports
propertiesWithHistoryfor leads and tickets:propertiesWithHistoryin GET and batch readThis matches the pattern used for contacts, companies, and deals, which already have property history streams.
Requested Streams
leads_property_historyhs_lead_label(stage)propertiesWithHistorytickets_property_historyhs_pipeline_stage(stage)propertiesWithHistoryImplementation Path
The connector already has
contacts_property_history,companies_property_history, anddeals_property_history. Addingleads_property_historyandtickets_property_historywould follow the same pattern, using the existing property history logic and HubSpot batch read withpropertiesWithHistory.Suggested Scopes
crm.objects.leads.readfor leadsticketsscope for tickets (already used by the tickets stream)Beta Was this translation helpful? Give feedback.
All reactions