Block 1 - Zoom Meeting Trigger (Recording Webhook)
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 1
AI Meeting Intelligence System Zoom + n8n + GPT 4o + Supabase RAG This n8n workflow automates Zoom meeting intelligence by capturing recordings via webhook, transcribing audio using OpenAI Whi...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io source> Zoom + n8n + GPT-4o + Supabase RAG
This n8n workflow automates Zoom meeting intelligence by capturing recordings via webhook, transcribing audio using OpenAI Whisper, analyzing it with GPT-4o and storing structured insights in Supabase vector database. It detects summaries, decisions, action items and contradictions, then sends an email report to stakeholders.
meeting_memories table with vector support This workflow automatically processes Zoom meeting recordings and converts them into structured intelligence. It extracts transcript text, analyzes it using GPT-4o and generates structured insights like decisions, summaries and action items.
It also compares new meetings with historical data using Supabase vector search to detect contradictions or repeated decisions.
Finally, it stores everything in a semantic memory database and sends a clean email report to stakeholders.
Zoom webhook captures meeting recording events and sends metadata like recording URL and meeting title to n8n.
The workflow extracts recording URL and metadata using a set node.
Audio is downloaded from Zoom cloud and sent to OpenAI Whisper for transcription into text.
The raw transcript is cleaned and formatted into a structured format for AI processing.
GPT-4o analyzes the transcript and extracts:
Structured output parser ensures valid JSON format.
A hash is generated from the transcript and checked in Supabase:
Embeddings are created and stored in Supabase vector DB. Past meetings are retrieved to compare decisions and detect contradictions.
Final structured output is stored and emailed to stakeholders with insights.
More use cases can be built depending on customization.
| Issue | Possible Cause | Solution |
|---|---|---|
| No transcript generated | Invalid Zoom recording URL | Check webhook payload |
| Duplicate not detected | Incorrect Supabase query path | Fix metadata filter |
| Empty AI response | Weak prompt structure | Improve prompt clarity |
| Email not sent | Gmail auth expired | Reconnect Gmail OAuth |
| Supabase returns empty | Wrong filter syntax | Validate JSON column query |
If you need help customizing or scaling this workflow into production-grade automation, you can get expert assistance from n8n developers at WeblineIndia. They specialize in building AI-powered automation systems using n8n, OpenAI and vector databases.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Summarize Zoom meetings with GPT-4o, Whisper, Supabase RAG and email reports |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Document Extraction, AI RAG |
| Author | WeblineIndia |
| Published | 28 Apr 2026 |
Use the JSON export at /data/workflows/15355/15355.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
AI Meeting Intelligence System Zoom + n8n + GPT 4o + Supabase RAG This n8n workflow automates Zoom meeting intelligence by capturing recordings via webhook, transcribing audio using OpenAI Whi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI RAG use case.