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 →
{
"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"
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Who this is for
🧠 How it works This workflow lets users generate structured summaries from YouTube videos directly inside Slack using n8n, AssemblyAI, and OpenAI.
This workflow collects standup updates via a webhook, stores each submission in Google Sheets, then runs daily at 10 AM to summarize the day’s standups with Google Gemini and post the result (or a no-
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.