{
  "name": "n8n nodemation basic - getting started on the workflow canvas (1/3)",
  "nodes": [
    {
      "id": null,
      "name": "FunctionItem",
      "type": "n8n-nodes-base.functionItem",
      "position": [
        860,
        680
      ]
    },
    {
      "id": null,
      "name": "2 hours Interval",
      "type": "n8n-nodes-base.interval",
      "position": [
        630,
        680
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        1040,
        680
      ]
    }
  ],
  "connections": {
    "FunctionItem": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2 hours Interval": {
      "main": [
        [
          {
            "node": "FunctionItem",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}