{
  "name": "Vorlux AI | Chain: Content Pipeline (Feed \u2192 Create \u2192 QA \u2192 Publish \u2192 Social)",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 2
            }
          ]
        }
      },
      "id": "webhook-1",
      "name": "Schedule: Every 2 Hours",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://host.docker.internal:3010/api/cron/manual",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "handler",
              "value": "runDailyTopicFeed"
            }
          ]
        },
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Cookie",
              "value": "vorlux_hub={\"v\":3,\"ts\":1774181154534,\"uid\":\"admin\",\"role\":\"super_admin\",\"tier\":\"partner\",\"exp\":1805717154534,\"authMethod\":\"api\"}.a2d82bd0cfaaee6babff9174193f0fbce06fab372a741e7ad96b59655090a92f"
            }
          ]
        }
      },
      "id": "topic-feed",
      "name": "1. Topic Feed",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://host.docker.internal:3010/api/cron/manual",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "handler",
              "value": "runContentCreation"
            }
          ]
        },
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Cookie",
              "value": "vorlux_hub={\"v\":3,\"ts\":1774181154534,\"uid\":\"admin\",\"role\":\"super_admin\",\"tier\":\"partner\",\"exp\":1805717154534,\"authMethod\":\"api\"}.a2d82bd0cfaaee6babff9174193f0fbce06fab372a741e7ad96b59655090a92f"
            }
          ]
        }
      },
      "id": "content-create",
      "name": "2. Content Creation",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        650,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://host.docker.internal:3010/api/cron/manual",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "handler",
              "value": "runContentQA"
            }
          ]
        },
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Cookie",
              "value": "vorlux_hub={\"v\":3,\"ts\":1774181154534,\"uid\":\"admin\",\"role\":\"super_admin\",\"tier\":\"partner\",\"exp\":1805717154534,\"authMethod\":\"api\"}.a2d82bd0cfaaee6babff9174193f0fbce06fab372a741e7ad96b59655090a92f"
            }
          ]
        }
      },
      "id": "qa-gate",
      "name": "3. QA Gate",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        850,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://host.docker.internal:3010/api/cron/manual",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "handler",
              "value": "runContentPublish"
            }
          ]
        },
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Cookie",
              "value": "vorlux_hub={\"v\":3,\"ts\":1774181154534,\"uid\":\"admin\",\"role\":\"super_admin\",\"tier\":\"partner\",\"exp\":1805717154534,\"authMethod\":\"api\"}.a2d82bd0cfaaee6babff9174193f0fbce06fab372a741e7ad96b59655090a92f"
            }
          ]
        }
      },
      "id": "publish",
      "name": "4. Publish",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        1050,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://host.docker.internal:3010/api/cron/manual",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "handler",
              "value": "runSocialAmplify"
            }
          ]
        },
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Cookie",
              "value": "vorlux_hub={\"v\":3,\"ts\":1774181154534,\"uid\":\"admin\",\"role\":\"super_admin\",\"tier\":\"partner\",\"exp\":1805717154534,\"authMethod\":\"api\"}.a2d82bd0cfaaee6babff9174193f0fbce06fab372a741e7ad96b59655090a92f"
            }
          ]
        }
      },
      "id": "social",
      "name": "5. Social Amplify",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        1250,
        300
      ]
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "status",
              "value": "pipeline_complete"
            },
            {
              "name": "chain",
              "value": "content-pipeline"
            }
          ]
        }
      },
      "id": "response",
      "name": "Response",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        1450,
        300
      ]
    }
  ],
  "connections": {
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "1. Topic Feed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. Topic Feed": {
      "main": [
        [
          {
            "node": "2. Content Creation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. Content Creation": {
      "main": [
        [
          {
            "node": "3. QA Gate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3. QA Gate": {
      "main": [
        [
          {
            "node": "4. Publish",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4. Publish": {
      "main": [
        [
          {
            "node": "5. Social Amplify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5. Social Amplify": {
      "main": [
        [
          {
            "node": "Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "callerPolicy": "workflowsFromSameOwner",
    "availableInMCP": false
  }
}