{
  "name": "Cron Health Ping",
  "nodes": [
    {
      "id": "db5c47bc-4a3f-480f-8f4c-6111c59ce8ff",
      "typeVersion": 1.2,
      "position": [
        0,
        0
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 15
            }
          ]
        }
      },
      "name": "Every 15 min",
      "type": "n8n-nodes-base.scheduleTrigger"
    },
    {
      "id": "348090d6-baba-4e63-93a5-889ab36aedac",
      "typeVersion": 4.5,
      "position": [
        280,
        0
      ],
      "parameters": {
        "url": "https://foobar.thenionic.com/",
        "options": {}
      },
      "name": "GET health",
      "type": "n8n-nodes-base.httpRequest"
    }
  ],
  "connections": {
    "Every 15 min": {
      "main": [
        [
          {
            "node": "GET health",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Asia/Manila"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}