Stale Deals Finder
Lists deals with no activity in the last N days, sorted by inactivity duration.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
deals
deal-list-reader-hubspot
Fetch list reader from hubspot
▼
Process (7 steps)
check
guard
Stop if deals is empty
active_deals
filter
Filter by condition
enriched_deals
map
Extract last_activity_date from each item
stale_deals
filter
Filter by condition
sorted_stale
sort
Sort by
summary_metrics
to_summary
Format results as a summary card
stale_table
to_table
Format results as a data table
▼
Output
summary
summary_metrics
table
stale_table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
deal lookback days
number
=
365
inactivity threshold
number
=
14
Uses (1 ingredient)
Ingredient
deal-list-reader-hubspot
deal-list-reader-hubspot