{
  "name": "HIC \u2014 Multi-Industry Report",
  "nodes": [
    {
      "parameters": {},
      "id": "t6-trigger",
      "name": "When clicking Test",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "a1",
              "name": "industry",
              "value": "restaurants",
              "type": "string"
            }
          ]
        },
        "include": "none",
        "options": {}
      },
      "id": "t6-list",
      "name": "Industry List",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        220,
        0
      ],
      "notes": "Replace with a Google Sheets / list node emitting one item per industry."
    },
    {
      "parameters": {
        "options": {}
      },
      "id": "t6-loop",
      "name": "Loop Over Industries",
      "type": "n8n-nodes-base.splitInBatches",
      "typeVersion": 3,
      "position": [
        440,
        0
      ]
    },
    {
      "parameters": {
        "resource": "intelligence",
        "operation": "askHic",
        "question": "What are the top opportunities this month?",
        "industry": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $json.industry }}"
        },
        "outputMode": "full",
        "simplify": true,
        "options": {
          "intent": "opportunities",
          "timeWindow": "30d",
          "executeOnce": false
        }
      },
      "id": "t6-ask",
      "name": "Ask HIC \u2014 per Industry",
      "type": "n8n-nodes-hixy-intelligence-cloud.hixyIntelligenceCloud",
      "typeVersion": 1,
      "position": [
        660,
        120
      ]
    },
    {
      "parameters": {},
      "id": "t6-report",
      "name": "Aggregate \u2192 Report",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        880,
        0
      ]
    }
  ],
  "connections": {
    "When clicking Test": {
      "main": [
        [
          {
            "node": "Industry List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Industry List": {
      "main": [
        [
          {
            "node": "Loop Over Industries",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Industries": {
      "main": [
        [
          {
            "node": "Aggregate \u2192 Report",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Ask HIC \u2014 per Industry",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ask HIC \u2014 per Industry": {
      "main": [
        [
          {
            "node": "Loop Over Industries",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {}
}