> ## 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.

# Meeting Intelligence Workflow

> Automate the complete meeting lifecycle from recording to analysis and distribution with n8n and VideoDB.

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.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/jkujIeEv96c" title="Meeting Intelligence Workflow" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Prerequisites

1. **n8n Instance**: Running n8n automation platform (cloud or self-hosted)
2. **VideoDB API Key**: Obtain from [VideoDB Console](https://console.videodb.io)
3. **Meeting Platform**: Platform with bot recording support (Zoom, Teams, Google Meet)
4. **Slack Workspace**: With bot permissions for notifications
5. **Coda Workspace**: With API token for meeting documentation
6. **HubSpot Account**: With API key for sales meeting integration

## Workflow Steps

### Step 1: Meeting Recording

1. Form trigger collects meeting URL and meeting type (Sync/Planning/Interview/Sales)
2. VideoDB joins the meeting and records the session
3. Wait for meeting completion before processing

### Step 2: Video Processing

1. Index spoken words from the recorded meeting
2. Generate transcript with speaker identification and mapping
3. Process video content for analysis readiness

### Step 3: AI Analysis with Branching

1. Switch workflow based on meeting type selection
2. 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

1. Send formatted updates to Slack channels
2. Update Coda databases with meeting insights
3. For sales meetings: Create or update HubSpot deal records
4. 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.
