{
  "name": "Analytics Ingest All",
  "nodes": [
    {
      "parameters": {
        "triggerTimes": [
          {
            "hour": 3,
            "minute": 0
          }
        ]
      },
      "id": "Cron",
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 2,
      "position": [
        280,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://host.docker.internal:4000/run/analytics_ingest",
        "method": "POST",
        "authentication": "none"
      },
      "id": "HTTP Request",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        560,
        300
      ]
    }
  ],
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "versionId": "",
  "id": "",
  "active": false
}