AutomationFlowsGeneral › Hic — Opportunity Monitor

Hic — Opportunity Monitor

HIC — Opportunity Monitor. Uses n8n-nodes-hixy-intelligence-cloud. Scheduled trigger; 4 nodes.

Cron / scheduled trigger★★☆☆☆ complexity4 nodesN8N Nodes Hixy Intelligence Cloud
General Trigger: Cron / scheduled 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 Opportunity Monitor",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "days"
            }
          ]
        }
      },
      "id": "t2-schedule",
      "name": "Every Day",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "resource": "intelligence",
        "operation": "askHic",
        "question": "Which opportunities have high demand but low competition?",
        "industry": {
          "__rl": true,
          "mode": "id",
          "value": "restaurants"
        },
        "outputMode": "perRecommendation",
        "simplify": true,
        "options": {
          "intent": "opportunities",
          "timeWindow": "30d",
          "maxResults": 15
        }
      },
      "id": "t2-ask",
      "name": "Ask HIC \u2014 Opportunities",
      "type": "n8n-nodes-hixy-intelligence-cloud.hixyIntelligenceCloud",
      "typeVersion": 1,
      "position": [
        240,
        0
      ]
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "typeValidation": "strict",
            "version": 2
          },
          "conditions": [
            {
              "leftValue": "={{ $json.opportunity_score }}",
              "rightValue": 75,
              "operator": {
                "type": "number",
                "operation": "gte"
              }
            }
          ],
          "combinator": "and"
        }
      },
      "id": "t2-if",
      "name": "Opportunity \u2265 75",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.2,
      "position": [
        480,
        0
      ]
    },
    {
      "parameters": {},
      "id": "t2-store",
      "name": "Save to Notion/Airtable",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        720,
        -100
      ]
    }
  ],
  "connections": {
    "Every Day": {
      "main": [
        [
          {
            "node": "Ask HIC \u2014 Opportunities",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ask HIC \u2014 Opportunities": {
      "main": [
        [
          {
            "node": "Opportunity \u2265 75",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Opportunity \u2265 75": {
      "main": [
        [
          {
            "node": "Save to Notion/Airtable",
            "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 — Opportunity Monitor. Uses n8n-nodes-hixy-intelligence-cloud. Scheduled trigger; 4 nodes.

Source: https://github.com/Hixy-app/n8n-nodes-hixy-intelligence-cloud/blob/main/templates/02-opportunity-monitor.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 — Forecast Watch. Uses n8n-nodes-hixy-intelligence-cloud. Scheduled trigger; 4 nodes.

N8N Nodes Hixy Intelligence Cloud
General

This workflow will activate and deactivate a selected other workflow on schedule.

n8n
General

Absen Otomatis. Uses ssh, scheduleTrigger, httpRequest. Scheduled trigger; 10 nodes.

Ssh, HTTP Request
General

Absen Otomatis. Uses ssh, scheduleTrigger, httpRequest. Scheduled trigger; 10 nodes.

Ssh, HTTP Request
General

Monitor Strava And Send Email Updates. Uses strava, noOp, emailSend. Scheduled trigger; 6 nodes.

Strava, Email Send