Follow-up Reminder
Checks if contact follow-up is overdue based on last activity date.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
contact
?
▼
Process (6 steps)
days_since_last_contact
date_diff
Calculate days between contact result properties notes last contacted and now
skip: step.contact.result.properties.notes_last_contacted is_null
followup_overdue_flag
any
Check if any of the conditions are true
checklist_label
switch
Map followup overdue flag to one of: true, false
formatted_contact_gap
template
Generate text from a template
skip: step.days_since_last_contact is_null
contact_gap_display
coalesce
Use the first available value from: formatted contact gap, never contacted
followup_status_checklist
to_checklist
Format results as an actionable checklist
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
hubspot
setting
=
reminder threshold days
number
=
14
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.