{
  "name": "Monitor a file for changes and send an alert",
  "nodes": [
    {
      "id": null,
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        350,
        500
      ]
    },
    {
      "id": null,
      "name": "Write Binary File",
      "type": "n8n-nodes-base.writeBinaryFile",
      "position": [
        880,
        500
      ]
    },
    {
      "id": null,
      "name": "Read Binary File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        450,
        270
      ]
    },
    {
      "id": null,
      "name": "Binary to JSON",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        630,
        270
      ]
    },
    {
      "id": null,
      "name": "JSON to Binary",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        720,
        500
      ]
    },
    {
      "id": null,
      "name": "Mark as Done",
      "type": "n8n-nodes-base.function",
      "position": [
        560,
        500
      ]
    },
    {
      "id": null,
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        810,
        270
      ]
    },
    {
      "id": null,
      "name": "SIGNL4 Resolve",
      "type": "n8n-nodes-base.signl4",
      "position": [
        1040,
        500
      ]
    },
    {
      "id": null,
      "name": "SIGNL4 Alert",
      "type": "n8n-nodes-base.signl4",
      "position": [
        990,
        270
      ]
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "SIGNL4 Alert",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "SIGNL4 Resolve",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cron": {
      "main": [
        [
          {
            "node": "Read Binary File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mark as Done": {
      "main": [
        [
          {
            "node": "JSON to Binary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SIGNL4 Alert": {
      "main": [
        [
          {
            "node": "Mark as Done",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Binary to JSON": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "JSON to Binary": {
      "main": [
        [
          {
            "node": "Write Binary File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Binary File": {
      "main": [
        [
          {
            "node": "Binary to JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}