Outcome. An account owner gets a task the moment an account's active seat usage crosses a set share of its purchased seats, turning a quiet usage number into a timed expansion conversation.
flowchart TD
A[Seat Utilization Percent >= 80%, not yet flagged] --> B[Set Seat Expansion Flagged = true]
B --> C[Create task for company owner]
C --> D[Notify company owner]
D --> E[Wait 30 days]
E --> F{Utilization now below 80%?}
F -->|Yes| G[Reset flag to false]
F -->|No| H[No action, stays flagged]

When to use it, when not to
- UseUse it on seat-based or license-based products where purchased and active counts are both tracked as properties on the company record.
- UseUse it as the detection layer that feeds renewal-expansion-014 (upgrade conversation task at the seat limit) with an earlier warning, at a lower threshold than the hard limit.
- SkipDo not use it on usage-based (consumption, API call) products; that pattern belongs with renewal-expansion-030 instead, since a call-volume spike is not the same signal as filled seats.
- SkipDo not use it if seat counts are not synced anywhere in HubSpot. This workflow reads two number properties; it does not calculate usage from an external system directly.
or the renewal and expansion 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.





