Skip to content
Recued
Menu
← Back to recipes

Renewal Price Increase Draft

by recued-core v1

Generates price increase email draft with AI (toggle via enable_ai). Includes calculated increase %, configurable value justifications, and restored customer name.

How it works 12 steps

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

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.

Where it runs

Device + server Runs on your device (browser) or your server.

About

Tags

hubspot renewalpricingemailhubspotdeal

Details

12 steps 3 configurable settings recipe_id: compute-price-increase-draft-hubspot