meeting_prep_v3_run_optimized_pipeline
Prepares a personalized meeting briefing using calendar event data, seller profile, and past meetings to generate custom sections.
Instructions
V3: Full meeting prep pipeline with seller profile integration. Generates personalized sections when seller profile is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_event | Yes | The raw calendar event data from Google Calendar API. | {{enriched_calendar_event}} |
| user_email | Yes | Current user's email address. | {{_google_email}} |
| user_data | No | User profile data including optional seller_profile for personalization. | {{user.context}} |
| company_domains | No | Optional company domains. Auto-detected if not provided. | |
| meeting_history | No | Optional past meetings for relationship analysis. | {{past_calendar_events}} |
| contact_research | No | Optional pre-fetched contact research results. | {{contact_research_results}} |
| meeting_sections | No | Optional pre-generated sections (skips Phase 6 LLM calls). | |
| include_html | No | Generate HTML email output (Phase 7). | |
| use_v4_sections | No | Generate V3 sections (situation, segues, questions, next_step) instead of V2. | |
| settings | No | Optional settings for trigger validation. | {} |
| output_variable_name | Yes | Variable name to store pipeline result with timing breakdown. | pipeline_result |