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 →
{
"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": {}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
HIC — Trend Enrichment. Uses n8n-nodes-hixy-intelligence-cloud. Event-driven trigger; 4 nodes.
Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.
Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.
The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