Skip to content
FlowHubFluxonLab
A
AI Automationfree

AI: Summarize podcast episode and enhance using Wikipedia

by n8n Teamadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentCCodeDDefault Data LoaderGmailGmailInformation ExtractorInformation ExtractorOpenAI Chat ModelOpenAI Chat ModelRecursive Character Text SplitterRecursive Character Text SplitterSummarization ChainSummarization ChainWikipediaWikipedia
Share Post Share
MaWhen clicking "Execute Workflow"When clicking "…DDDefault Data LoaderDefault Data Lo…OpenAI Chat ModelOpenAI Chat Mod…AgAI AgentTWWikipediaCoPodcast Episode TranscriptPodcast Episode…CSSummarize TranscriptSummarize Trans…TSRecursive Character Text SplitterRecursive Chara…IEExtract Topics & QuestionsExtract Topics …OpenAI Chat Model3OpenAI Chat Mod…SOTopicsOpenAI Chat Model1OpenAI Chat Mod…CoFormat topic text & titleFormat topic te…Send Digest12345678910111213
1/5
STEPS · 13
Run manually by an operator

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

Tags

n8nreference-onlyagentchain-summarizationdocument-default-data-loadergmailinformation-extractorlm-chat-open-aitext-splitter-recursive-character-text-splittertool-wikipedia
Connects
AAI AgentCCodeDDefault Data LoadergmailGmailinformationextractorInformation ExtractoropenaichatmodelOpenAI Chat Model
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes14
AddedOct 3, 2023

Related workflows

See all AI Automation
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team
ACembeddingsopenai
free

Route WhatsApp support requests with Claude, Supabase, HubSpot and Slack

Quick overview This workflow turns incoming WhatsApp messages (text, audio, images, and documents) into actionable support interactions by extracting content, detecting sentiment, and using an AI agent with a Supabase knowledge base to route requests to Google Calendar, HubSpot, Slack, Gmail, and back to WhatsApp. How it works Receives incoming WhatsApp messages via a WhatsApp webhook trigger. Routes the message by type and converts it into text using OpenAI Whisper for audio, OpenAI GPT-4o Vision for images, or a PDF extractor for documents (or passes text messages through). Loads the sender’s session context from Supabase and runs sentiment/language detection on the extracted text. Uses a LangChain AI agent (Claude) with Supabase vector search (with OpenAI embeddings and Cohere reranking) plus tool access (Google Calendar, HubSpot, Slack, and Gmail) to produce a structured intent, response, and metadata. Logs conversation analytics (intent, sentiment, message type, and response length) to an n8n Data Table. Routes by intent to either create a Google Calendar event, create/update a HubSpot contact, email a document via Gmail (and upload it to Google Drive), create a HubSpot ticket

by Multifly
AopenaichatmodelserpapigooglesearchS
free

Slack chatbot powered by AI

This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailored for a Slack environment, aiming to offer an interactive, AI-driven chatbot experience. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team