N
n8n Store
Workflow Market
YouTube Video To Blog

YouTube Video To Blog

by evoortsolutionsβ€’0 views

Description

Categories

πŸ€– AI & Machine Learning

Nodes Used

n8n-nodes-base.setn8n-nodes-base.googleDocsn8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.formTriggern8n-nodes-base.httpRequest
PriceGratis
Views0
Last Updated11/28/2025
workflow.json
{
  "id": "sz7fVtyNOadW5zNX",
  "meta": {
    "instanceId": "60c025075753afcab9f803964b4caaca9402f435deb4efafbb8e3b93b54d8752",
    "templateCredsSetupCompleted": true
  },
  "name": "YouTube Video To Blog",
  "tags": [],
  "nodes": [
    {
      "id": "ae3f4f01-90be-4296-b2b9-be1a94f6202c",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -220,
        0
      ],
      "webhookId": "3662fd44-da10-44f0-8144-2c288683df2d",
      "parameters": {
        "options": {},
        "formTitle": "YouTube Video To Blog",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Video URL",
              "requiredField": true
            },
            {
              "fieldType": "dropdown",
              "fieldLabel": "language",
              "fieldOptions": {
                "values": [
                  {
                    "option": "English"
                  },
                  {
                    "option": "Hindi"
                  },
                  {
                    "option": "French"
                  },
                  {
                    "option": "German "
                  },
                  {
                    "option": "Gujarati"
                  }
                ]
              },
              "requiredField": true
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "23e8f2aa-2d50-4ff9-9185-d178bbb23e24",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        480,
        0
      ],
      "parameters": {
        "actionsUi": {
          "actionFields": [
            {
              "text": "={{ $json.data }}",
              "action": "insert"
            }
          ]
        },
        "operation": "update",
        "documentURL": "https://docs.google.com/document/d/1ZC52bgdGhpe9clkJrjnTBFq5JfIgqjVNryO1E0FwNG8/edit?tab=t.0",
        "authentication": "serviceAccount"
      },
      "credentials": {
        "googleApi": {
          "id": "Rt0RWApx8PL9t0RF",
          "name": "Google Docs account"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "db017056-3fc6-4ce0-b77b-b548f3357743",
      "name": "Mapper",
      "type": "n8n-nodes-base.set",
      "position": [
        40,
        0
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "184eb6b5-dffb-41ce-8076-dc64d2b017fe",
              "name": "Video URL",
              "type": "string",
              "value": "={{ $json[\"Video URL\"] }}"
            },
            {
              "id": "922d2031-5dde-4ddc-a7ad-9902eb16189e",
              "name": "language",
              "type": "string",
              "value": "={{ $json.language }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "7405eb95-c827-45a9-a80c-9dddcffa8869",
      "name": "YouTube to Blog",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        280,
        0
      ],
      "parameters": {
        "url": "https://youtube-to-blog.p.rapidapi.com/ytblogs/index.php",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "videoUrl",
              "value": "={{ $json[\"Video URL\"] }}"
            },
            {
              "name": "language",
              "value": "={{ $json.language }}"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "x-rapidapi-host",
              "value": "youtube-to-blog.p.rapidapi.com"
            },
            {
              "name": "x-rapidapi-key",
              "value": "your rapid api key"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "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 document. The user inputs a video URL and selects a language via a form. The workflow handles the restβ€”calling an external API to generate blog content and appending it to a Google Doc.\n\n---\n\n## πŸ’‘ Purpose\n\nTo streamline and automate the transformation of YouTube video content into well-structured, language-specific blog articles without manual transcription, editing, or formatting.\n\n---\n\n## 🧩 What This Workflow Does\n\n1. Accepts a YouTube video URL and language input from a form.\n2. Sends this data to a blog generation API.\n3. Receives and formats the blog content.\n4. Inserts the result into a Google Docs file for record keeping or publication.\n\n---\n\n## 🧱 Challenges Addressed\n\n| Problem | Solution |\n|--------|----------|\n| Manual effort to convert video content into written blogs | Automates blog generation using AI-based API |\n| Language limitations for repurposing content | Supports multiple language outputs |\n| Time-consuming formatting and editing | Direct insertion into pre-defined Google Docs |\n| Disorganized blog drafts | Centralized storage in a single, accessible document |\n\n---\n\n## 🌟 Key Benefits\n\n- πŸ” **Automated Workflow**: No manual steps after form submission.\n- 🌍 **Multilingual Output**: Supports blog generation in English, Hindi, French, German, and Gujarati.\n- πŸ“„ **Centralized Documentation**: All blogs saved in one Google Doc.\n- 🧠 **AI-Powered**: Uses an external API to generate well-structured content.\n- πŸ“ˆ **Productivity Boost**: Speeds up content creation and reduces workload.\n\n---\n\n## πŸš€ Potential Enhancements\n\n- Auto-publish blogs to CMS platforms (WordPress, Ghost, etc.)\n- Send blog summaries via email or Slack\n- Create a blog archive using Google Sheets\n- Integrate with SEO analysis tools\n\n---\n"
      },
      "typeVersion": 1
    },
    {
      "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 submits the form with a YouTube video URL and a selected language.\n\n---\n\n### πŸ”§ 2. Mapper (`set`)\n- Maps the form input fields (`Video URL`, `language`) to variables for use in the next steps.\n\n---\n\n### 🌐 3. YouTube to Blog (`httpRequest`)\n- Sends the video URL and language to the external API (`youtube-to-blog.p.rapidapi.com`) to generate blog content.\n\n---\n\n### πŸ“ 4. Google Docs (`googleDocs`)\n- Inserts the generated blog content into a predefined Google Docs document for storage and access.\n\n---\n"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "e3d7f913-9d83-4a8d-8ded-467a83ed079b",
  "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
          }
        ]
      ]
    }
  }
}

η›Έε…³ε·₯作桁