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": "Keep Warm \u2014 Webhooks",
"nodes": [
{
"parameters": {
"url": "http://localhost:5678/webhook/learning",
"options": {
"timeout": 30000
}
},
"id": "001f1740-2a4a-47cf-a6b5-fcba183c9c37",
"name": "Warm Learning",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
240,
0
]
},
{
"parameters": {
"url": "http://localhost:5678/webhook/courses",
"options": {
"timeout": 30000
}
},
"id": "6d0c20fc-6795-4250-ae8a-7a779822f3df",
"name": "Warm Courses",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
464,
0
]
},
{
"parameters": {
"url": "http://localhost:5678/webhook/projects",
"options": {
"timeout": 30000
}
},
"id": "e6d9245e-9f67-409c-a79e-d466a33fe676",
"name": "Warm Projects",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
672,
0
]
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 1
}
]
}
},
"id": "bf922adf-1d7e-488f-8d51-65041067875d",
"name": "Every 1 Minutes",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
}
],
"connections": {
"Warm Learning": {
"main": [
[
{
"node": "Warm Courses",
"type": "main",
"index": 0
}
]
]
},
"Warm Courses": {
"main": [
[
{
"node": "Warm Projects",
"type": "main",
"index": 0
}
]
]
},
"Every 1 Minutes": {
"main": [
[
{
"node": "Warm Learning",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"versionId": "7a1d0fc7-e027-4a7b-87fc-cce98bf672ac",
"id": "81XflVrCKFmXQV1x",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Keep Warm — Webhooks. Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/AdilAmejoud/Life-OS/blob/dae1ca951db52cda4f262e9838af9c39d658dc24/workflows/Keep-Warm.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.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.