This is the complete guide to HubSpot Sales Hub for sales directors in 2026.
In this guide you'll learn:
Let's get into it.
HubSpot Sales Hub is the sales module of HubSpot's CRM platform. It runs pipeline, forecasting, sales engagement (sequences and calling), deal qualification (playbooks), conversation intelligence, quotes and approvals, AI-assisted prospecting and coaching, and reporting — all on top of the same contact, company, and deal records the rest of HubSpot uses.
For a sales director, Sales Hub is the system you use to manage four things:
The rest of this guide walks through every feature that touches those four jobs.
Here's the full feature map for HubSpot Sales Hub for sales directors in 2026:
| Area | Pro | Enterprise |
|---|---|---|
| Forecast tool + categories | ✓ | ✓ |
| Breeze AI Forecasting (beta) | ✓ | ✓ |
| Nested teams + hierarchical rollups | — | ✓ |
| Playbooks (open text answers) | ✓ (cap: 5) | ✓ (cap: 5,000) |
| Playbooks (dropdown / property-mapped answers) | — | ✓ |
| Required properties at stage gates | ✓ | ✓ |
| View-only / field-level permissions | — | ✓ |
| Calculated properties | 40 | 200 |
| Custom reports | 100 | 500 |
| Custom dashboards | ~30 | ~50 |
| Call recording + transcription + AI summaries | ✓ | ✓ |
| CI tracked keywords | — | ✓ |
| Conversational Enrichment (beta) | — | ✓ |
| Deal-risk flags from transcripts (beta) | — | ✓ |
| Predictive lead scoring | — | ✓ |
| Custom objects | — | ✓ (10 max) |
| Sequence emails / user / day | 500 | 1,000 |
| Workflow-triggered sequence enrollment | — | ✓ |
| Calling minutes / month | 3,000 | 12,000 |
| Quote approvals (legacy) | — | ✓ |
| Standard Sandbox + Deploy to Production | — | ✓ |
| SAML SSO | — | ✓ |
Bookmark this table. Most of the questions below come back to it.
The Forecast tool is the feature you'll touch every Monday.
Both Pro and Enterprise give you the default forecast categories (Not Forecasted, Pipeline, Best Case, Most Likely, Commit, Closed Won), manual rep submission with manager override, deal-stage to category auto-mapping, multi-pipeline forecasts, snapshot history, and currency conversion.
Native cadence is monthly or quarterly. Weekly isn't built in.
Don't accept HubSpot's default stage-to-category mapping.
Spend an hour with your first-line managers redefining the cutoffs so the forecast number in HubSpot matches the number you'd put on a whiteboard. For example:
The forecast then breaks down two ways:
Watching the gap between those two tabs is one of the most useful coaching prompts you have. A rep with a lot of late-stage deals but a low Commit number is sandbagging. A rep with the opposite is happy-eared. Both need different conversations.
HubSpot's AI Forecasting is on both Pro and Enterprise, and still in beta as of January 2026.
Per HubSpot's KB, it "[projects] future sales based on closed won deals in the past three months." Output is a range (Most Likely, Upper, Lower) plus an accuracy table.
HubSpot's own caveat is worth quoting: "Projections are estimates and are not guaranteed… should only provide perspective and not be solely relied upon to make business decisions."
Heads up: The 95% accuracy figure you'll see online comes from vendor tools like Forecastio and MaxIQ, not from HubSpot. Treat Breeze AI Forecasting as a useful second opinion alongside your rep-submitted commit — not a replacement.
This is where Pro starts to feel thin.
Per the KB: "An Enterprise subscription is required to create nested teams... Parent teams can view everything owned below them, but a nested team can't see everything owned by the parent team."
Bottom line: A manager's commit rolling into a regional VP's commit rolling into a global number requires nested teams. Under 10 reps in a single region, Pro's flat model is fine. Past 25 reps with multiple first-line managers, you'll want Enterprise rollups.
Deals marked Commit with close dates outside the current period don't show up in the rollup.
Build a "Commit deals with out-of-period close dates" report and run it before every forecast call. It catches more sandbagging than any coaching conversation.
The biggest decision you'll make as a sales director: how to enforce a qualification methodology through the CRM.
Coaching exhortations don't survive a busy quarter. CRM-enforced discipline does.
MEDDPICC is an eight-letter qualification framework for complex B2B sales. The letters stand for Metrics, Economic Buyer, Decision Criteria, Decision Process, Paper Process, Identify Pain, Champion, and Competition.
Andy Whyte of MEDDICC.com on why Paper Process was added to the original MEDDIC: "Back in the nineties, everything was on premise much more straightforward." Today, enterprise deals die in legal, InfoSec, and procurement — that's what Paper Process tracks.
Create a property group called "MEDDPICC" under Settings → Data Management → Properties → Deals.
For each letter, use a dual-property model: one qualitative text capture, one 0–4 numeric score. Whyte warns that binary checkboxes ("Is there a Champion?") are dangerously misleading. Graded dropdowns force reps to think.
| Letter | Property | Type | Example |
|---|---|---|---|
| M — Metrics | meddpicc_metrics_detail / _score |
Multi-line text / Number 0–4 | "Reduce billing errors costing $50K/mo; target 80% reduction in 6 mo" |
| E — Economic Buyer | Contact association label + meddpicc_eb_engaged |
Association + dropdown | Tag the buyer contact; drives stage gate |
| D — Decision Criteria | meddpicc_decision_criteria / _score |
Multi-line text / Number | Documented criteria with weighting |
| D — Decision Process | meddpicc_decision_process / _score |
Multi-line text / Number | Approval steps, owners, dates |
| P — Paper Process | meddpicc_paper_process / _score |
Multi-line text / Number | Legal, security, procurement |
| I — Identify Pain | meddpicc_pain_detail / _score + _compelling_event |
Multi-line / Number / Date | Buyer's words + cost of inaction |
| C — Champion | Association label + meddpicc_champion_strength / _score |
Association + dropdown | None / Coach / Champion / Mobilizer |
| C — Competition | meddpicc_competition / _score |
Multi-select + Number | Always include "Status Quo / Do Nothing" |
Pro tip: The multi-select on Competition is what makes win/loss-by-competitor reports possible. It also forces reps to capture the buyer's status quo, which Whyte calls "the most common but most-overlooked competitor."
HubSpot calculated properties live at Settings → Properties → Create → Field type = Calculation.
They support arithmetic, comparison, logic operators, and nested conditionals up to 70 levels deep. Per the KB, they "can only be set up for number properties within the same object."
Simple 0–32 sum — meddpicc_total_score:
meddpicc_metrics_score + meddpicc_eb_score + meddpicc_dc_score + meddpicc_dp_score + meddpicc_pp_score + meddpicc_pain_score + meddpicc_champion_score + meddpicc_competition_score
Kalungi "Handicap" percentage — a 0–100% score for how qualified the deal truly is:
((meddpicc_metrics_score + meddpicc_eb_score + meddpicc_dc_score + meddpicc_dp_score + meddpicc_pp_score + meddpicc_pain_score + meddpicc_champion_score + meddpicc_competition_score) / 32) * 100
MEDDPICC-adjusted pipeline value — your "truth-serum" forecast. Sum this by stage instead of raw amount:
amount * (meddpicc_health_pct / 100)
Weighted variant for relationship sales (Champion and EB heavier) or regulated sales (Paper Process and Decision Process heavier):
(meddpicc_metrics_score*1.0 + meddpicc_eb_score*1.5 + meddpicc_dc_score*1.0 + meddpicc_dp_score*1.25 + meddpicc_pp_score*1.25 + meddpicc_pain_score*1.0 + meddpicc_champion_score*1.5 + meddpicc_competition_score*0.75) / 36 * 100
Tiering with nested conditionals to bucket deals into forecast categories:
if(meddpicc_total_score >= 26, "Commit", if(meddpicc_total_score >= 20, "Best Case", if(meddpicc_total_score >= 12, "Pipeline", "Omit")))
Capacity note: Pro caps calculated properties at 40 (raised from 25 in late 2024); Enterprise gives you 200. If you're scoring eight MEDDPICC letters plus aggregates, plus parallel calcs for forecast accuracy, days-in-stage, velocity, and rep performance — the Pro ceiling fills quickly.
HubSpot's playbook tool supports three answer types:
A HubSpot Community user puts the consequence plainly: "Storing Playbook answers in properties is a Pro/Enterprise feature. On Starter or Free, the answers just live in a note on the record... Not just an upgrade, but an upgrade to ENTERPRISE."
What this means: If you want playbook answers to populate MEDDPICC properties and feed your calculated scores, you need Enterprise. On Pro, playbook content lives as unstructured prose in call notes — unreportable, untriggerable, and unable to feed any score.
Pro also caps you at 5 total playbooks. Enterprise raises that to 5,000. Most B2B teams need at least Discovery, Demo, MEDDPICC Review, Renewal, and Loss-Review playbooks — Pro hits the ceiling on day one.
HubSpot lets you require properties at deal-stage transitions on both Pro and Enterprise.
Set it at Settings → Objects → Deals → Pipelines → edit stage. The standard Kalungi-style gates:
Heads up: You can't require an association label at a deal stage. The standard workaround (popularized by HubSpot Hall of Famer Karsten Köhler):
meddpicc_eb_associatedView-only fields are an Enterprise capability. Whyte: "You could make that field view only in Enterprise, reducing the risk of it being edited."
Once your MEDDPICC properties are flowing, build these first:
meddpicc_champion_associated = falsemeddpicc_adjusted_amount by stage; this is your CFO numbermeddpicc_competition, including "Do Nothing"On report #6, Whyte cites a stat worth pinning to your wall: "80% of deals that were won had engagements with the Economic Buyer… 80% of deals that were lost or slipped didn't have engagement with the economic buyer."
You're not the first to build this:
Want help architecting your qualification spine? Talk to Superwork about a HubSpot methodology audit — we map your sales motion to the right property model, playbooks, and stage gates.
If your team uses SPICED (Winning by Design), the same pattern works with different fields.
What is SPICED? A five-letter framework — Situation, Pain, Impact, Critical Event, Decision — designed to span the full revenue lifecycle, not just net-new acquisition.
| Letter | Property | Type | Example |
|---|---|---|---|
| S | spiced_situation |
Multi-line text | "350-seat SaaS, Series C; CFO joined 90 days ago" |
| P | spiced_pain_primary / _detail |
Dropdown / Multi-line | Forecast inaccuracy / Manual consolidation |
| I | spiced_impact_quant / _qual |
Currency / Multi-line | $1.2M ARR at risk + CFO board mandate |
| CE | spiced_critical_event_date / _desc |
Date / Single-line | 2026-09-30 — Q4 board review |
| D | spiced_economic_buyer / _criteria / _process |
Contact / Multi-line / Multi-line | Procurement → Security (4 wks) → CFO sign-off |
Score each letter 0–2 (0 unknown, 1 identified, 2 validated). Sum to a 10-point total. Trigger a workflow on spiced_total_score ≥ 7 AND stage = Discovery to surface a manager review.
WbD publicly cites Cuebiq (50% cycle reduction), Blip (298% win increase), Mural (3× ARR YoY), Perimeter 81 (8× outbound share), and DocuSign (2,500+ sellers). Most of those run on Salesforce — but the configuration translates cleanly to HubSpot.
Most teams underuse this feature. That's a shame — it's one of the highest-ROI tools in Sales Hub.
Both Pro and Enterprise include:
The 2025–2026 release wave also added AI Meeting Prep and Follow-Up in the Sales Workspace, Meeting Notetaker for Zoom/Meet/Teams, and a mobile In-Person Meeting Notetaker.
Quick answer: Under 30 reps already on Enterprise, HubSpot CI is sufficient and the bundle economics win. Over 50 reps, or for director-level scorecard coaching, you'll often layer Gong (~$100–160/user/month).
HubSpot's 2025 updates narrow the gap on deal-risk flags and enrichment — but don't match Gong on granular coaching scorecards, trend dashboards across hundreds of calls, or explainable deal-health scoring.
Here are the six dashboards to set up first:
Open Pipeline Amount / Quota, with rep × segment cross-tab(# opportunities × avg deal size × win rate) / sales cycle lengthhs_v2_date_entered_[stage] timestamps + a calculated days-in-stage property| Limit | Pro | Enterprise |
|---|---|---|
| Custom reports | 100 | 500 |
| Custom dashboards | ~30 | ~50 |
| Calculated properties | 40 | 200 |
| Custom objects in reports | No | Yes |
| Multi-touch revenue attribution | No | Yes |
| Events per reporting query | 10M | 100M |
When the 100-report cap binds: 5 regions × 4 funnel stages × 5 segments = 100+ report variations before you've built a single activity report. Mid-market teams of 25–50 reps with proper segment reporting typically hit the cap within 12 to 18 months.
The 40 calculated property cap is the most common ops-level pain point. A community user nails it: "It is normal for any company to have the need to report on the time between the lifecycle stages and other properties. To limit this to only FOUR properties... seems to have happened without logic."
A sales director's least-glamorous but most-important configuration choice: who sees what.
| Capability | Pro | Enterprise |
|---|---|---|
| Teams | 10, flat | 300, hierarchical |
| Permission Sets | — | ✓ |
| Field-level edit/view permissions | — | ✓ |
| Limit access to reports/dashboards by team | Limited | Full |
| Custom record sidebars per team | — | ✓ |
KB on permission sets: "An Enterprise subscription is required to create and edit permission sets."
KB on field-level: "Super Admins can limit access to a property so that only specific users and teams can edit the property on records. A limited property will still be visible by all users."
Pro tip: The Hyphadev heuristic matches what we see in practice — flat team structures work at 15 people. They break down at 40.
There are two approval frameworks in HubSpot — and one moved in late 2025:
HubSpot's example use cases include branching on Discount % to route to managers (25–40%) and escalating to legal/CFO (>40% with e-signature), and branching on Quote Amount thresholds (>$5,000) for deal-desk routing.
Heads up: Because advanced quote approvals now require Commerce Hub Enterprise (not Sales Hub Enterprise), if you want true conditional CPQ approvals, price Commerce Hub Enterprise into your stack.
HubSpot's predictive model — Enterprise only — writes two read-only contact properties:
Per the KB, you need "a sufficient number of closed-won and closed-lost deals associated with contacts and companies… if minimum data thresholds are not met, HubSpot may delay or prevent generation of predictive scores."
The newer AI-built lead scores require:
The legacy predictive model practical floor (solutions-partner consensus):
Contact priority = Very High → priority AE round-robinMedium → SDR nurture sequencePro tip: Combine predictive with a manual HubSpot Score for explicit disqualifiers. Octave and Hightouch both flag this hybrid as best practice.
The honest caveat: properties are read-only and HubSpot doesn't surface per-feature weights. "It doesn't always show the specific weight of every individual factor" (Eesel AI).
HubSpot's Breeze stack expanded significantly across 2025 and 2026. Here's what's new and what tier it lives on.
Six new sales Breeze Agents:
Plus Breeze Studio and Breeze Marketplace (both public beta), and the Meeting Notetaker for Zoom/Meet/Teams.
Heads up: Most 2026 Breeze features are in beta. Treat them as adjacent productivity wins — not the spine of your operating model. Yet.
Need help separating the AI features worth adopting now from the ones still in beta? Get in touch with Superwork for a HubSpot AI readiness review.
Per HubSpot's developer docs: "An account with at least one Enterprise subscription plan can have a maximum of 10 custom objects defined."
The actual ceiling: 500,000 records across all custom objects combined (purchasable in +500K packs at ~$500/month per pack, per Blue Frog). Custom properties per object: 1,000.
Heads up: "Zapier does not support custom objects... Marketplace integrations, for the most part, only sync to standard objects. Custom object personalisation tokens are not available in templates." That's a legitimate reason to delay custom objects even when you're on Enterprise.
The numbers worth knowing (verified May 2026):
HubSpot's own line: "HubSpot will not be able to increase the sequence email send limit."
Sequence limits rarely bind for a 10-SDR team — they'd send 5,000/day at most.
They bind for:
The more common constraint is your email provider: Gmail caps at 350–2,000/day, O365 at ~10,000/day.
Calling minutes do bind heavy SDR teams. A community user puts it bluntly: "I am getting around 12,000 Minutes Per Month and I need a minimum 42K Minutes." Five+ dialing reps doing seven hours a day blow past 12K without add-on packs or a layered tool like Aircall.
If you're running multiple admins, building workflows that touch deal stages, or under audit pressure — you need a sandbox.
Standard Sandbox is Enterprise-only.
HubSpot Weekly on the transition: "If you're still relying on the old sandbox—or worse, making big changes directly in production—this is your cue to update your change-management process."
Per HubSpot's product page: "SSO integration is available in all Enterprise accounts."
A community quote captures the buyer frustration: "Buying HubSpot Enterprise for SAML 2.0 is like forcing someone to buy a Ferrari just to get a working seatbelt."
For sales directors, this is rarely a choice — your CISO will eventually make the call for you.
HubSpot's Sales Workspace (rebuilt in 2025) is the daily home for reps. It pulls together prospecting, deals, sequences, and meetings into one view.
The Inbound 2025 release added Flexible CRM Views — "intuitive pipeline flows that make stalled deals immediately visible."
Pro tip: There's no formal "ramp seat" SKU. Workaround: start new hires on Core Seats ($50/$75) during ramp, promote them to Sales Seats ($100/$150) when they need sequences and forecasting.
A brief reference, since sales directors usually have to defend a CRM line item to finance:
| Tier | Sales Seat (annual) | Core Seat | Onboarding |
|---|---|---|---|
| Starter | $15/mo | $20/mo | $0 |
| Professional | $100/seat/mo | $50/seat/mo | $1,500 |
| Enterprise | $150/seat/mo | $75/seat/mo | $3,500 |
The Pro-to-Enterprise delta is $50/seat/month or $600/seat/year.
Pro customers commonly stack add-ons that Enterprise either includes or substitutes for:
Worked example, 25-seat team:
For most sales-led B2B orgs at 25+ seats, Enterprise is cheaper as a total stack — before you count governance value.
If you're new to a team or inheriting a HubSpot portal, run this sequence.
By day 90, you'll have a sales operation, not just a CRM.
HubSpot Sales Hub is the sales module of HubSpot's CRM platform. It includes pipeline management, forecasting, sequences and calling, playbooks, conversation intelligence, quotes, AI-assisted prospecting and coaching, and sales reporting — all running on the same contact, company, and deal records as the rest of HubSpot.
Both tiers include the Forecast tool, transcription, AI summaries, coaching playlists, and Breeze AI Forecasting (beta). Enterprise adds property-mapped playbook answers, nested teams with hierarchical forecast rollups, field-level permissions, tracked-term CI, predictive lead scoring, custom objects, Standard Sandbox, and SAML SSO. Pro caps you at 5 playbooks, 40 calculated properties, 100 custom reports, and 10 flat teams. Enterprise raises those to 5,000, 200, 500, and 300 nested respectively.
Yes. The pattern is 8 dual properties (one text + one 0–4 score per letter), a calculated meddpicc_total_score, and stage gates that require minimum scores at each transition. Property-mapped playbook answers (Enterprise) make it stick — on Pro, playbook content lives as unstructured notes and can't feed scoring.
Yes. Both Pro and Enterprise include call recording, transcription, AI summaries, and coaching playlists. Enterprise adds tracked-term keyword analytics, conversational enrichment for transcripts (beta), and conversation-powered deal-risk flags (beta).
Under 30 reps already on Enterprise — usually yes. Over 50 reps or for director-level scorecard coaching — usually not. HubSpot's 2025 updates narrow the gap on deal-risk flags but don't match Gong on granular coaching scorecards, trend dashboards across hundreds of calls, or explainable deal-health scoring.
HubSpot publishes no accuracy figure and labels Breeze AI Forecasting as beta. The 95% accuracy claim circulating online comes from vendor tools like Forecastio and MaxIQ. HubSpot's own KB: "Projections are estimates and are not guaranteed." Use it as a second opinion alongside rep-submitted commit.
The newer AI-built lead scores need 50 contacts with at least 25 converted and 25 non-converted. The legacy predictive model needs approximately 500 conversion events and 100+ closed deals (solutions-partner consensus). HubSpot doesn't publish a hard minimum.
Pro: 3,000 minutes/month, 3 numbers. Enterprise: 12,000 minutes/month, 5 numbers. Calling minutes are pooled across the account (changed in May 2024). Add-on packs are $50/month per 1,000 extra minutes. Heavy SDR teams (5+ dialing reps, 7 hours/day) typically need add-on packs or a layered tool like Aircall.
SAML SSO is Enterprise only. Protocols supported: SAML 2.0 and JWT. IdPs: Okta, Microsoft Entra ID, OneLogin, PingOne, Google, ADFS.
Spring 2026 Spotlight (April 14, 2026) added Smart Deal Progression, a rebuilt Prospecting Agent, role-aware Breeze Assistant, Smart Properties, and HubSpot AEO. Inbound 2025 added six new Breeze Agents (Closing, RFP, Company Research, Deal Loss, Call Recap, Customer Handoff), conversation-powered deal-risk flags, Meeting Notetaker, and AI Meeting Prep. Most are in beta.
That's the working reference for HubSpot Sales Hub for sales directors in 2026.
A few things to keep in mind:
For the broader picture on Sales Hub, see our HubSpot Sales Hub guide.
And if you want a second opinion on your portal — property model, methodology configuration, approval flows, or governance — get in touch with Superwork. We help B2B sales teams turn HubSpot into a forecasting and qualification system that holds.