Outcome. The sales channel gets a Slack message the moment a deal that was previously Closed Lost moves back into an open stage, so a reactivated opportunity is visible without someone noticing it by chance in a pipeline view.
flowchart TD
A[Deal stage changes to Closed Lost] --> B[Set deal_was_closed_lost = true]
C[Deal stage changes to an open stage] --> D{deal_was_closed_lost = true?}
D -->|no| Z[Exit, ordinary progression]
D -->|yes| E[Send Slack: deal reactivated]
E --> F[Set deal_was_closed_lost = false]

When to use it, when not to
- UseUse it on a portal where lost deals occasionally get reopened, a prospect comes back, a budget frees up, and the team wants immediate visibility rather than finding out at the next pipeline review.
- UseUse it to trigger a manual sanity check on reactivated deals, confirming the reopening was intentional and not a misclick.
- SkipDo not use it if deal reactivation is a routine, high-volume part of this portal's sales motion (for example a subscription renewal pattern that naturally reopens deals); in that case the alert becomes routine noise rather than a meaningful flag.
- SkipDo not treat this as a data-quality check on WHY the deal was reactivated; it only flags THAT it happened.
or the reporting and alerts pack, 39 EUR
One-time, excl. VAT. 30-day refund, no questions asked. Founding prices until 31 October, then 199 and 59 EUR. Includes every spec added later, up to the full 500, and the one-click installer on the full library. Building on client portals? The agency licence at 449 EUR covers unlimited client portals.





