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": "[Intelligence] Stage Runner",
"nodes": [
{
"id": "fef184ff-9310-403c-abcf-6d5684fa9d9e",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
220,
460
],
"parameters": {}
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 15
}
]
}
},
"id": "schedule-trigger",
"name": "Every 15 Minutes",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
220,
300
]
},
{
"id": "fef184ff-9310-403c-abcf-6d5684fa9d9e",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
220,
460
],
"parameters": {}
},
{
"parameters": {
"method": "GET",
"url": "https://dabbahwala-latest.onrender.com/api/credentials",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"options": {}
},
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
},
"id": "get-credentials",
"name": "Get Credentials",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
440,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://dabbahwala-latest.onrender.com/api/lifecycle/run",
"options": {
"timeout": 60000
}
},
"id": "run-lifecycle",
"name": "Run Lifecycle Cycle",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
660,
300
]
},
{
"parameters": {},
"id": "done-noop",
"name": "Done",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
880,
300
]
}
],
"connections": {
"Every 15 Minutes": {
"main": [
[
{
"node": "Get Credentials",
"type": "main",
"index": 0
}
]
]
},
"Manual Trigger": {
"main": [
[
{
"node": "Get Credentials",
"type": "main",
"index": 0
}
]
]
},
"Get Credentials": {
"main": [
[
{
"node": "Run Lifecycle Cycle",
"type": "main",
"index": 0
}
]
]
},
"Run Lifecycle Cycle": {
"main": [
[
{
"node": "Done",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
httpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
[Intelligence] Stage Runner. Uses httpRequest. Event-driven trigger; 6 nodes.
Source: https://github.com/vivek-dataskate/DabbahWala/blob/55df577abf41d0b89f3199f4c78662a9513accba/n8n/lifecycle_cycle_cron.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.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba
Anyone who wants a dead-simple, free-tier friendly way to run custom API logic on Google Cloud Run and call it securely from n8n—no public exposure, no local hosting.
This workflow automates the process of extracting text from receipt or document images using OCR.space and presenting the results in a clean, styled form.