Recued
Menu
← Back to recipes

Meeting prep brief

by recued-core v1 11 views

Use “Meeting prep brief” in Recued. Prep for your next meeting: attendees, the prep notes and related mail threads Recued already computed for that event, and each attendee's interaction history. Returns a summary, tables, and raw rows.

How it works 41 steps

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

Process (41 steps)
event_id default
Apply default
has_event compare
Check if event id has data
source_id default
Apply default
has_source_id compare
Check if source id has data
event_summary default
Apply default
event_start_at default
Apply default
event_start_text date_format
Format as a date
event_location default
Apply default
event_organizer default
Apply default
event_description default
Apply default
full_event ?
skip: step.has_source_id not_equal true
attendees default
Apply default
attendee_count count
Count items in attendees
attendees_table to_table
Format results as a data table
prep_notes_raw ?
skip: step.has_event not_equal true
prep_notes default
Apply default
defaults defaults
Apply defaults
prep_analysis merge
Combine objects together
related_raw ?
skip: step.has_event not_equal true
related_entries default
Apply default
related_threads default
Apply default
related_count count
Count items in related threads
related_table_last_message_text_dated map
Extract last_message_at from each item
related_table to_table
Format results as a data table
attendee_timelines ?
attendee_history map
Extract from each item
attendee_history_table_last_interaction_text_dated map
Extract last_interaction from each item
attendee_history_table to_table
Format results as a data table
today_window date_period
Apply date_period
today_start_ms date_parse
Parse today window start as a date
today_end_ms date_parse
Parse today window end as a date
horizon_end_ms math
Calculate: {{step.today_end_ms}} + {{config.upcoming_horizon_days}} * 86400000
window_events_raw ?
window_events default
Apply default
window_events_flagged map
Extract start_at from each item
upcoming_events filter
Filter by condition
upcoming_count count
Count items in upcoming events
upcoming_table_starts_text_dated map
Extract start_at from each item
upcoming_table to_table
Format results as a data table
scope_note ternary
Apply ternary
card to_summary
Format results as a summary card
Settings 4 configurable

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

row limit setting = 20
lead offsets setting = -30m
calendar slug setting = primary
upcoming horizon days setting = 2

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Data it touches

Warehousedata.calendardata.enrichment

About

Tags

meetingprepbriefcalendarcontactsreactivepack:daily-ops

Details

41 steps 4 configurable settings recipe_id: meeting-prep-brief