AutomationFlowsAI & RAG › AI Text Summarizer via Webhook

AI Text Summarizer via Webhook

Original n8n title: Summarizer Bot

Summarizer Bot. Uses openai. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexityAI-powered2 nodesOpenAI
AI & RAG Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ AI nodes: yes Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Summarizer Bot",
  "nodes": [
    {
      "parameters": {},
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook"
    },
    {
      "parameters": {
        "prompt": "Summarize this text in 3 bullet points"
      },
      "name": "OpenAI",
      "type": "n8n-nodes-base.openai"
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          "OpenAI"
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Summarizer Bot. Uses openai. Webhook trigger; 2 nodes.

Source: https://github.com/oxbshw/ultimate-n8n-ai-workflows/blob/d8999681bdf627e63dd5f2b6528438087fa459ed/workflows/ai-agents/summarizer-bot.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

OpenAI, Google Sheets, @Tavily/N8N Nodes Tavily +1
AI & RAG

Who this is for

Gmail Trigger, Google Drive, Gmail +3
AI & RAG

🧠 How it works This workflow lets users generate structured summaries from YouTube videos directly inside Slack using n8n, AssemblyAI, and OpenAI.

HTTP Request, OpenAI
AI & RAG

This n8n template automatically transcribes GoHighLevel (GHL) call recordings and creates an AI-generated summary that is added as a note directly to the related contact in your GHL CRM.

OpenAI, HTTP Request
AI & RAG

This workflow streamlines bug tracking by using a webhook to collect issue reports, automatically classifying and summarizing them with Gemini AI, then sending critical issues to GitHub and real-time

Google Gemini Chat, GitHub, Gmail +3