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": "weekly-summary-ollama",
"nodes": [
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyWeek",
"hour": 9
}
]
}
},
"type": "n8n-nodes-base.cron",
"name": "Cron Weekly"
},
{
"parameters": {
"url": "${SUPABASE_URL}/rest/v1/capsules?select=id,avatar_id,unlock_at,status&limit=100",
"options": {
"headers": {
"apikey": "${SUPABASE_SERVICE_KEY}"
}
}
},
"type": "n8n-nodes-base.httpRequest",
"name": "Fetch Supabase"
},
{
"parameters": {
"url": "http://stack-ollama-1:11434/api/generate",
"method": "POST",
"jsonParameters": true,
"options": {
"body": {
"model": "llama3.1",
"prompt": "Resuma o status das c\u00e1psulas: {{$json}}",
"stream": false
}
}
},
"type": "n8n-nodes-base.httpRequest",
"name": "Ollama Summarize"
}
],
"connections": {
"Cron Weekly": {
"main": [
[
{
"node": "Fetch Supabase",
"type": "main",
"index": 0
}
]
]
},
"Fetch Supabase": {
"main": [
[
{
"node": "Ollama Summarize",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
weekly-summary-ollama. Uses httpRequest. Scheduled trigger; 3 nodes.
Source: https://github.com/frodrigoalves/sglbk/blob/cd3d1d812d6a29395fc523be20e82bc9b51972f4/n8n/weekly-summary-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.
This smart automation workflow created by the AI development team at WeblineIndia, helps with the daily collection and storage of weather data. Using the OpenWeatherMap API and Airtable, this solution
RAGSPRO - Content Generator. Uses httpRequest. Scheduled trigger; 3 nodes.
Free Support: Setting up and getting the workflow tailord to your needs. One small free adjustment included.
This workflow aims to help you and your team track your expenses with OpenAI It automatically collects your OpenAI organization’s API usage and cost data every few days and saves it to a ready-to-use
This n8n workflow automates Kubernetes root cause analysis (RCA) and incident alerting by integrating with Loki, Prometheus, and Slack. It streamlines log collection, cluster health monitoring, and AI