You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/hubspot/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Voila! We'll begin syncing your HubSpot data into Segment momentarily, and it wi
27
27
28
28
###Sync
29
29
30
-
The HubSpot source is built with a sync component, which meanswe'll make requests to their API on your behalf on a3 hour interval to pullthe latest data into Segment. In the initial sync,we'llgrab all the HubSpot objects (and their corresponding properties) according to the Collections Table below. The objects will be written into a separate schema, corresponding to the source instance's schema name you designated upon creation (ie.my_source.charges).
30
+
The HubSpot source is built with a sync component, which meansSegment makes requests to their API on your behalf on athree hour interval to pullnearly all data into Segment. In the initial sync,Segment willgrab all the HubSpot objects (and their corresponding properties) according to the Collections Table below. The objects will be written into a separate schema, corresponding to the source instance's schema name you designated upon creation (for example,`my_source.charges`).
31
31
32
32
Our sync component uses an upsert API, so the data in your warehouse loaded using sync will reflect the latest state of the corresponding resource in HubSpot. For example, if`deals` goes from`open` to`closed` between syncs, on its next sync that deal's status will be`closed`.