Recued
← Back to recipes

Stale Deals Finder

by recued-core v1 action

Lists deals with no activity in the last N days, sorted by inactivity duration.

How it works

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 (2)

Configurable at install. Defaults shown — change anytime in the extension.

deal lookback days number = 365
inactivity threshold number = 14

Tags

hubspot dealhubspotstaleactivity

Details

8 steps 2 configurable settings recipe_id: list-stale-deals-hubspot

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy list-stale-deals-hubspot and paste it after pairing.