Outcome. The deal owner and their manager both get an immediate notification the moment a deal is marked Closed Won, so wins get recognized and downstream teams find out without waiting for a manual update.
flowchart TD
A[Deal stage = Closed Won] --> B[Notify owner]
B --> C{Manager property known?}
C -->|yes| D[Notify manager]
C -->|no| E[Create task: fix missing manager field]

When to use it, when not to
- UseUse it as the simplest possible win-visibility workflow, one trigger, two notifications, nothing else.
- UseUse it as a base you extend later with a Slack action or a handoff task (see deal-hygiene-023 and deal-hygiene-030) once the simple version is stable.
- SkipDo not use it as your only Closed Won automation if you also need a CS handoff or invoicing kickoff, those are separate fiches with their own criteria and should not be crammed into this one.
- SkipDo not use it if "manager" has no clean data source in your portal yet, the manager notification step will silently fail to resolve a recipient (see Known pitfalls).
or the deal hygiene 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.



