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.Documentation Index
Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- n8n Instance: Running n8n automation platform (cloud or self-hosted)
- VideoDB API Key: Obtain from VideoDB Console
- 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
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