Contact Activity Summary
Shows days since last email/call/meeting and recent interaction count.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
activities
?
▼
Process (16 steps)
emails
filter
Filter by condition
calls
filter
Filter by condition
meetings
filter
Filter by condition
latest_email
max_by
Find the maximum by timestamp
skip: step.emails is_empty
latest_call
max_by
Find the maximum by timestamp
skip: step.calls is_empty
latest_meeting
max_by
Find the maximum by timestamp
skip: step.meetings is_empty
days_since_email_raw
date_diff
Calculate days between latest email timestamp and now
skip: step.emails is_empty
days_since_call_raw
date_diff
Calculate days between latest call timestamp and now
skip: step.calls is_empty
days_since_meeting_raw
date_diff
Calculate days between latest meeting timestamp and now
skip: step.meetings is_empty
days_since_email_display
coalesce
Use the first available value from: days since email raw, Never
days_since_call_display
coalesce
Use the first available value from: days since call raw, Never
days_since_meeting_display
coalesce
Use the first available value from: days since meeting raw, Never
activities_with_days
map
Extract timestamp from each item
recent_activities
filter
Filter by condition
interactions_count
count
Count items in recent activities
summary_card
to_summary
Format results as a summary card
Settings
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.