Pulse - Value AddedPULSEValue Added
← Library
Knowledge Library · Reviews
Powered by Pulse — Value Added. The #1 source of truth in revenue operations. Find the bottleneck. Fix the pipeline. Win the quarter.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems in 2027?

Curated by · Fractional CRO · Maryland
pulserevops.com
✓
Quality
Certified
KnowledgeHow do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems in 2027?
📖 5,383 words🗓️ Published Aug 25, 2026
Direct Answer

Log every close-date push as a discrete slip event with old date, new date, stage, deal age, and a mandatory reason code, then derive a type from that code plus history. Forecast inaccuracy shows as knowable-in-advance reasons on thin deals; AE optimism shows as quarter-end clustering; structural problems show as slips concentrated in one stage.

The Tuesday morning that exposes the problem

It is the first Tuesday after quarter close. The pipeline report says eleven deals worth $2.4M moved out of Q3 into Q4. The CRO wants to know what happened. The VP of Sales pulls the report and it has exactly one useful column: a count. Eleven slips. Every one of them looks identical in the system — a close date that used to say September 30 and now says October 31 — and every one of them is going to get the same treatment on the forecast call, which is a rep explaining why, a manager nodding, and a new date getting typed in.

Here is what is actually inside those eleven deals, and it is three completely different problems wearing the same costume.

Four of them were never going to close in September. No new information arrived in the third week of the month. Nothing changed about the buyer, the budget, or the competitive field. The rep put a September date on a deal that had no proposal sent and no economic buyer meeting logged, because the quarter needed coverage and a September date made the coverage math work. The deal is probably fine — it may well close in November — but the *forecast* was fiction from the moment it was entered. That is forecast inaccuracy: a modeling failure, correctable with better stage gates and better date-setting practice.

Three of them are AE optimism, which is a related but genuinely distinct thing. In these deals the rep did the discovery, did meet the buyer, did have a real read on the process — and then systematically shaded every judgment call toward the optimistic end. The buyer said "probably end of the quarter, maybe early next" and the rep heard "end of the quarter." Procurement said "typically four to six weeks" and the rep dated the deal at four. The pattern only becomes visible in aggregate: this rep's deals slip 8 to 20 days, over and over, in the same direction, and every individual slip has a plausible story. Forecast inaccuracy is a *knowledge* gap; optimism is a *calibration* bias. You fix the first with process and the second with feedback about the person's own historical error distribution.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 1

Three of them hit real, structural walls. One got frozen by a security review nobody scoped because the product now touches customer PII and the security questionnaire adds five to seven weeks in regulated accounts. One died in a legal redline loop because the MSA has a liability cap the company will not move and every enterprise buyer fights it. One waited eleven days for a discount approval because the approval matrix requires a VP signature and that VP was on PTO with no delegate. None of those three is a rep problem. All three are the *company's own process* generating delay, and they will regenerate it on the next deal, and the deal after that, until someone fixes the gate itself.

The distinction is the whole game because the correct response to each is different and, worse, applying the wrong one is actively harmful. Coach the rep whose deal died in your own legal queue and you teach a good AE that surfacing real risk gets them lectured — so they stop surfacing it. Fix the legal queue in response to a rep who simply mis-dated a deal and you spend a quarter of engineering and legal effort on a non-problem while the actual mis-dating continues. An undifferentiated slip count gives every manager in the org a coin flip, and they call it wrong roughly half the time.

How the classification mechanism actually works

The system has four layers, and each one exists to strip ambiguity out of the layer below it.

Layer one: capture the event, not the state. The fatal design mistake is tracking the current close date. The current close date tells you nothing — it is the *history* of close dates that carries the diagnosis. Every time the close date moves into a later forecast period, write an immutable child record. In Salesforce this is a Slip_Event__c object hanging off Opportunity, written by a record-triggered Flow on the CloseDate field. The record captures: old date, new date, days slipped, old forecast period, new forecast period, stage at the moment of the slip, days in current stage, total deal age, forecast category at slip, amount at slip, sequence number (is this the first re-date or the fourth), the user who made the change, and the exact timestamp. All of that is computed automatically — none of it depends on a human remembering anything.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 2

