Breaking news summarizer
★ 6.0 · n8n · medium · 11 nodes
Breaking news summarizer is an n8n automation template that receives incoming news content via webhook, generates vector embeddings, and produces concise summaries using OpenAI, storing results in Google Sheets. Reach for it when you need to process a constant stream of articles without reading each one manually, or when an editorial team or analyst wants structured digests from incoming content with zero manual effort. Trigger: Webhook. Integrations: Hugging Face Embeddings for text vectorization, OpenAI for summary generation, Google Sheets as the output store. Deploy by importing the JSON template into n8n (self-hosted or cloud). The workflow handles summarization of pushed content — not source monitoring or content publishing (check other catalog templates for those directions). Works well when you already have a news source capable of sending webhook calls; not suitable if you need built-in RSS polling or web scraping, as that pipeline is outside this template's scope.
- #Embeddings Hugging Face
- #OpenAI
- #Google Sheets