{
  "name": "Vorlux AI | Chain: Stream \u2192 Content (End \u2192 Chapters \u2192 Pack \u2192 Blog \u2192 Social)",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "stream-to-content",
        "responseMode": "lastNode"
      },
      "id": "wh-s2c",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://host.docker.internal:3010/api/cron/manual",
        "method": "POST",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "handler",
              "value": "runAutoChapters"
            }
          ]
        },
        "options": {}
      },
      "id": "chapters",
      "name": "1. Auto Chapters",
      "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": "runContentPack"
            }
          ]
        },
        "options": {}
      },
      "id": "pack",
      "name": "2. Content Pack",
      "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": "runBlogGenerate"
            }
          ]
        },
        "options": {}
      },
      "id": "blog",
      "name": "3. Blog Generate",
      "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": "runSocialAmplify"
            }
          ]
        },
        "options": {}
      },
      "id": "social-s2c",
      "name": "4. Social Amplify",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        1050,
        300
      ]
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "status",
              "value": "stream_to_content_complete"
            },
            {
              "name": "chain",
              "value": "stream-to-content"
            }
          ]
        }
      },
      "id": "resp-s2c",
      "name": "Response",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        1250,
        300
      ]
    }
  ],
  "connections": {
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "1. Auto Chapters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. Auto Chapters": {
      "main": [
        [
          {
            "node": "2. Content Pack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. Content Pack": {
      "main": [
        [
          {
            "node": "3. Blog Generate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3. Blog Generate": {
      "main": [
        [
          {
            "node": "4. Social Amplify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4. Social Amplify": {
      "main": [
        [
          {
            "node": "Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}