{
  "name": "HIC \u2014 Forecast Watch",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "days"
            }
          ]
        }
      },
      "id": "t4-schedule",
      "name": "Every Day",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "resource": "forecast",
        "operation": "forecast",
        "targetType": "trend",
        "trendOrTopic": "birria tacos",
        "industry": {
          "__rl": true,
          "mode": "id",
          "value": "restaurants"
        },
        "timeHorizon": "60d",
        "simplify": true
      },
      "id": "t4-forecast",
      "name": "Forecast Trend",
      "type": "n8n-nodes-hixy-intelligence-cloud.hixyIntelligenceCloud",
      "typeVersion": 1,
      "position": [
        240,
        0
      ]
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "typeValidation": "strict",
            "version": 2
          },
          "conditions": [
            {
              "leftValue": "={{ $json.probability }}",
              "rightValue": 0.75,
              "operator": {
                "type": "number",
                "operation": "gt"
              }
            }
          ],
          "combinator": "and"
        }
      },
      "id": "t4-if",
      "name": "Probability > 0.75",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.2,
      "position": [
        480,
        0
      ]
    },
    {
      "parameters": {},
      "id": "t4-alert",
      "name": "Alert (add Slack/Email)",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        720,
        -100
      ]
    }
  ],
  "connections": {
    "Every Day": {
      "main": [
        [
          {
            "node": "Forecast Trend",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Forecast Trend": {
      "main": [
        [
          {
            "node": "Probability > 0.75",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Probability > 0.75": {
      "main": [
        [
          {
            "node": "Alert (add Slack/Email)",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  },
  "settings": {}
}