Twelve to fifteen fields sounds heavy. It is not, because only one of them is manual. Everything else the Flow derives from the record it already has in hand. And each field earns its place: a slip out of Negotiation at day 90 of a deal is a categorically different animal from a slip out of Discovery on day 12, and without stage-at-slip and days-in-stage you cannot tell them apart six weeks later when you are running the analysis.

Layer two: the reason code, and the knowability flag that makes it useful. The reason code is the one human input and it has to be a short, enforced, mutually exclusive picklist — seven to nine options, never free text. Free text produces "pushed," "timing," "Q4 now," and a dataset with zero analytic value. Seven to nine is the sweet spot: fewer and reps cram unlike things into one bucket, more and the same situation gets coded three different ways by three different reps.

But the reason code alone does not separate the three problems, and this is where most implementations stop and fail. "Legal/procurement delay" could be any of the three. If the deal has been in legal for six weeks because your MSA liability cap is unmovable — structural. If the rep knew procurement typically takes six weeks and dated the deal at four anyway — optimism. If the rep never asked whether there *was* a procurement process — inaccuracy. Same code, three diagnoses.

The resolver is a single mandatory companion field: "Was this knowable at the last forecast submission? Yes / No." One click. It splits the reason code into its knowable and unknowable halves and the classification falls out almost mechanically. Knowable-and-not-accounted-for on a thin deal is inaccuracy. Knowable-and-under-estimated on a well-qualified deal is optimism. Not-knowable-and-caused-by-our-own-process is structural. A reason code without the knowability flag is roughly half a signal.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 3

Layer three: derive the type — never let a human hand-enter it. The type is computed from reason code, knowability flag, deal-quality evidence at time of slip, and slip sequence number. Hand-entering the type invites the rep to self-diagnose, and nobody codes their own deal as "I was optimistic."

Layer four: route. Each type has exactly one default response. Inaccuracy routes to stage-criteria enforcement. Optimism routes to a calibration conversation built on the rep's own historical error distribution. Structural routes to a RevOps process-fix ticket with the cycle-time cost attached. Chronic re-dating routes to a scripted commit-or-kill call.

One more capture problem the date-change trigger will never catch: the deal that goes dark without moving its date. No close-date change fires, so no slip event is written, and a deal sits at a close date now three weeks in the past while nobody touches it. That needs a separate scheduled detector — a nightly job flagging any late-stage opportunity whose close date is in the past, or any late-stage opportunity with no logged activity in 21 days. Those flags feed the same log with a synthetic reason code of "stale — never re-dated," and in most pipelines they surface a meaningful chunk of the fiction that the date-change trigger structurally cannot see.

The numbers that make each signature readable

Classification only works if you know what each pattern looks like numerically. These are the shapes to look for; calibrate the exact thresholds against your own historical data before enforcing anything, because segment and deal size move them substantially.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 4

Slip rate baseline. Measure it as slipped deals divided by deals that carried a close date in the period. Enterprise pipelines run materially higher than SMB because there are simply more gates — procurement, security, legal, finance — each of which can independently add weeks. What matters is not the absolute number but the *stability* of it. A slip rate that holds within a few points quarter over quarter is a calibrated org even if the level is high. A slip rate that jumps ten-plus points in a quarter is a signal that something changed structurally: a comp plan, a stage definition, a competitor, or a market.

Magnitude bands separate the three problems better than frequency does. Sort your slips by days-slipped and the distribution is usually trimodal. Short slips in the roughly 5-to-20-day band are the optimism signature: the rep was directionally right and shaded the estimate. Medium slips in the 21-to-60-day band, especially when they cluster in one stage, are the structural signature: a fixed-duration gate that nobody scoped into the date. Long slips — a full period or more — on deals with thin evidence are the inaccuracy signature: the date was not an estimate at all, it was coverage math. A rep whose slips average 12 days and a rep whose slips average 70 days need completely different conversations, and a raw slip count puts them in the same row.

