Summarizer bot

★ 6.7 · n8n · simple · 2 nodes

Summarizer bot is an n8n automation template that receives text via webhook and returns a concise summary generated through OpenAI. Reach for it when you need to automatically condense long texts, articles, or messages without manual effort — for instance, when a large block of text arrives through a form or API call and the response should contain its key points. Trigger: Webhook. Integrations: OpenAI. The workflow consists of a webhook trigger node that captures the incoming request and an OpenAI node that produces the summary; it is imported into n8n as a JSON workflow and runs on self-hosted or cloud n8n instances. An OpenAI API key and a running n8n instance are required. The direction is summarization of incoming text, not content generation or classification. Works well for developers and teams who need a lightweight webhook-based summarization starting point; not the right fit when summarization must pull from specific sources like email, Slack, or a database — look for dedicated workflows in the catalogue for those cases.