Sidekick Strategies
Events
Contact UsSchedule a Strategy Call
HubSpot updates comic hero background

HubSpot Updates

Public API for CRM Pipeline Rules in HubSpot

July 23, 2026

What This Update Actually Is

HubSpot has published a public API that gives you programmatic access to CRM pipeline rules. Before this update, those rules lived exclusively in the HubSpot UI. You could set them manually, but you couldn't read or write them from an external script, integration, or data tool.

The API covers five specific rule types:

  • Editing objects based on pipeline stage: control which fields can be changed at each stage
  • Stage creation restrictions: define who can add new stages and when
  • Backwards movement: enforce or allow deals moving to earlier stages
  • Stage skipping: prevent deals from jumping past required stages
  • Deal approval requirements: require sign-off before a deal advances to the next stage

One important caveat: this API is only available starting with HubSpot's 2026-09 API version. If your integration is pinned to an older version, it won't see these endpoints until you upgrade. You'll also need to enroll in the beta to access the full documentation.

Why HubSpot Shipped This

The external problem is simple: RevOps teams managing large or multi-team HubSpot portals often need to replicate pipeline rule configurations across environments, sync them with external governance tools, or automate setup during onboarding. None of that was possible programmatically.

The internal frustration is even more familiar. Humans responsible for HubSpot configuration know that one missed rule, one manually skipped approval stage, one rep moving a deal backwards without permission, adds up to dirty pipeline data and inaccurate forecasts fast.

By opening this API, HubSpot is acknowledging that pipeline governance is a systems problem, not just a settings problem. Mature RevOps orgs need their CRM configuration to be version-controlled, auditable, and deployable like any other piece of infrastructure.

How to Use It Step by Step

  1. Confirm your HubSpot tier. This API is available for Professional and Enterprise only. Starter and Free portals won't have access.
  2. Enroll in the beta. Go to the HubSpot product update page and enroll. The documentation link will activate once you're in.
  3. Upgrade your API version. Your integration or app must target the 2026-09 API version or later. Update your API version header in any existing HubSpot API calls.
  4. Authenticate with a private app token. Use a private app with the correct CRM pipeline scopes. Review the scopes required in the beta docs before you build.
  5. Retrieve existing pipeline rules. Make a GET request to the pipeline rules endpoint to pull your current rule configuration as structured data. Use this as your baseline before making any writes.
  6. Write or update rules programmatically. Use POST or PATCH to create or modify rules. Test in a sandbox portal first, especially for deal approval rules, since a misconfigured approval requirement can block your sales reps from advancing deals.
  7. Store your rule configuration in version control. Now that it's an API, treat it like code. Check your pipeline rule configs into Git alongside your other HubSpot automation scripts.

What It Touches in Your HubSpot Strategy

This update ripples into more of your stack than it first appears. Here's where it matters.

Deal Pipelines and Sales Process Integrity

Pipeline rules are the guardrails that keep your deal stages meaningful. If reps can skip stages or move deals backwards without accountability, your close date data and forecast numbers stop being trustworthy. This API lets you enforce those guardrails consistently across every pipeline, including ones created dynamically.

Key Takeaway

Any RevOps team managing more than two sales pipelines should export and version-control their pipeline rule configs as soon as this API is available to them. It's the fastest way to document what your governance model actually is.

Multi-Portal and Multi-Environment Setups

If your org runs a sandbox and a production portal, you've probably manually re-entered pipeline rules after testing. That creates drift. With this API, you can write a simple deployment script that pushes your validated rule set from sandbox to production in one shot.

This is also relevant for HubSpot partners managing multiple client portals. Consistent pipeline governance across clients is much easier when it's scriptable.

Integrations and External Governance Tools

If your sales ops workflow includes tools like Salesforce, a custom ERP, or a homegrown CRM layer on top of HubSpot, this API means pipeline rules can now be part of your bidirectional sync. Combine it with improvements like lead workflow rotation and distribution controls and you start building a RevOps automation layer that's genuinely system-of-record-worthy.

Key Takeaway

Humans building HubSpot integrations should plan to include pipeline rule reads in their audit scripts. Knowing what rules are active in a portal is now as easy as pulling a list of properties or workflows.

Reporting and Data Quality

Pipeline rules directly affect the quality of your deal stage data. When rules are applied inconsistently because someone reconfigured a pipeline manually and forgot to match the other three, your reports lie to you. Better governance here makes report drilldowns and pipeline analytics far more reliable.

Who Should Care Most

