Skip to main content
Feedback

HubSpot CRM changelog

Changelog

2026-03 (Version 7, Runtime Release)

  • The HubSpot CRM connector now supports Custom Objects, enabling end-to-end management of custom object records.

    Enhancements support:

    • CREATE - Added support for the CREATE operation for HubSpot Custom Objects. The operation supports custom to standard associations and returns the created object with its ID in the response along with custom properties.

    • UPDATE - Added support for the Update operation for custom objects, where users can update records using Object ID as operation properties, with dynamic property support. The connector returns the full JSON response of the updated object upon successful execution.

    • SEARCH - Added support for the Search operation, where users can retrieve custom object records and leverage filters, sorting, and pagination via Maximum Documents.

    • Retrieve - Added support for the Retrieve operation, where users can retrieve records by ID. Also handles ID variations across environments to support seamless process migration.

    • Archive - Added support for the Archive operation, where users can archive custom objects by passing the ObjectID as parameters, with the response returned per standard HTTP 204 behavior.

    • Added support for automatic Custom Object Type resolution using a consistent p_ prefix, ensuring processes work across environments without manual updates. Standard HubSpot object functionality remains unchanged.

    • The HubSpot CRM connector updated with retry handling for both 429 (rate limit) and 401 (authentication) responses. It automatically retries requests using controlled retry limits and capped wait times to improve reliability when interacting with HubSpot APIs.

2025-05 (Current)

  • The HubSpot CRM connector is released as General Availability (GA) on May 24, 2025.

2025-03 (Version 6)

  • The connector now implements a fixed number of retries with a capped maximum wait time for Error Codes 429, 502, 503 and 504, ensuring a consistent retry strategy. The retry mechanism is configurable, applies uniformly to both daily and per-second rate limits, and documents exceptions when the retry limit is exceeded.
  • Users can now perform Retrieve, Create, Update, Search and Archive operations on the Ticket object in HubSpot CRM.
  • Users can now perform Search and Retrieve operations on the Goals object in HubSpot CRM.
  • Users can now perform Retrieve, Create, Update, Search, and Archive operations on the Deals object in HubSpot CRM.
  • Updated the SDK to the latest version.
  • Strict class loading mode was enabled for this connector.

2025-01 (Version 5)

info

The existing Tech Preview connector will be retiring soon and not available to use. This is the new HubSpot CRM (Tech Preview) connector.

HubSpot CRM (Tech Preview) connector enhanced with the following features:

  • The HubSpot CRM connector now allows users to connect using a Private App Access Token.
  • The connector now supports specifying the API version in the API URL. Based on the selected version during browsing, users can choose supported objects and call the corresponding APIs seamlessly.
  • As the connector now fully supports the Companies and Contacts object for Retrieve, Create, Update, Search and Archive operations.
  • This connector enables seamless integration with HubSpot CRM, providing access to objects and records for comprehensive CRM workflows.
On this Page