From 00e258cc8e5f70214cf8b67d11a198667416eff7 Mon Sep 17 00:00:00 2001 From: Will Baker Date: Fri, 22 Nov 2024 13:50:23 -0500 Subject: [PATCH] source-hubspot-native: docs for added streams --- .../Connectors/capture-connectors/hubspot-real-time.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site/docs/reference/Connectors/capture-connectors/hubspot-real-time.md b/site/docs/reference/Connectors/capture-connectors/hubspot-real-time.md index fa10f5f7a6..148ab20818 100644 --- a/site/docs/reference/Connectors/capture-connectors/hubspot-real-time.md +++ b/site/docs/reference/Connectors/capture-connectors/hubspot-real-time.md @@ -9,15 +9,16 @@ The connector automatically discovers bindings for the following HubSpot resourc * [Companies](https://developers.hubspot.com/docs/api/crm/companies) * [Contacts](https://developers.hubspot.com/docs/api/crm/contacts) * [Custom Objects](https://developers.hubspot.com/docs/api/crm/crm-custom-objects) +* [Deal Pipelines](https://developers.hubspot.com/beta-docs/guides/api/crm/pipelines) * [Deals](https://developers.hubspot.com/docs/api/crm/deals) * [Engagements](https://developers.hubspot.com/docs/api/crm/engagements) * [Email Events](https://developers.hubspot.com/docs/methods/email/get_events) +* [Line Items](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/line-items) +* [Owners](https://developers.hubspot.com/beta-docs/reference/api/crm/owners/v2) +* [Products](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/products) * [Properties](https://developers.hubspot.com/docs/api/crm/properties) * [Tickets](https://developers.hubspot.com/docs/api/crm/tickets) -Updates for **Email Events** and **Custom Objects** may be delayed by up to 5 minutes due to -eventual consistency of the HubSpot API. - ## Prerequisites There are two ways to authenticate with HubSpot when capturing data: using OAuth2, or with a private app access token.