{
  "name": "HIC \u2014 Weekly Content Plan",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks"
            }
          ]
        }
      },
      "id": "t3-schedule",
      "name": "Every Week",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "resource": "intelligence",
        "operation": "askHic",
        "question": "What should I post this week?",
        "industry": {
          "__rl": true,
          "mode": "id",
          "value": "restaurants"
        },
        "outputMode": "perRecommendation",
        "simplify": true,
        "options": {
          "intent": "content_ideas",
          "timeWindow": "7d",
          "maxResults": 5
        }
      },
      "id": "t3-ask",
      "name": "Ask HIC \u2014 Content Ideas",
      "type": "n8n-nodes-hixy-intelligence-cloud.hixyIntelligenceCloud",
      "typeVersion": 1,
      "position": [
        240,
        0
      ]
    },
    {
      "parameters": {},
      "id": "t3-draft",
      "name": "Draft Content (add OpenAI/Hixy)",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        480,
        0
      ]
    }
  ],
  "connections": {
    "Every Week": {
      "main": [
        [
          {
            "node": "Ask HIC \u2014 Content Ideas",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ask HIC \u2014 Content Ideas": {
      "main": [
        [
          {
            "node": "Draft Content (add OpenAI/Hixy)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {}
}