{
  "name": "HIC \u2014 Trend Enrichment",
  "nodes": [
    {
      "parameters": {},
      "id": "t5-trigger",
      "name": "When clicking Test",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "resource": "intelligence",
        "operation": "askHic",
        "question": "Which trends are accelerating?",
        "industry": {
          "__rl": true,
          "mode": "id",
          "value": "restaurants"
        },
        "outputMode": "perRecommendation",
        "simplify": true,
        "options": {
          "intent": "trends",
          "maxResults": 5
        }
      },
      "id": "t5-ask",
      "name": "Ask HIC \u2014 Trends",
      "type": "n8n-nodes-hixy-intelligence-cloud.hixyIntelligenceCloud",
      "typeVersion": 1,
      "position": [
        240,
        0
      ]
    },
    {
      "parameters": {
        "resource": "trend",
        "operation": "getTrend",
        "trendId": "={{ $json.trend_id }}",
        "simplify": true,
        "includeSources": true,
        "includeRationale": true
      },
      "id": "t5-trend",
      "name": "Get Trend Intelligence",
      "type": "n8n-nodes-hixy-intelligence-cloud.hixyIntelligenceCloud",
      "typeVersion": 1,
      "position": [
        480,
        0
      ]
    },
    {
      "parameters": {},
      "id": "t5-store",
      "name": "Store (add Postgres)",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        720,
        0
      ]
    }
  ],
  "connections": {
    "When clicking Test": {
      "main": [
        [
          {
            "node": "Ask HIC \u2014 Trends",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ask HIC \u2014 Trends": {
      "main": [
        [
          {
            "node": "Get Trend Intelligence",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Trend Intelligence": {
      "main": [
        [
          {
            "node": "Store (add Postgres)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {}
}