Summarizer bot

★ 6.7 · n8n · simple · 2 nodes

Summarizer bot is an n8n automation template that receives content via webhook and automatically generates a concise summary using OpenAI. Reach for it when you need to compress large volumes of text without manual effort — for instance, when a manager wants a digest of long incoming emails or reports, when a chatbot should summarize user input before storing it, or when a service must process incoming API requests and return a short recap. Trigger: Webhook (POST). Integrations: OpenAI. The workflow accepts a text payload, passes it to an OpenAI node for summarization, and returns the result — deploy it by importing the JSON into any n8n instance, cloud or self-hosted, with no extra infrastructure required. The direction is inbound-text summarization, not classification or folder routing (use other catalog templates for those flows). Suitable for teams already running n8n with an OpenAI API key; not applicable for audio or image inputs, as the template handles text only.