RevOps byTom Schoorstra.
All posts

HubSpot Spring 2026 Spotlight: what actually matters for SMBs

HubSpot dropped a lot of announcements today. Here's what an independent contractor thinks SMBs should actually pay attention to — and what's just noise.

HubSpot released its Spring 2026 Spotlight today. As usual, there's a lot of marketing language wrapped around a handful of things that genuinely matter. If you're running a small or mid-sized team on HubSpot, you don't need a summary of every bullet point on the announcements page. You need to know what changes your costs, what changes how your team works, and what has a deadline attached.

Here's my take after going through everything.


Key Takeaways

  • Breeze AI agents move to outcome-based pricing: you only pay when the agent actually delivers a result, cutting Customer Agent cost in half (HubSpot, April 2026).
  • You can now trigger Breeze agents directly inside HubSpot workflows — this is the integration that makes AI automation practical for most teams.
  • The August 1, 2026 deadline for Projects v2025.1 deprecation affects any team with custom-built HubSpot apps.
  • Data Hub is more than a rebrand of Operations Hub — it adds external data sources and a no-code Data Studio worth understanding.

The headline: Breeze AI agents now charge per result, not per use

This is the Spring 2026 Spotlight announcement that will have the most direct impact on your budget.

HubSpot's Breeze Customer Agent drops from $1.00 per conversation to $0.50 per resolved conversation (HubSpot company-news, April 2026). The Prospecting Agent shifts to $1 per qualified lead recommended for outreach. Both come with a free 28-day trial for Professional and Enterprise users.

That pricing structure change is worth pausing on. Most AI tooling charges you for usage regardless of outcome — you pay whether the model helps or doesn't. Outcome-based pricing means you only pay when something actually gets resolved or a lead actually gets qualified. For teams that have been hesitant to turn these agents on because of unpredictable costs, this removes most of the risk.

In practice, the Customer Agent works best when your Knowledge Base is clean and up to date. If your articles are thin, the agent can't resolve much — and won't charge you for it. That's a meaningful change in how you should think about Knowledge Base maintenance: it's now directly tied to what you pay.

HubSpot reports the Customer Agent resolves 65% of conversations and cuts resolution time by 39% across its current 8,000+ customers. Prospecting Agent activations are up 57% quarter over quarter. Those numbers are from HubSpot's own announcements, so treat them as directional rather than gospel — but they're not nothing.

For help setting up Breeze or any HubSpot AI feature in your workflows, see HubSpot automation setup.


Breeze agents now work inside your workflows

The second Breeze announcement matters more for how you build automations.

The Run Agent workflow action (in private beta since January, wider rollout with Spring Spotlight) lets you trigger any Breeze agent from inside a standard HubSpot workflow. A deal moves to a new stage, a form is submitted, a ticket gets created — you can now set an agent as one of the actions that fires in response.

Each execution uses 10 workflow credits. That's the main operational consideration: if you're building complex automation and you're on a plan with limited workflow credits, you'll want to model the cost before rolling it out at scale.

The practical implication most teams haven't considered yet: you can chain this with enrollment criteria to create genuinely conditional AI behavior. An agent only runs on high-value deals over a certain amount, or only on contacts with a specific lifecycle stage. You're not just automating a task — you're applying AI selectively where it actually justifies the cost.

The audit card feature rolls out alongside this. Every time an agent acts on a CRM record, a log appears showing exactly what it did: which properties were updated, what the values were before and after, which Knowledge Base articles it referenced, and why a conversation was or wasn't resolved. This is the transparency layer that was missing from AI-in-CRM tooling for most of the past year. It makes compliance and quality-checking much more manageable.


Data Hub: more than a rebrand of Operations Hub

If you're using Operations Hub, you're now on Data Hub. The name changed at INBOUND 2025 and it's worth understanding what actually changed with it, because it's not just cosmetic.

Operations Hub was primarily an ops team tool — programmable automation, data sync, and integrations. Data Hub extends that to all teams by adding external data sources you couldn't connect before: Snowflake, BigQuery, Redshift, AWS S3, standard CSVs and spreadsheets.

The flagship addition is Data Studio — a no-code, spreadsheet-style interface that lets anyone on your team combine data from multiple HubSpot objects and external sources without writing a query. Build calculated fields like lifetime customer value or MRR directly in the interface. The File Ingestion API, now in public beta, lets you upload files up to 512 MB as reusable Data Studio sources.

What this means practically for SMBs: if you've been exporting reports from HubSpot into Excel and doing calculations there, Data Studio removes most of that friction. You're not replacing a data analyst — but for the 80% of ad hoc data questions that don't require one, it's a meaningful improvement.

Pricing is unchanged. Existing Operations Hub customers migrated automatically.


Commerce Hub gets AI-assisted quoting

The Closing Agent is the Commerce Hub addition that's worth knowing about if you're on a plan that includes CPQ.

When a buyer views a quote, the Closing Agent appears directly on the quote page. It can answer pricing questions, scope questions, and terms questions — without the sales rep being in the room. HubSpot's framing is that it removes friction at the final stage of a deal, particularly for asynchronous or async-heavy sales cycles.

The AI quote creation feature auto-drafts personalized quotes using deal context, line items, and buyer information. It generates cover letters and executive summaries based on what's in the deal. Whether your team will trust that output enough to send it without editing depends on how clean your deal data is — which is true of every AI feature in HubSpot.

