Outcome. The sales team sees a Slack message the moment a deal is marked Closed Won, so wins are visible in real time without opening the CRM.
Workflow mapEnrollment, branches and actions at a glance
flowchart TD
A[Deal stage changes to Closed Won] --> B{Amount > 0?}
B -->|no| Z[Exit, no alert]
B -->|yes| C[Send Slack message to #wins]
C --> D[Set reporting_alerts_notified = true]
When to use it / when not to
- Use it for real-time visibility on individual wins in a shared channel.
- Use it to keep non-CRM stakeholders (marketing, leadership) aware of revenue events without dashboard access.
- Do not use it for a periodic rollup of several wins in one message. See reporting-alerts-004 for the weekly digest variant.
- Do not treat this as your system of record. It is a notification, not a reporting export.



