Skip to main content Skip to footer

HubSpot Developer Changelog

July 2026 Rollup

This month's updates include a raised owner property limit, larger Webhooks Journal batch sizes, and a new historical API usage chart — plus public betas for Contract Imports and the Payment Links API. Read on for the details.

Increase owner property limit to 250

HubSpot now supports up to 250 owner properties per object type, up from the previous limit of 50. This gives teams with more complex assignment and ownership tracking needs more flexibility without requiring support requests or workarounds.

Increase Webhooks Journal batch size to 10,000 records

HubSpot is increasing the Webhooks Journal batch size from batches of 100 records per S3 file to up to 10,000 or 5MB (whichever comes first). This increase is specific to the number of journal events contained within the returned S3 Presigned URL. This will increase speed efficiency when working with the Webhooks Journal. This update will not affect the Webhooks Journal API limits.

Historical API Usage Chart

Historical API Usage is now available in Connected apps, giving customers a clearer view of where their API calls are coming from across apps and connectors. In Connected apps > Connection insights > API Call Usage, teams can review historical usage trends to better understand activity patterns, plan ahead, and make adjustments as needed.

Screenshot of HubSpot interface in the connected apps screen and connections insights tab, there is now an API call usage chart


Public betas

Contract Imports

Contract Imports is now in public beta, allowing customers to bring active contracts from external systems into HubSpot using the import tool. Customers can upload contract data by CSV, including key contract properties, contacts, line items, and deal associations, then manage those imported contracts in HubSpot with the same workflows used for contracts created natively, including change quotes and renewal quotes.

See the Contract Imports product update for more details and to join the beta to test this feature.

Payment Links API

You can now programmatically create, retrieve, and manage HubSpot Payment Links via the API, including support for dynamic multi-item carts and custom configurations. The Payment Links API beta has the following endpoints:

  • POST /commerce/payment-links/2026-09-beta/payment-links
  • GET /commerce/payment-links/2026-09-beta/payment-links/{paymentLinkId}
  • GET /commerce/payment-links/2026-09-beta/payment-links
  • PATCH /commerce/payment-links/2026-09-beta/payment-links/{paymentLinkId}
  • DELETE /commerce/payment-links/2026-09-beta/payment-links/{paymentLinkId}

To learn more about these endpoints, check out the developer documentation.

Questions or comments? Join us in the developer forums.