HubSpot Updates

HubSpot's May 2026 Rollup: Supercharging E-commerce & RevOps with Intelligent Automation and CRM Enhancements

Hey everyone! As a Senior Tech Writer at ESHOPMAN (eshopman.com), I'm constantly sifting through the HubSpot Community for the latest insights and updates that can give our users and the wider HubSpot ecosystem a significant edge. Recently, a crucial post titled "May 2026 Rollup" caught my attention, detailing a series of enhancements that are making HubSpot an even more powerful platform for businesses, especially for those of us deeply invested in e-commerce and RevOps.

These updates aren't just incremental changes; they represent substantial leaps in functionality, offering new ways to automate, integrate, and personalize your customer experiences. Let's dive into some of the most impactful updates from this rollup and what they mean for your marketing efforts, sales processes, and ultimately, your online store.

HubSpot CRM interface with custom app cards powered by useCrmSearch hook.
HubSpot CRM interface with custom app cards powered by useCrmSearch hook.

Breeze Assistant for Custom Code Workflows: Your AI Co-Pilot for E-commerce Automation

Breeze Assistant now writes, tests, and iterates on custom code workflow actions. This is a massive leap for building sophisticated automations without extensive coding knowledge. Imagine describing a complex e-commerce automation – like updating inventory in an external system post-sale, dynamically assigning support tickets, or triggering personalized re-engagement campaigns – and having Breeze generate the full code.

Previously limited to standard actions, Breeze now offers virtually endless possibilities. RevOps professionals will see faster development cycles. E-commerce managers can build highly specific, intelligent workflows for personalized customer journeys and complex fulfillment logic, all within HubSpot CRM.

Simply describe your desired action to Breeze, specifying language, inputs, and outputs. Breeze generates the code for your review. Available for Data Hub Professional and Enterprise accounts, this makes custom solutions more accessible, allowing businesses that might otherwise rely on a square free website builder to achieve sophisticated, enterprise-level workflow capabilities.

New useCrmSearch Hook for UI Extensions: Deeper CRM Integration for Enhanced Storefront Operations

For developers, the new useCrmSearch React hook allows UI extensions to search the CRM directly from app cards and pages. This means building custom app cards that display highly relevant, real-time data where your teams need it most – like a customer's entire purchase history, loyalty points, or subscription status directly on their contact record.

This hook enables searching, filtering, and paginating across any CRM object type (contacts, companies, deals, tickets, custom objects). For ESHOPMAN users, this translates into more powerful, context-aware tools for managing customer relationships and order fulfillment. Sales teams can quickly spot cross-sell opportunities, support teams access critical order details, and marketing gains deeper insights directly within the CRM interface. This level of direct CRM access empowers personalized experiences and streamlined internal operations.

Blog Posts Can Now Be Attributed to Multiple Authors: Boosting Content Collaboration

Great news for content teams: HubSpot now allows assigning multiple authors to a single blog post for more accurate attribution. This is invaluable for collaborative content, guest posts, or team-effort articles, ensuring all contributors receive proper recognition and providing readers with a clearer understanding of the expertise behind your content.

To leverage this, update your blog post templates; HubSpot’s default templates will display them automatically. A community member shared a helpful HubL example for developers to implement custom designs:

{% set authors_to_display = content.blog_author_list if content.blog_author_list and content.blog_author_list|length > 0 else [content.blog_author] if content.blog_author else [] %}
    {% if authors_to_display and authors_to_display|length > 0 %}
      
{% for author in authors_to_display %}
{{ author.display_name|escape_attr }}
{% endfor %}
{% for author in authors_to_display %} {% if author.display_name %} {{ author.display_name|sanitize_html }}{% if not loop.last %}{% if loop.revindex == 2 %}, and {% else %}, {% endif %}{% endif %} {% endif %} {% endfor %}
{% endif %}

Stage Calculated Properties for Custom Objects: Granular Tracking for E-commerce Pipelines