In my experience, AI-generated quotes work well when the line item library is clean and well-described. If your product library has 40 items with names like "Package A" and one-line descriptions, the generated cover letter won't say much. The output quality directly reflects the input quality.

Product Builder now supports up to 100,000 products in the library. March 2026 also added one-time invoices creatable from quotes and deals via workflow actions, and bidirectional credit memo sync with QuickBooks Online — useful if you're already using Commerce Hub for invoicing.


UI Extensions: App Home pages and Settings pages are live

For teams with custom HubSpot apps — or anyone looking at building internal tooling on top of HubSpot — two additions from this cycle are worth noting.

App Home pages give developers a full-page, dedicated space inside HubSpot that the app owns entirely. Not a sidebar card, not a modal — a proper page accessible at a direct URL within HubSpot. Use cases include centralized dashboards, custom reporting surfaces, and cross-team task management views that live inside the CRM instead of a separate tool.

Settings pages let users who install an app navigate to it and configure behavior per account — using the same React-based UI Extensions SDK as App Cards. Previously, app configuration happened outside HubSpot or required custom solutions.

Both App Home and Settings Pages share a codebase via npm workspace support introduced in February, so teams building custom apps can maintain one component library and share types across all their extensions.

For a deeper look at what HubSpot App Cards can do, see custom app cards.


One deadline that affects you if you have custom apps

If your team has custom-built HubSpot apps using Projects v2025.1, August 1, 2026 is a hard deadline.

From that date, HubSpot is deprecating Projects v2025.1 — the underlying cause is AWS Lambda's end-of-life for Node.js v20. Existing deployed apps keep running until the sunset date, but no new builds or deployments on v2025.1 will be possible after August 1.

The migration path is to v2025.2 or v2026.03. The reason many developers held off migrating was serverless functions — v2025.2 removed built-in serverless hosting, forcing teams to move functions to external platforms. Platform v2026.03 (released March 2026) re-introduces serverless hosting inside HubSpot. If serverless was your blocker, that blocker is now gone.

There's a second deadline worth flagging alongside this: October 31, 2026 is when classic CRM cards (non-React, legacy sidebar customizations) are deprecated. If you have any of those, that migration window is shorter than it looks.

If you need help with that migration, custom app cards is a service I offer.


What I'd actually prioritize as an SMB

Not everything in a product spotlight is relevant to a 20-person sales team or a 50-person B2B services business. Here's where I'd focus attention:

Do now:

  • If you're using Commerce Hub, turn on the Closing Agent 28-day trial for a deal pipeline and see what your buyers do with it.
  • If you have custom HubSpot apps on Projects v2025.1, confirm your migration plan with whoever built them. August 1 is less than four months away.

Worth exploring in Q2:

  • Outcome-based Breeze pricing. Turn on the Customer Agent trial if you have an active support inbox and a reasonably maintained Knowledge Base. The economics are better than they were six months ago.
  • Data Studio if you have Operations Hub and you're still exporting data to Excel for reporting.

Lower priority for most SMBs:

  • App Home pages and Settings Pages are developer features. If you're not building custom apps, ignore them for now.
  • AEO Grader (HubSpot's new answer engine optimization tool) is worth checking in later in the year, but it's early-stage enough that the practical impact for most teams is low right now.

FAQ

What is the new Breeze AI pricing model?

HubSpot's Customer Agent dropped to $0.50 per resolved conversation (from $1.00), and the Prospecting Agent now charges $1 per qualified lead recommended for outreach. Both include a free 28-day trial for Professional and Enterprise plans. You only pay when the agent delivers a result (HubSpot company-news, April 2026).

What is HubSpot Data Hub and how is it different from Operations Hub?

Data Hub is the rebrand and expansion of Operations Hub, launched at INBOUND 2025. It adds external data sources (Snowflake, BigQuery, CSV files), a no-code Data Studio interface for combining and calculating across data sets, and automated data quality tools. All Operations Hub customers migrated automatically at no price change.

What is the August 1, 2026 HubSpot developer deadline?

Projects v2025.1 is being deprecated on August 1, 2026 due to AWS Lambda's end-of-life for Node.js v20. Teams with custom HubSpot apps on that platform version need to migrate to v2025.2 or v2026.03 before that date. The March 2026 release of v2026.03 restored serverless function hosting, removing the last major migration blocker.

What is the HubSpot Closing Agent?

The Closing Agent is a Breeze-powered AI assistant that appears on a buyer's quote page. It answers pricing, scope, and terms questions autonomously when a buyer is reviewing a quote — without requiring the sales rep to be available. It's part of Commerce Hub Professional and Enterprise.

Do I need to do anything about classic CRM cards?

If you have legacy sidebar customizations using the old classic CRM card format, the deprecation deadline is October 31, 2026. After that date, they stop working. You'll need to migrate them to React-based UI Extensions. Most teams with custom sidebar cards built in the last two years are already on the new format.


The bottom line

The Breeze pricing change is the story most relevant to the most teams. Outcome-based AI pricing is a meaningful structural shift — it changes the risk calculus for turning on features your team has been avoiding because of cost unpredictability.

The workflow integration for agents and the audit trail are what make AI features usable inside actual operations rather than as isolated tools. Those two together are more significant than any individual feature announcement.

And if you have custom apps: check the August 1 deadline today.

If you want a second set of eyes on how these updates apply to your specific HubSpot setup, get in touch.

Questions about your HubSpot setup?

I'm happy to think along — even if you're not sure yet what you need.