Renewal Price Increase Draft
Generates price increase email draft with AI (toggle via enable_ai). Includes calculated increase %, configurable value justifications, and restored customer name.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
deal
?
contacts
?
▼
Process (10 steps)
guard_missing_deal
guard
Stop if deal result properties is empty
guard_null_contract_value
guard
Stop if deal result properties current contract value is missing
guard_non_positive_contract_value
guard
Stop if deal result properties current contract value is at most
guard_null_proposed_price
guard
Stop if deal result properties proposed price is missing
increase_pct
math
Calculate: ({{step.deal.result.properties.proposed_price}} - {{step.deal.result.properties.current_contract_value}}) / {{step.deal.result.properties.current_contract_value}} * 100
guard_negative_increase
guard
Stop if increase pct is less than
customer_name
coalesce
Use the first available value from: contacts 0 company, Valued Customer
ai_input
pick
Keep only specific fields from
email_draft
?
skip: config.enable_ai equal false
final_output
coalesce
Use the first available value from: email draft content, AI generation disabled. Enable 'enable_ai' to generate personalized draft.
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
hubspot
setting
=
enable ai
toggle
=
on
value wins
choice
=
Reliability
(Reliability, Dedicated support, Feature X)
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.