Goal:
This workflow automates the complete meeting lifecycle from recording to analysis and distribution. It processes different meeting types (Sync, Planning, Interview, Sales) and distributes insights to Slack, Coda, and HubSpot based on the meeting context.
The workflow handles different meeting types with intelligent branching instead of requiring separate workflows for each type.
Prerequisites:
N8N Instance: Running N8N automation platform (cloud or self-hosted) VideoDB API Key: Obtain from VideoDB Console VideoDB N8N Node: Install the custom node in your N8N instance Meeting Platform: Platform with bot recording support (Zoom, Teams, Google Meet) Slack Workspace: With bot permissions for notifications Coda Workspace: With API token for meeting documentation HubSpot Account: With API key for sales meeting integration Main Workflow Steps:
Step 1: Meeting Recording
Form trigger collects meeting URL and meeting type (Sync/Planning/Interview/Sales) VideoDB joins the meeting and records the session Wait for meeting completion before processing Step 2: Video Processing
Index spoken words from the recorded meeting Generate transcript with speaker identification and mapping Process video content for analysis readiness Step 3: AI Analysis with Branching
Switch workflow based on meeting type selection Apply custom AI prompts for each meeting type: Planning: Extract strategic outcomes, decisions, and action items Interview: Generate candidate evaluation with recommendation Sales: Identify deal details, stage, amount, and next steps Sync: Create summaries with follow-ups and task assignments Step 4: Multi-Platform Distribution
Send formatted updates to Slack channels Update Coda databases with meeting insights For sales meetings: Create or update HubSpot deal records Route data to appropriate platforms based on meeting type
Conclusion:
This workflow consolidates multiple meeting types into one automated system, ensuring consistent documentation and appropriate distribution across your business tools.