meeting_prep_run_optimized_pipeline
Run the complete meeting preparation pipeline (phases 2 through 7) in a single action, producing research, agenda, and follow-up email.
Instructions
Runs the complete optimized meeting prep pipeline (Phases 2-7) in a single action. Great for testing or simple deployments.
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 | Optional user profile data 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). | |
| settings | No | Optional settings for trigger validation. | {} |
| output_variable_name | Yes | Variable name to store pipeline result with timing breakdown. | pipeline_result |