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 →
{
"id": "Gen55",
"name": "\u66f4\u65b0\u6d3b\u52d5\u5012\u6578\u8cbc\u6587\u6587\u6848",
"nodes": [
{
"parameters": {},
"id": "n-manual",
"name": "When clicking Execute",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
460
]
},
{
"parameters": {
"jsCode": "const info = '\uff08\u6d3b\u52d5\u540d\u7a31\uff0b\u5269\u5e7e\u5929\uff09';\nconst prompt = '\u4f60\u662f\u4fc3\u92b7\u6587\u6848\u3002\u6839\u64da\u6d3b\u52d5\u8cc7\u8a0a\u5beb\u4e00\u5247\u52a0\u5f37\u5012\u6578\u6025\u8feb\u611f\u7684\u8cbc\u6587\uff08\u7e41\u4e2d\u3001\u4e0d\u8a87\u5927\u4e0d\u9055\u898f\uff09\uff1a\\n\\n' + info;\nreturn [{ json: { info, prompt } }];"
},
"id": "n-input",
"name": "Input (edit me)",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
460,
460
]
},
{
"parameters": {
"options": {
"timeout": 180000
},
"method": "POST",
"url": "http://host.docker.internal:11434/api/chat",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify({ model: 'qwen2.5:latest', messages: [ { role: 'system', content: '\u4f60\u662f\u53f0\u7063\u4eba\uff0c\u4e00\u5f8b\u4f7f\u7528\u53f0\u7063\u7e41\u9ad4\u4e2d\u6587\u8207\u53f0\u7063\u6163\u7528\u8a9e\u56de\u8986\uff0c\u7d55\u5c0d\u4e0d\u8981\u51fa\u73fe\u4efb\u4f55\u7c21\u9ad4\u5b57\u6216\u4e2d\u570b\u7528\u8a9e\u3002' }, { role: 'user', content: $json.prompt } ], stream: false }) }}"
},
"id": "n-ollama",
"name": "Summarize with Ollama",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
680,
460
]
},
{
"parameters": {
"jsCode": "const data = $input.first().json;\nlet v = '';\ntry { v = (data.message && data.message.content) || (data.content && data.content[0] && data.content[0].text) || data.response || ''; } catch (e) {}\nif (!v) v = JSON.stringify(data);\nreturn [{ json: { result: v } }];"
},
"id": "n-result",
"name": "Result",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
900,
460
]
}
],
"connections": {
"When clicking Execute": {
"main": [
[
{
"node": "Input (edit me)",
"type": "main",
"index": 0
}
]
]
},
"Input (edit me)": {
"main": [
[
{
"node": "Summarize with Ollama",
"type": "main",
"index": 0
}
]
]
},
"Summarize with Ollama": {
"main": [
[
{
"node": "Result",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
更新活動倒數貼文文案. Uses httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/YuriCrystal/n8n-marketing-flows/blob/main/templates/55-countdown-copy.local-ollama.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.
legal_rag_telegram_api_current_github_ready. Uses telegramTrigger, httpRequest. Event-driven trigger; 56 nodes.
This workflow discovers trending topics from YouTube Most Popular and Google Trends, uses OpenAI to rank and draft Shorts-ready angles, stores items for review in Airtable, then sends approved records
This n8n workflow automatically generates presentation-style "screen recording" videos with AI-generated slides and a talking head avatar overlay. You provide a topic and intention, and the workflow h
Monitor Google Drive folder, parsing PDF, DOCX and image file into a destination folder, ready for further processing (e.g. RAG ingestion, translation, etc.) Keep processing log in Google Sheet and se
This workflow is designed for individuals and businesses looking to streamline the creation of engaging promotional videos. Whether you're marketing a product or developing a personal brand, this AI-d