Custom objects can now have stage calculated properties that automatically track how records move through pipeline stages. This significantly enhances tracking for unique processes managed with custom objects, such as product development, complex service requests, or custom order fulfillment stages in e-commerce. These properties function identically to those for standard objects, providing valuable insights into process efficiency.

For ESHOPMAN users, this means building highly specific pipelines for various business aspects – tracking custom product requests, managing vendor relationships, or overseeing subscription renewals – and automatically capturing key metrics like "time in stage." This granular tracking is essential for optimizing RevOps strategies and ensuring smooth, efficient operations.

HubSpot IP Ranges Webhooks: Proactive Security for Your Integrations

This update introduces webhook notifications for HubSpot IP range changes, critical for IT and security teams. Customers can now subscribe to receive notifications when HubSpot’s published IP ranges are added, modified, or removed, allowing proactive updates to firewall rules and network configurations. This ensures your integrations and network security remain robust and uninterrupted, preventing potential service disruptions due to outdated IP whitelists. It's vital for maintaining secure and reliable connections.

Reminder: Legacy CRM Cards Deprecation for October 31, 2026 – Time to Migrate!

A crucial reminder for developers and businesses: support for legacy CRM cards built with the CRM Extensions API is being deprecated on October 31, 2026. After this date, these cards will no longer render in HubSpot CRM records. This does not affect modern UI Extensions built with Projects. Audit your apps to identify and rebuild impacted cards as UI Extensions using the Projects framework.

HubSpot offers excellent resources, including an App cards overview, a migration guide, and a Legacy CRM Card to UI Extension Converter, to assist. Proactive migration ensures your custom CRM functionalities continue to operate seamlessly.

Unformatted Number Properties Now Support Decimals: Enhanced Data Precision

CRM properties configured with the “Unformatted Number” field type now accept decimal values. Previously, these properties only accepted whole numbers, limiting use cases requiring precise numeric values. This update removes a key usability barrier and expands support for workflows and integrations relying on decimal-based data.

For e-commerce, this is incredibly useful. You can now accurately store and use data like product dimensions (e.g., 1.75 kg), discount percentages (e.g., 12.5% off), or precise pricing components (e.g., $9.995 per unit) directly within HubSpot properties. This enhances data integrity and allows for more accurate calculations and reporting, crucial for detailed inventory management and financial analysis.

HubSpot CLI Updates: Streamlining Developer Experience for ESHOPMAN Integrations

Recent HubSpot CLI releases introduced several updates to make project development and deployment more reliable and efficient. These improvements benefit developers building and maintaining custom applications and integrations for HubSpot, including those powering ESHOPMAN storefronts. Project uploads now support NPM workspaces, include stronger audit and ESLint validation, and correctly return failed exit codes when build or deploy steps fail. The CLI also adds improved account linking and local development capabilities.

These enhancements mean a smoother, more predictable development workflow, reducing frustrations and speeding up custom code deployment. For teams managing complex integrations or developing custom features, these CLI updates translate directly into increased productivity and more robust deployments, ensuring your HubSpot environment and connected systems, like those seeking shopify workflow automation, run without a hitch.

Conclusion: A More Powerful HubSpot for E-commerce and RevOps

The May 2026 Rollup from HubSpot delivers a powerful suite of updates designed to enhance automation, deepen CRM integration, and streamline developer workflows. From the AI-powered custom code capabilities of Breeze Assistant to the granular tracking of stage calculated properties for custom objects, these features empower ESHOPMAN users and RevOps teams to build more intelligent, efficient, and personalized e-commerce experiences.

Whether you're looking to automate complex fulfillment processes, provide more contextual data to your sales team, or simply ensure your custom integrations are secure and up-to-date, these updates provide the tools you need. We encourage you to explore these new functionalities within your HubSpot portal and leverage them to take your e-commerce and RevOps strategies to the next level. Stay tuned to the ESHOPMAN blog for more insights and guides on maximizing your HubSpot investment!

Share: