Skip to content
Recued
Menu
← Back to recipes

Contact Activity Metrics

by recued-core v1

Computes days since last email/call/meeting and recent interaction count for contact view.

How it works 20 steps

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

Data fetch
activities ?
Process (19 steps)
emails filter
Filter by condition
sorted_emails sort
Sort by
days_since_email_raw date_diff
Calculate days between sorted emails 0 timestamp and now
skip: step.emails is_empty
days_since_email_display template
Generate text from a template
skip: step.emails is_empty
days_since_email_final coalesce
Use the first available value from: days since email display, Never
calls filter
Filter by condition
sorted_calls sort
Sort by
days_since_call_raw date_diff
Calculate days between sorted calls 0 timestamp and now
skip: step.calls is_empty
days_since_call_display template
Generate text from a template
skip: step.calls is_empty
days_since_call_final coalesce
Use the first available value from: days since call display, Never
meetings filter
Filter by condition
sorted_meetings sort
Sort by
days_since_meeting_raw date_diff
Calculate days between sorted meetings 0 timestamp and now
skip: step.meetings is_empty
days_since_meeting_display template
Generate text from a template
skip: step.meetings is_empty
days_since_meeting_final coalesce
Use the first available value from: days since meeting display, Never
activities_with_days map
Extract timestamp from each item
recent_activities filter
Filter by condition
interactions_90d count
Count items in recent activities
metrics to_summary
Format results as a summary card
Settings 2 configurable

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

hubspot setting =
recent window days number = 90

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 contactactivityengagementhubspotmetrics

Details

20 steps 2 configurable settings recipe_id: compute-contact-activity-metrics-hubspot