Recued
Menu
← Back to recipes

Account Tier Classifier

by recued-core v1 30 views

Classifies accounts into revenue/engagement tiers with grouped table output.

How it works 12 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
companies company-list-reader-hubspot
Fetch list reader from hubspot
Process (11 steps)
with_revenue filter
Filter by condition
valid_companies filter
Filter by condition
with_rev_flag map
Extract annual_revenue from each item
with_flags map
Extract engagement_score from each item
with_rev_str map
Extract is_high_revenue from each item
with_eng_str map
Extract is_high_engagement from each item
with_tier_key map
Extract from each item
with_tier map
Extract tier_key from each item
with_tier_order map
Extract tier from each item
sorted_accounts sort
Sort by
account_table to_table
Format results as a data table
Output
table account_table
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

tier1 revenue threshold number = 10000000
tier1 engagement threshold number = 70

Uses (1 ingredient)

Ingredient company-list-reader-hubspot company-list-reader-hubspot

About

Tags

hubspot accounttierrevenueengagementhubspot

Details

12 steps 2 configurable settings recipe_id: classify-account-tiers-hubspot