Skip to content

Commit 004c9e6

Browse files
authored
Merge pull request #7266 from segmentio/spencerattick-patch-5
Document `GET` limit for HubSpot
2 parents a0decab + 51c0699 commit 004c9e6

File tree

1 file changed

+8
-0
lines changed
  • src/connections/destinations/catalog/hubspot

1 file changed

+8
-0
lines changed

src/connections/destinations/catalog/hubspot/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@ HubSpot Plan: API Add-On (Any Tier)
196196
* Maximum Number of API Calls per 10 Seconds, per Key or Token: **120**
197197
* Maximum Number of API Calls per Day, per Key or Token: **1,000,000**
198198

199+
### Maximum data size returned from HubSpot
200+
201+
When Segment pulls contact or company fields from HubSpot, there is a 1MB limit on the size of the data Segment allows to return from HubSpot’s platform. If this limit is exceeded, the request and response process stops, and the event you tried to send to HubSpot won't be delivered.
202+
203+
To avoid this issue:
204+
- **Maintain clean and concise datasets**: Regularly review and remove unused or redundant fields.
205+
- **Minimize returned traits**: Verify that only the fields essential for to your workflow are included in the data retrieved from HubSpot.
206+
By keeping your datasets streamlined, you improve data hygiene and reduce the risk of exceeding Segment's data size limit for processing.
199207

200208
### Sending Dates as Property Values
201209

0 commit comments

Comments
 (0)