Recued
Menu
← Back to recipes

Contact Interaction Summary

by recued-core v1 17 views

Shows days since last email/call/meeting and total interactions in the last 90 days.

How it works 17 steps

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

Data fetch
contact contact-reader-hubspot
Fetch reader from hubspot
activities contact-activities-hubspot
Fetch activities from hubspot
Process (15 steps)
check_contact guard
Stop if contact is missing
emails filter
Filter by condition
calls filter
Filter by condition
meetings filter
Filter by condition
sorted_emails sort
Sort by
skip: step.emails is_empty
last_email_array slice
Take a subset of
sorted_calls sort
Sort by
skip: step.calls is_empty
last_call_array slice
Take a subset of
sorted_meetings sort
Sort by
skip: step.meetings is_empty
last_meeting_array slice
Take a subset of
days_email date_diff
Calculate days between last email array 0 timestamp and now
skip: step.last_email_array is_empty
days_call date_diff
Calculate days between last call array 0 timestamp and now
skip: step.last_call_array is_empty
days_meeting date_diff
Calculate days between last meeting array 0 timestamp and now
skip: step.last_meeting_array is_empty
total_count count
Count items in activities
summary to_summary
Format results as a summary card
Output
summary summary
Settings 1 configurable

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

lookback days number = 90

Uses (2 ingredients)

Ingredient contact-reader-hubspot contact-reader-hubspot
Ingredient contact-activities-hubspot contact-activities-hubspot

About

Tags

Details

17 steps 1 configurable settings recipe_id: summarize-contact-interactions-hubspot