Recued
Menu
← Back to recipes

Stale Deals Finder

by recued-core v1 19 views

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

How it works 8 steps

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 2 configurable

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

About

Tags

hubspot dealhubspotstaleactivity

Details

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