Not every HubSpot portal needs this right now. But these humans absolutely do.

  • RevOps leaders at Professional or Enterprise companies managing three or more pipelines who need consistent governance across all of them without manually checking each one.
  • HubSpot developers and technical admins building custom integrations who've been working around the lack of pipeline rule endpoints.
  • HubSpot Solutions Partners onboarding new clients who want to deploy standardized pipeline rule configurations at setup rather than clicking through settings one portal at a time.
  • Enterprise sales ops teams using deal approval workflows who need to audit, document, and periodically update those approvals without relying solely on manual UI changes.

If you're a solo HubSpot admin at a small company with one simple pipeline, this one can sit on the back burner for now.

George's Take

We talk to RevOps teams every week who are doing heroic manual work to keep their HubSpot pipeline configurations in sync across portals, environments, and integrations. This API is a small release note, but it signals something bigger: HubSpot is treating the CRM configuration layer like real infrastructure. When you can version-control your pipeline rules the same way you version-control your code, you stop having configuration drift and mysterious forecast problems. The humans who understand that will flourish with this. The ones who don't will keep chasing bad data.

When you can version-control your pipeline rules the same way you version-control your code, you stop chasing mysterious forecast problems and start trusting your data.
George B. Thomas

If you're thinking about where pipeline governance fits into a larger Revenue Hub strategy, our complete HubSpot Revenue Hub guide covers the full picture.

Ready to get your pipeline governance dialed in before this API hits general availability? Let's map it out together. Book a strategy call with the Sidekick team and we'll audit your current pipeline rules, identify where configuration drift is hurting your data, and build a plan to lock it down.

Frequently Asked Questions

What is the HubSpot public API for CRM pipeline rules?

It's a set of API endpoints, available starting with HubSpot's 2026-09 API version, that lets you read and write CRM pipeline rules programmatically. Rules covered include stage editing restrictions, backwards movement, stage skipping, stage creation limits, and deal approval requirements. It's available for Professional and Enterprise tiers only.

Which HubSpot tiers can use the pipeline rules API?

HubSpot's pipeline rules API is available for Professional and Enterprise tier portals. Starter and Free tier portals don't have access. You also need to enroll in the beta and use the 2026-09 API version or a later version for the endpoints to appear.

What pipeline rule types does the new API support?

The API supports five rule types: editing CRM objects based on pipeline stage, stage creation restrictions, backwards movement controls, stage skipping rules, and deal approval requirements. These are the same rules you'd configure manually in HubSpot's pipeline settings, now available via API.

How do I access the pipeline rules API documentation?

You need to enroll in the beta through HubSpot's product updates page first. Once enrolled, the documentation link activates and points you to the correct public API docs page. Your integration also needs to target API version 2026-09 or later for the endpoints to work.

Why would I use the pipeline rules API instead of just configuring rules in HubSpot?

The API is valuable when you manage multiple pipelines, multiple portals, or need to sync pipeline governance with external tools. It lets you version-control your configurations, deploy consistent rules across environments programmatically, and audit what rules are active without manually clicking through each pipeline's settings.

Does this API affect deal approval workflows already set up in HubSpot?

The API gives you programmatic read and write access to deal approval requirements as a pipeline rule. It doesn't replace HubSpot's existing approval workflow UI, but it does mean you can now manage and audit those approval configurations externally. Test all approval rule changes in a sandbox portal before pushing to production.

Comments

Join the conversation. Share what resonated, ask questions, or add your perspective.

Leave a Comment

We'd love to hear your thoughts. Your comment will appear after review.

Never shared publicly.

0/2,000

Related Resources

Sequence Task Associations: Auto-Link Tasks to Every Related RecordHubSpot Updates

Sequence Task Associations: Auto-Link Tasks to Every Related Record

HubSpot sequence tasks now auto-associate with contacts, companies, deals, and more. No manual linking. Here's what shipped, who gets it, and how to use it.

July 27, 2026

Set Expiration Dates and Limit Checkouts on Payment LinksHubSpot Updates

Set Expiration Dates and Limit Checkouts on Payment Links

HubSpot now lets you auto-expire payment links by date or checkout count. Learn how to use the new settings, who benefits most, and what changes in your revenue

June 30, 2026

Selective Sync for Salesforce Objects: Filter What Enters HubSpotHubSpot Updates

Selective Sync for Salesforce Objects: Filter What Enters HubSpot

HubSpot's selective sync for Salesforce lets you filter which objects enter your CRM. Learn what shipped, how to set it up, and who benefits most.

June 18, 2026

Abstract comic-style background

Ready To Talk?

Need Help Making Sense of HubSpot?

Sidekick Strategies helps your humans get the most out of every HubSpot update, feature, and tool. Let's make your portal work harder for you.