AutomationFlowsGeneral › Hic — Multi-industry Report

Hic — Multi-industry Report

HIC — Multi-Industry Report. Uses n8n-nodes-hixy-intelligence-cloud. Event-driven trigger; 5 nodes.

Event trigger★★☆☆☆ complexity5 nodesN8N Nodes Hixy Intelligence Cloud
General Trigger: Event Nodes: 5 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "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": {}
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

HIC — Multi-Industry Report. Uses n8n-nodes-hixy-intelligence-cloud. Event-driven trigger; 5 nodes.

Source: https://github.com/Hixy-app/n8n-nodes-hixy-intelligence-cloud/blob/main/templates/06-multi-industry-report.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

HIC — Trend Enrichment. Uses n8n-nodes-hixy-intelligence-cloud. Event-driven trigger; 4 nodes.

N8N Nodes Hixy Intelligence Cloud
General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error