Skip to main content

Overview

The Meeting Follow-Up pack closes the loop after a meeting. Given a past calendar event with a recording/transcript, it analyzes what happened, extracts signals and action items, generates personalized coaching, and produces multi-channel follow-up artifacts (email draft, CRM note, task list, team update) — all delivered as a ready-to-send HTML email. Use cases
  • Automatic post-meeting coaching for AEs and managers
  • CRM hygiene without rep effort
  • Consistent follow-up emails within minutes of a call

Pack actions

StageActionPurpose
F1meeting_followup_select_past_meetingPick the target meeting from a past events list.
F2meeting_followup_load_followup_contextLoad role classification and user goals (infers from profile if missing).
F3meeting_followup_enrich_meeting_eventHydrate the event with transcript, attendees, and AI insights.
F4meeting_followup_analyze_transcriptExtract key moments, action items, signals, and performance analysis.
F5meeting_followup_generate_coachingPersonalized strengths/improvements + strategic recs.
F6meeting_followup_generate_followup_artifactsEmail draft, CRM notes, task list, team update — all in parallel.
F5+F6meeting_followup_generate_all_artifactsOptimized combo — ~50% faster than calling F5 and F6 separately.
F7meeting_followup_render_followup_htmlRender the HTML email (no LLM required, Jinja2 templates).

Typical flow

Performance tip

Always prefer meeting_followup_generate_all_artifacts over calling F5 + F6 separately — it runs 5 LLM calls in parallel and roughly halves execution time.