Directional bias is the definitive optimism test, and it is one number. For each rep, compute signed forecast error — actual close date minus forecast date — across every closed deal for the last four to six quarters. A calibrated forecaster's errors scatter roughly symmetrically around zero: some deals close early, some late, and the mean lands close to zero even when individual errors are large. An optimistic forecaster's errors are almost all positive. The diagnostic is the ratio: if 85 or 90 percent of a rep's dated deals close later than forecast rather than something near half, that is not variance, that is bias. And bias is correctable in a way that variance is not — you can tell a rep "your median deal closes 18 days after you say it will, so add 18 days," and their accuracy improves immediately without any change in skill. Twenty to thirty closed deals is roughly the minimum before the number means anything; below that you are reading noise.

Timing distribution catches the deals held in-period. Bucket each rep's slips by when in the period the re-date happened. Honest re-dating occurs when the new information arrives, which is randomly distributed. If a rep's re-dates land disproportionately in the final few days of the quarter, that is not information arriving — that is a deal being held in-period as long as possible and dumped once the quarter was mathematically lost. Compare each rep's last-week share against the team's, and flag anyone running far above it.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 5

Structural signatures show up as concentration, not distribution. Run slip volume by the stage the deal slipped out of. In a healthy pipeline slips distribute roughly in proportion to how many deals sit in each stage. When one stage produces a wildly disproportionate share — say half your slips come out of a stage holding a fifth of your deals — that stage's exit criteria are broken, and no amount of rep coaching will move the number. Same test on reason code: if one code accounts for a large share of slip *days* org-wide, cutting across every rep and every segment, you have found a company process problem, not a selling problem. The tell that separates structural from rep-level is always the same — it does not correlate with rep. If your top performer and your bottom performer both lose three weeks to the same security questionnaire, the questionnaire is the problem.

Attach dollars and days to every structural finding. "Security review adds five weeks" is an observation nobody funds. "Security review appears on 30 percent of enterprise deals, adds a median of five weeks each, and delayed $1.8M of recognized revenue by an average of 34 days last quarter" is a business case. Multiply affected deal count by median days added by average deal value, and you have converted a slip report into a number a CFO will act on. This is the single highest-leverage output of the whole system, because structural fixes compound — fix the approval matrix once and every future deal gets faster, whereas coaching one rep helps one rep.

Chronic re-dating threshold: three. Once is normal. Twice deserves a glance. Three separate pushes means the deal is being kept on the forecast because removing it is uncomfortable. Three is also the threshold that defeats reason-code gaming: a rep can pick a clean, individually defensible code every single time — legal, then customer timing, then budget cycle — but the sequence number does not care what the reasons were.

Trade-offs, and what to build instead

Every design decision here has a real cost, and pretending otherwise produces systems that get abandoned in a quarter.

Required reason codes versus adoption. Enforcing the code with a validation rule that blocks the save is the only way to get complete data — optional fields on a rep-facing object trend toward mostly blank, and a classification engine with half its inputs missing produces confident nonsense. But hard-blocking a save creates friction at exactly the moment a rep is trying to keep their CRM honest, and friction at that moment is how you train people to stop re-dating at all. The mitigation is to make the required input genuinely small: one picklist, one yes/no radio, in the same screen, no free text required. Under ten seconds. And enforce it *only* on pushes into a later period — intra-period date adjustments save freely, which is most of the friction gone.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 6

Buy versus build. Revenue-intelligence platforms — Clari, Gong, BoostUp, Aviso and others in the category — capture field-change history automatically, build time-series views of how the forecast moved week over week, and in the conversation-intelligence cases read call and email content for risk signals a CRM field will never show. That is real capability and it is expensive to build. What none of them do is decide *your* taxonomy or supply the knowability flag, because that is a judgment about your business, not a data problem. An org that buys a platform without first defining what it means by inaccuracy, optimism, and structural gets a much prettier dashboard of an undiagnosed problem. Build the taxonomy and the reason codes first, on native objects, for one or two quarters. Then buy the platform to accelerate a system you already understand.

Five types versus three. The question asks for three distinctions, and you could stop there. In practice two more categories earn their place: genuine external shocks — champion departs, budget freezes, a competitor re-enters — are neither a rep failure nor your process failure, and folding them into any of the three poisons the data. And chronic re-dating is a pattern that no single-slip classification can express, since each individual re-date may be legitimately typed while the sequence is the actual signal. Going past five or six is where it breaks down: more types means more edge cases, more inconsistent coding, and a taxonomy nobody can hold in their head during a forecast call.

