{
  "name": "YouTube to multilingual blogs: convert videos to SEO-friendly Google Doc articles",
  "nodes": [
    {
      "id": "ae3f4f01-90be-4296-b2b9-be1a94f6202c",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -220,
        0
      ]
    },
    {
      "id": "23e8f2aa-2d50-4ff9-9185-d178bbb23e24",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        480,
        0
      ]
    },
    {
      "id": "db017056-3fc6-4ce0-b77b-b548f3357743",
      "name": "Mapper",
      "type": "n8n-nodes-base.set",
      "position": [
        40,
        0
      ]
    },
    {
      "id": "7405eb95-c827-45a9-a80c-9dddcffa8869",
      "name": "YouTube to Blog",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        280,
        0
      ]
    },
    {
      "id": "202c7fcf-90d0-487b-ad06-a443c302f561",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        -600
      ],
      "parameters": {
        "width": 560,
        "height": 1700,
        "content": "# 📽️ YouTube Video to Blog – n8n Workflow\n\n## 📝 Overview\n\nThis n8n workflow automates the process of converting a YouTube video into a blog post in the selected language and saving it to a Google Docs"
      }
    },
    {
      "id": "53d53037-2508-4825-80e0-9d64e49dae33",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -600
      ],
      "parameters": {
        "width": 1160,
        "height": 780,
        "content": "## 🔄 Workflow Node Overview – YouTube Video to Blog\n\nThis section provides a quick summary of each node in the workflow.\n\n---\n\n### 🧩 1. On form submission (`formTrigger`)\n- Triggers when a user submit"
      }
    }
  ],
  "connections": {
    "Mapper": {
      "main": [
        [
          {
            "node": "YouTube to Blog",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "YouTube to Blog": {
      "main": [
        [
          {
            "node": "Google Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Mapper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}