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": "LeadFlow AI \u2014 06 Health Monitor",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 5
}
]
}
},
"id": "f2e229b4-d8c5-4711-a207-c6076e9528ca",
"name": "Every 5 Minutes",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
},
{
"parameters": {
"method": "GET",
"url": "http://leadflow-api:8000/health",
"options": {
"timeout": 10000
}
},
"id": "34606409-12eb-4fc7-bc96-6cda8cdefa0d",
"name": "Check LeadFlow API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
280,
0
]
}
],
"connections": {
"Every 5 Minutes": {
"main": [
[
{
"node": "Check LeadFlow API",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "99026242-884e-4c21-8db7-52d9cf719471",
"meta": {
"templateCredsSetupCompleted": true
},
"tags": [],
"id": "4ca0d642-faec-4b11-ac8c-a251d9164f89"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
LeadFlow AI — 06 Health Monitor. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/1liasx/leadflow-ai/blob/main/workflows/06_health_monitor.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.
GoBot - Daily Analytics Collection. Uses httpRequest, airtable. Scheduled trigger; 7 nodes.
Production Workflow. Uses httpRequest, twitter, stopAndError. Scheduled trigger; 5 nodes.
Cocktail Recipe Sharing. Uses bannerbear, httpRequest, rocketchat, stopAndError. Scheduled trigger; 5 nodes.
E-Décor - Marketing Auto. Uses httpRequest, emailSend. Scheduled trigger; 3 nodes.
Daily Outreach Trigger (Smartlead). Uses httpRequest. Scheduled trigger; 3 nodes.