Automated derivation versus manager judgment. Deriving the type mechanically gives consistency, which is the entire point — the same slip should classify the same way regardless of which manager looks at it. But mechanical rules misfire on genuinely ambiguous cases, and a manager who watched the deal all quarter often knows something the fields do not contain. Resolve it with a default-plus-override: the system derives the type automatically, the manager can override it, and every override is logged with a reason. Then audit the override rate. A few percent is healthy. Twenty percent-plus means your derivation rules are wrong and the overrides are telling you exactly how.

Two decoupled axes versus one score. It is tempting to roll everything into a single "slip health" number. Resist it, because the two questions are different. The rep scorecard answers "which of my people needs which conversation." The deal risk score answers "which of my open deals do I inspect this week." Collapsing them recreates at the deal level the exact conflation the system was built to eliminate — a deal can be high-risk without ever having slipped, and a deal can slip once for a legitimate customer-driven timing change and remain perfectly healthy.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 7

Pitfalls that quietly kill the system

Treating slippage as a discipline problem before checking the structural cut. This is the most expensive error in the list. If the same reason code appears across every rep at similar rates, you have a process problem and every hour spent coaching is wasted. Always run the correlate-with-rep test before assigning any slip to a person. The structural cut is cheap to run and it protects you from a full quarter of misdirected effort.

Punishing the honest re-date. If a slip reliably produces a public dressing-down, reps do not slip less — they stop *recording* slips. They leave the dead date in place until the last possible hour, pick the most face-saving code available, and batch their re-dates at quarter-end so the individual slips are less visible. Every one of those behaviors corrupts the exact dataset the system depends on. The design principle: a rep who re-dates the day the champion leaves must have a demonstrably better experience than a rep who hid it for six weeks. If the reverse is true even once, in public, you have trained the room.

Free-text reason codes. Covered above, but it bears repeating as a pitfall because it is what teams reflexively build. A text field feels flexible and generous. It produces a column of unaggregatable strings and a system that cannot classify anything.

Coding optimism as inaccuracy. These blur constantly and the consequences of confusing them are real. Inaccuracy means the rep did not have the information. Optimism means they had it and shaded it. Coaching a systematically optimistic rep on discovery technique is useless — their discovery is fine. What they need is their own signed-error distribution shown back to them and a mechanical correction: "your median deal lands 18 days late, so add 18 days." The knowability flag plus deal-evidence check is what keeps these two separate.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 8

Letting the system become its own bureaucracy. If reps spend more than about ten seconds per slip, or if the forecast call turns into a taxonomy debate, the overhead has eaten the value. The output that matters is a small number of routed actions per week — a handful of coaching conversations, a couple of deal inspections, and one or two process tickets. If the system is generating more classification work than routed action, cut fields until it stops.

No feedback loop back to reps. Most systematically optimistic AEs genuinely do not know they are optimistic — the bias is invisible from inside any single deal and only appears in aggregate. Showing a rep their own two-year error distribution is frequently the entire intervention; self-recognition does most of the work that coaching gets credit for. Publish each rep their own numbers quarterly.

Never re-baselining the forecast against the log. The slip event log is a calibration dataset, and letting it sit unused is the biggest missed return. Once you have a few quarters of history, compute the empirical hit rate of each forecast category by segment and apply it as a haircut rather than trusting the category label at face value. A Commit category that historically converts at three-quarters should be forecast at three-quarters, not at one hundred percent.

Skipping the staleness detector. Worth flagging twice because it is the most common structural gap in these builds. A close-date trigger only fires when someone changes a close date. The deals that go quiet and are never touched are invisible to it, and those are frequently the sickest deals in the pipeline. A nightly scheduled job on past-dated late-stage opportunities and on activity gaps in late stages is a small amount of work that closes a large blind spot.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 9

