AutomationFlowsGeneral › Hic — Trend Enrichment

Hic — Trend Enrichment

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

Event trigger★★☆☆☆ complexity4 nodesN8N Nodes Hixy Intelligence Cloud
General Trigger: Event Nodes: 4 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 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": {}
}
Pro

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

About this workflow

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

Source: https://github.com/Hixy-app/n8n-nodes-hixy-intelligence-cloud/blob/main/templates/05-trend-enrichment.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 — Multi-Industry Report. Uses n8n-nodes-hixy-intelligence-cloud. Event-driven trigger; 5 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