AI Summarizer (LLM-Ready)
detail.loadingPreview
Summarize text using an LLM or a local fallback.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This template allows you to summarize text content. It's designed to be ready for integration with Large Language Models (LLMs) for advanced summarization, but also includes a local fallback for immediate use without requiring external API keys.
Key Features
- Text summarization via LLM (e.g., OpenAI).
- Local fallback summarization for basic needs.
- Webhook trigger for easy integration.
- Configurable text input.
How To Use
- Import this template into your n8n instance.
- For LLM summarization, enable the 'OpenAI (optional)' node and configure your OpenAI API credentials.
- The 'Local Summarize' node will work without any credentials as a fallback.
- Send a POST request to the webhook URL with a JSON body containing a 'text' field.
Apps Used
Workflow JSON
{
"id": "7749faf4-f99f-4592-91ae-c6ba2a5b750a",
"name": "AI Summarizer (LLM-Ready)",
"nodes": 0,
"category": "AI",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 7749faf4-f99f...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed: LLM via OpenRouter
This workflow allows you to leverage various LLM models through OpenRouter, offering flexible AI model integration.
Auto Reply Draft with OpenAI Assistant
Automatically generate reply drafts for incoming emails using OpenAI Assistant and manage labels.
Deep Research Report Generation
Generate in-depth research reports by leveraging OpenRouter, Google Search, webhooks, and Notion integration.
AI Agent with Custom Tool: Email Check Sub-workflow
An AI agent workflow that uses a custom sub-workflow to check for email addresses in user input.
OpenAI Assistant with Custom Fictional Country Tools
This workflow leverages an OpenAI Assistant to interact with custom tools for retrieving fictional country capitals and the current date.
AI-Powered Slack Bot for Automation Support
A workflow that receives messages via Slack webhook, processes them using an AI agent (Google Gemini) with conversational memory, and sends a response back to Slack.