Building the tracking without the stage gates. A meaningful share of what gets called slippage is not a slippage problem at all — it is a staging problem. A deal that "slipped out of Negotiation" was frequently never in Negotiation; it was pushed there because the coverage math needed it. The tracking system is the diagnostic that reveals which stages have soft entry criteria; validation rules that block advancement without the required evidence are the cure. Tracking alone treats the symptom.

Who owns each fix once the system is running

The classification is worthless if every type routes to the same person, and this is where implementations most often stall out — a beautiful taxonomy feeding a single inbox.

Forecast inaccuracy is jointly owned by sales ops and the front-line manager. Sales ops owns the mechanism: explicit, evidence-based stage-entry criteria enforced with validation rules, so a deal cannot reach Commit without a sent proposal, a logged economic-buyer meeting, and a documented mutual close plan. The manager owns the enforcement in the pipeline review. Neither works alone — validation rules without a manager who inspects get worked around, and a manager without validation rules is arguing about definitions every week.

AE optimism is owned by the front-line manager, exclusively, and it is a calibration conversation rather than a performance one. The manager's job is to show the rep their own signed-error distribution, agree on a correction factor, and check it next quarter. Framing matters enormously: optimism is not a character flaw and treating it as one guarantees the rep games the next set of dates. It is a measurement bias, it is visible in the data, and it is mechanically correctable. Reps who are told "you're too optimistic" get defensive; reps shown "your last 24 deals closed a median of 18 days after your forecast date" usually just start adding 18 days.

How do you build a tracking system for deal slippage that distinguishes between forecast inaccuracy, AE optimism, and structural process problems — figure 10

Structural process problems are owned by RevOps and nobody else, because they are the only function positioned to work across legal, security, finance, and the pricing desk. This is where the slip log stops being a sales-management tool and becomes a company-operations tool. RevOps takes the aggregated finding — code, affected deal count, median days added, revenue delayed — and drives the fix: a pre-approved security questionnaire response library, a standing MSA fallback position legal has pre-blessed, a delegate rule so approvals cannot stall on one person's PTO, a discount matrix that pushes routine approvals down a level. Each of those is a one-time fix that permanently removes days from every future deal, which is exactly why structural findings deserve the most senior attention even though they are the smallest share of slip volume.

Genuine external risk is owned by the manager with executive escalation for large deals, and the operative rule is that the rep is supported rather than coached. Nothing was done wrong. What the deal needs is multi-threading to rebuild coverage after a champion loss, or an executive-to-executive call to unstick a frozen budget conversation.

Chronic re-dating is owned by the manager because it requires authority the system does not have — specifically the authority to pull a deal off the forecast. The conversation is scripted and binary: produce a dated path to close within the next period with named steps, named stakeholders, and named dates, or the deal moves to long-term nurture and stops counting toward anyone's number. The deal stays alive as a relationship; it stops polluting the forecast. Chronic re-daters are usually the single largest source of forecast noise in a mid-size pipeline, and automated detection at three re-dates is the highest-return piece of the entire build.

Reporting upward follows the same decomposition. A raw slip rate presented naked either triggers panic or gets ignored. The board-ready framing is always three parts: the level, the trend, and the split. "Slip rate is X percent, down N points quarter over quarter, and the mix moved from inaccuracy-heavy toward structural — which means our stage gates are working and our next fix is the security review queue." A leadership team that sees the split understands something genuinely actionable: an inaccuracy-heavy or optimism-heavy slip rate is largely within the company's control and fixable with process and coaching, while a structurally-heavy or externally-driven one may mean the next forecast needs a bigger haircut regardless of how well anyone sells.

Related questions

How long before the classifications are trustworthy?

Roughly two full quarters. The first quarter produces messy reason codes as reps learn the picklist and the derivation rules misfire on edge cases. Audit override rates at the end of that quarter, fix the rules, and the second quarter's data is usually reliable enough to coach and to re-baseline the forecast against.

Should intra-period date moves count as slips?

No. A date moving from March 15 to March 28 does not change your number, and counting it inflates slip rate with noise while penalizing reps for keeping their CRM current. Log it as a low-weight intra-period adjustment, exclude it from slip rate, and save the enforced reason code for real pushes.

What if reps game the reason codes?

