Skip to content
Recued
Menu
← Back to recipes

Notify decaying engagement velocity (D-139)

by recued-core v1

Vendor-agnostic Layer-2 visible alert per spec § P6.A. Subscribes to bus events from BOTH connection.api.hubspot.deal AND connection.api.salesforce.opportunity updates; for each fired record reads the cross-vendor `engagement_velocity_signal` enrichment via `enrichment-list` with dynamic `{{context.event.payload.platform}}` scope. Dispatches a notification when velocity trajectory is `decaying` AND the deal/opportunity meta.amount snapshot exceeds the configurable amount floor (default 10,000). The amount is read from the substrate's platform-reference `meta` snapshot per D-128 — populated by the vendor reconciler at ingest time. Pairs with the Layer-1 `engagement-velocity-producer` re-emitter that ticks the topic on each deal touch — substrate-side housekeeping is the canonical compute path, and the alert reads whichever row is freshest (no authored_by filter).

How it works 7 steps

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

Data fetch
velocity_rows ?
Process (6 steps)
trajectory default
Apply default
amount default
Apply default
deal_name default
Apply default
should_skip any
Check if any of the conditions are true
notify ?
skip: step.should_skip equal true
card to_summary
Format results as a summary card
Settings 2 configurable

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

channels setting = in_app
amount floor setting = 10000

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

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

Data it touches

Warehousedata.connectiondata.enrichment

About

Tags

crmhubspotsalesforcedealengagementvelocityalertreactivecross_vendor

Details

7 steps 2 configurable settings recipe_id: notify-engagement-velocity-decaying