Skip to content
Recued
Menu
← Back to recipes

Smoke: Sales Augmentation pack end-to-end (HubSpot)

by recued-core v1

D-129 P9 live-sandbox smoke recipe (gated by RECUED_HUBSPOT_LIVE_SMOKE=1 — CI default-skips when unset; sandbox creds in docs/deploy.md). Confirms the Sales Augmentation pack producers (deal-velocity-signal-hubspot + deal-health-score-hubspot reactive) and the kernel housekeeping producer (lifecycle_stage_inferred from D-129 P6) all wrote at least one enrichment row each. Halts if any of the three topics is empty — substrate-broken signal: reactive trigger not firing, AI score producer choking, or housekeeping scheduler stalled. Renders per-topic counts; the alert recipes (surface-stalling-deals / notify-deal-closing-soon / surface-low-engagement-contacts / notify-new-inquiry-from-existing-customer) do not need direct smoke verification — their dispatch path is exercised by the recipe-corpus + d-129-phase-8-pack tests.

How it works 7 steps

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

Data fetch
velocity_rows ?
health_rows ?
lifecycle_rows ?
Process (4 steps)
velocity_count count
Count items in velocity rows entries
fail: step.velocity_count equal 0
health_count count
Count items in health rows entries
fail: step.health_count equal 0
lifecycle_count count
Count items in lifecycle rows entries
fail: step.lifecycle_count equal 0
card to_summary
Format results as a summary card
Settings 1 configurable

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

hubspot setting =

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.

Permissions it requires

Read your HubSpot connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.enrichment

About

Tags

hubspotsmoke

Details

7 steps 1 configurable settings recipe_id: smoke-pack-end-to-end-hubspot