{
  "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"
}