{
  "name": "Generate contextual YouTube comments automatically with GPT-4o",
  "nodes": [
    {
      "id": "6a95c116-f7c6-460a-97e6-1cefd90debf4",
      "name": "Check for New Video",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "2a280065-a28c-456a-abd9-9b0b1899f57f",
      "name": "Set Channel ID",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "5e8c588b-8d5d-4ccf-b9d3-e53374334d62",
      "name": "Fetch Latest Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "65a0a3da-106a-4017-b5f8-d27751f1fdb7",
      "name": "Commenter Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        760,
        0
      ]
    },
    {
      "id": "15d6a657-dda7-4c71-b544-1789140072e4",
      "name": "Comment Writer",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        720,
        240
      ]
    },
    {
      "id": "c42cdc20-0b52-4a70-bb60-9700fe5b2580",
      "name": "Post Comment",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1200,
        0
      ]
    },
    {
      "id": "bf05fe2a-d11e-49a4-a1b5-bc749b3fee5c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -580
      ],
      "parameters": {
        "width": 620,
        "height": 780,
        "content": "## 🟩 **Section 1: 🎯 Video Discovery**\n\n### Nodes:\n\n* 🕒 **Check for New Video** (Schedule Trigger)\n* ✏️ **Set Channel ID** (Edit Fields)\n* 🌐 **Fetch Latest Video** (HTTP Request)\n\n### 🔍 Description:\n\nT"
      }
    },
    {
      "id": "b7c1a84c-9faf-4e95-bb95-928bf94a56fd",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        -640
      ],
      "parameters": {
        "width": 380,
        "height": 1020,
        "content": "## 🟨 **Section 2: 🤖 Comment Creation**\n\n### Nodes:\n\n* 🧠 **Generate Comment** (AI Agent)\n* 🧾 **Comment Writer Model** (OpenAI Chat Model)\n\n### ✍️ Description:\n\nThis is where the **magic happens** — the"
      }
    },
    {
      "id": "e903ead7-d85e-4ef9-84d7-bd069a5d2af9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        -580
      ],
      "parameters": {
        "width": 280,
        "height": 780,
        "content": "## 🟦 **Section 3: 📤 Comment Deployment**\n\n### Nodes:\n\n* 📬 **Post Comment** (HTTP Request1)\n\n### 🚀 Description:\n\nThis group is responsible for **publishing the AI-generated comment** directly on the vi"
      }
    },
    {
      "id": "5e2d1a7f-b405-44ec-817a-68c509bcc5b5",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1540,
        -580
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "63e86a55-daf1-4b64-a2e5-94e9526627dd",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1540,
        -240
      ],
      "parameters": {
        "width": 1289,
        "height": 1838,
        "content": "## 🟩 **Section 1: 🎯 Video Discovery**\n\n### Nodes:\n\n* 🕒 **Check for New Video** (Schedule Trigger)\n* ✏️ **Set Channel ID** (Edit Fields)\n* 🌐 **Fetch Latest Video** (HTTP Request)\n\n### 🔍 Description:\n\nT"
      }
    }
  ],
  "connections": {
    "Comment Writer": {
      "ai_languageModel": [
        [
          {
            "node": "Commenter Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Set Channel ID": {
      "main": [
        [
          {
            "node": "Fetch Latest Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Commenter Agent": {
      "main": [
        [
          {
            "node": "Post Comment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Latest Video": {
      "main": [
        [
          {
            "node": "Commenter Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check for New Video": {
      "main": [
        [
          {
            "node": "Set Channel ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}