Three defenses. The knowability flag makes a gamed code internally inconsistent with the deal record. The sequence-number detector at three re-dates ignores reason codes entirely. And a capped "Other" bucket — if it exceeds roughly ten percent of slips, the picklist is missing a code — surfaces the escape hatch reps reach for when none of the real options fit.

Can this run without a revenue-intelligence platform?

Yes. A record-triggered Flow, one custom object, a validation rule, and a scheduled staleness job cover the entire mechanism on native Salesforce. Platforms add automatic capture, conversation-derived risk signals, and forecast time-series — real value, but accelerants on a taxonomy you still have to define yourself.

Which type should we fix first?

Structural, almost always. It is usually the smallest share of slip volume and the largest share of recoverable days, and the fix is one-time rather than per-rep. Removing weeks from a legal or security gate helps every future deal permanently, while coaching improves one person's forecasting.

FAQ

What is the actual difference between forecast inaccuracy and AE optimism?

Inaccuracy is a knowledge gap — the rep did not have the information needed to date the deal correctly, usually because discovery was incomplete or the deal was staged ahead of its evidence. Optimism is a calibration bias — the rep had the information and consistently shaded interpretation toward the favorable end. Inaccuracy is fixed with process and stage gates; optimism is fixed by showing the rep their own historical signed-error distribution and agreeing on a correction. The knowability flag plus a check on what evidence existed at the moment of the slip is what separates them in the data.

How do you prove a slip is structural rather than a rep problem?

Test whether it correlates with rep. Pull every slip carrying the same reason code and check the distribution across the team. If the code appears at similar rates for your strongest and weakest forecasters, the cause is not the person — it is a gate the company owns. Then quantify it: affected deal count times median days added times average deal value gives you the revenue-delay number that funds the fix.

Why require a knowability flag when you already have a reason code?

Because the same reason code maps to different diagnoses. "Legal delay" is structural if your MSA reliably triggers redlines, optimism if the rep knew legal takes six weeks and dated at four, and inaccuracy if nobody ever asked whether legal was involved. One yes/no click resolves the ambiguity that the code alone cannot, and it costs the rep about two seconds.

What is the right number of reason codes?

Seven to nine, mutually exclusive, enforced, plus a capped "Other." Fewer and unlike situations get crammed into the same bucket. More and the same situation gets coded differently by different reps, which destroys aggregation. Dependent picklists help further — a deal in Discovery should not be offered "procurement delay," because it has no procurement in flight.

Does this system reduce slippage?

Indirectly, and not by itself. Tracking sorts slips; it does not prevent them. Reduction comes from what the tracking reveals — tighter stage-entry criteria stop premature staging, calibration feedback corrects optimistic dating, and structural fixes remove fixed-duration gates from the cycle. Expect the visible slip rate to rise briefly at launch as hidden slips surface, then fall as the fixes land.

How much rep time does this actually cost?

Under ten seconds per slip if designed correctly: one picklist selection and one yes/no click, only on pushes into a later forecast period, with everything else auto-captured by the Flow. If reps are spending more than that, or if the forecast call becomes an argument about taxonomy, the design has too many fields and you should cut until it stops.

Sources

flowchart TD S["How do you build a tracking system for"] S --> N0["The Tuesday morning that exposes the p"] N0 --> N1["How the classification mechanism actua"] N1 --> N2["The numbers that make each signature r"] N2 --> N3["Trade-offs, and what to build instead"]
flowchart LR C["How do you build a tracking system for"] C --> H0["The numbers that make each signature r"] C --> H1["Trade-offs, and what to build instead"] C --> H2["Pitfalls that quietly kill the system"] C --> H3["Who owns each fix once the system is r"]

Related on PULSE

Download:
Was this helpful?  
Sources cited
help.salesforce.comSalesforce — Field History Tracking documentationhelp.salesforce.comSalesforce — Record-Triggered Flows documentationclari.comClari — Pipeline and forecast-change analytics
This page will be disappearing soon.
Download the whole page as a PDF to keep — just $1.
⌬ Apply this in PULSE
Free CRM · Revenue IntelligenceAudit pipeline, score reps, ship the fix