ブログコンテンツの多言語自動翻訳

中級

これはContent Creation, Multimodal AI分野の自動化ワークフローで、12個のノードを含みます。主にSet, Merge, SplitOut, ManualTrigger, Agentなどのノードを使用。 GPT-4oとMarkdownを使用してブログ記事を自動で複数の言語に翻訳

前提条件
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "a2ef3ce1-d45d-4856-9a4b-51f56bd88e8a",
      "name": "Split Out1",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -656,
        3136
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "languages"
      },
      "typeVersion": 1
    },
    {
      "id": "b86b7864-4333-466b-9d48-5c6470ffffc5",
      "name": "OpenAI Chat Model4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -272,
        3584
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o",
          "cachedResultName": "gpt-4o"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "4l6TDfLZVFS24g3X",
          "name": "OpenAi account 4"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "19d5fae5-48ed-44ee-92fa-04008f7b7179",
      "name": "付箋13",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1776,
        2944
      ],
      "parameters": {
        "width": 400,
        "height": 784,
        "content": "## ⚙️ Setup Instructions\n\n### 1️⃣ Set Up OpenAI Connection\n1. Go to [OpenAI Platform](https://platform.openai.com/api-keys)  \n2. Navigate to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/overview)  \n3. Add funds to your billing account  \n4. Copy your API key into the **OpenAI credentials** in n8n  \n\n### 2️⃣ Choose Your Target Languages\n1. Open the **Set Node** called `Set Languages`  \n2. Edit the array of languages to include the ones you want to translate into, e.g.:  \n\n[\n  \"spanish\",\n  \"french\",\n  \"german\"\n]\n\n## 📬 Contact Information\nNeed help customizing this workflow or building similar automations?  \n\n📧 Email: [robert@ynteractive.com](mailto:robert@ynteractive.com)  \n🔗 LinkedIn: [Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)  \n🌐 Website: [ynteractive.com](https://ynteractive.com)  \n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "801734b2-557a-43b1-8bde-e66536b4c45e",
      "name": "付箋14",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        2944
      ],
      "parameters": {
        "color": 7,
        "width": 1392,
        "height": 784,
        "content": "# 📝 AI Blog Translator with OpenAI\n\nThis workflow takes a blog post (title + content) and automatically translates it into multiple languages of your choice using **OpenAI** inside **n8n**. The translated output is formatted in Markdown, making it ready for publishing or direct use in content management systems.  \n\nIt’s ideal for content creators, marketers, and businesses who want to **instantly localize blogs** into different languages without manual effort.  \n"
      },
      "typeVersion": 1
    },
    {
      "id": "977cd535-7493-4323-af6e-f8ffb5660c62",
      "name": "付箋15",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        3408
      ],
      "parameters": {
        "color": 3,
        "width": 288,
        "height": 304,
        "content": "### 1️⃣ Set Up OpenAI Connection\n1. Go to [OpenAI Platform](https://platform.openai.com/api-keys)  \n2. Navigate to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/overview)  \n3. Add funds to your billing account  \n4. Copy your API key into the **OpenAI credentials** in n8n  "
      },
      "typeVersion": 1
    },
    {
      "id": "42c65e43-6fd0-4701-b237-4d308767dc71",
      "name": "ワークフロー実行時のクリック",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1248,
        3376
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6bd54f0a-dea2-4184-8abb-8f57cfc62992",
      "name": "Structured Output Parser2",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -64,
        3344
      ],
      "parameters": {
        "jsonSchemaExample": "{\n\t\"blog\": \"full blog with title and formatting in markdown\"\n}"
      },
      "typeVersion": 1.3
    },
    {
      "id": "7813383c-0ea0-49c6-8364-d8b50f119188",
      "name": "付箋16",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        3136
      ],
      "parameters": {
        "color": 3,
        "width": 304,
        "height": 304,
        "content": "### 2️⃣ Choose Your Target Languages\n1. Open the **Set Node** called `Set Languages`  \n2. Edit the array of languages to include the ones you want to translate into"
      },
      "typeVersion": 1
    },
    {
      "id": "527413d2-72f2-45d4-81be-879686c0089e",
      "name": "ブログ記事を入力",
      "type": "n8n-nodes-base.set",
      "position": [
        -944,
        3568
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "02d3b945-fc8f-44fb-b004-148c7329dcf3",
              "name": "Title",
              "type": "string",
              "value": "n8n’s Rise to the Top: How an Open-Source Automation Tool Took Over the Workflow World"
            },
            {
              "id": "2420b331-27ea-49fa-a587-36bd7b255159",
              "name": "Blog",
              "type": "string",
              "value": "In a landscape once dominated by platforms like Zapier and Make, a new leader in the automation space has quietly — and powerfully — emerged: n8n. What began as an open-source side project has grown into one of the most flexible, scalable, and community-driven automation tools available today.  So, how did it get here?  A Developer’s Dream with a Business Mindset  When n8n launched, it wasn’t built for surface-level “if this, then that” automations. It was built with developers in mind — offering conditional logic, loops, error handling, custom functions, and webhook support straight out of the box. But unlike traditional developer tools, n8n made that power accessible via an intuitive visual interface.  It struck the perfect balance between being:  Powerful enough for engineers  Simple enough for operations, marketers, and creators  This combination created a perfect storm for rapid adoption.  The Open-Source Advantage  While most automation platforms are locked behind pricing walls and closed systems, n8n was open-source from day one. That decision fueled a wave of community contributions, self-hosted deployments, and a sense of ownership among its users.  With self-hosting, users were no longer limited by:  Step counts  Monthly task quotas  API limits buried in fine print  Instead, n8n empowered users to build enterprise-level automation systems without asking for permission.  The Community Engine  One of the strongest forces behind n8n’s rise? The community.  Thousands of users and contributors — including freelancers, agencies, and power users — have shaped the tool from the inside out. The official n8n forums are active and well-supported, and new features are often community-driven. Power users even get recognized through the Top Supporter program, showcasing those who go above and beyond to help others level up.  🔗 View my n8n Creator Profile  🏅 See my badges on the n8n forums  📘 Check out my free course on AI Agents using n8n  Built for the AI Era  n8n’s architecture made it the perfect foundation for building AI agent workflows.  While tools like Zapier and Make are still catching up with multi-step LLM chaining, n8n users are already building:  AI lead qualification bots  AI-powered content workflows  Full autonomous agents that think, act, and iterate  Hybrid workflows that combine APIs, CRMs, webhooks, and LLMs in real-time  The low-code interface, combined with JavaScript and Python flexibility, makes it uniquely suited for the next wave of automation: agentic systems.  What’s Next for n8n?  With its cloud-hosted offering gaining traction, a strong open-source backbone, and enterprise adoption growing, n8n is poised to become the default automation layer for modern businesses.  Whether you're building marketing funnels, real-time data pipelines, or AI agents that talk to your customers—n8n has the depth, openness, and community support to get you there.  Final Thoughts  If you haven’t explored n8n yet, now is the time. Whether you’re a solo creator, a startup founder, or an enterprise automation architect, n8n’s rise is just getting started—and you’ll want to be part of it."
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "d91054ff-3af2-4cab-a3e9-1d7b4cbb53e1",
      "name": "言語と結合",
      "type": "n8n-nodes-base.merge",
      "position": [
        -480,
        3200
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineAll"
      },
      "typeVersion": 3.2
    },
    {
      "id": "3e1374b0-ed46-4510-8112-8226b929d348",
      "name": "ブログ翻訳",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -304,
        3184
      ],
      "parameters": {
        "text": "=Title:{{ $json.Title }} Blog: {{ $json.Blog }} Language: {{ $('Split Out1').item.json.languages }}",
        "options": {
          "systemMessage": "=Translate everything into the language listed. Format well. output data like this. \n\n{\n\t\"blog\": \"full blog with title and formatting in markdown\"\n}"
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 2.2
    },
    {
      "id": "4fd78998-c4f6-46d1-be42-e695bc9cd615",
      "name": "言語を設定",
      "type": "n8n-nodes-base.set",
      "position": [
        -928,
        3296
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "languages",
              "name": "languages",
              "type": "array",
              "value": [
                "spanish",
                "french"
              ]
            }
          ]
        }
      },
      "typeVersion": 3.4
    }
  ],
  "pinData": {},
  "connections": {
    "527413d2-72f2-45d4-81be-879686c0089e": {
      "main": [
        [
          {
            "node": "d91054ff-3af2-4cab-a3e9-1d7b4cbb53e1",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "a2ef3ce1-d45d-4856-9a4b-51f56bd88e8a": {
      "main": [
        [
          {
            "node": "d91054ff-3af2-4cab-a3e9-1d7b4cbb53e1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4fd78998-c4f6-46d1-be42-e695bc9cd615": {
      "main": [
        [
          {
            "node": "a2ef3ce1-d45d-4856-9a4b-51f56bd88e8a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b86b7864-4333-466b-9d48-5c6470ffffc5": {
      "ai_languageModel": [
        [
          {
            "node": "3e1374b0-ed46-4510-8112-8226b929d348",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "d91054ff-3af2-4cab-a3e9-1d7b4cbb53e1": {
      "main": [
        [
          {
            "node": "3e1374b0-ed46-4510-8112-8226b929d348",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6bd54f0a-dea2-4184-8abb-8f57cfc62992": {
      "ai_outputParser": [
        [
          {
            "node": "3e1374b0-ed46-4510-8112-8226b929d348",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "42c65e43-6fd0-4701-b237-4d308767dc71": {
      "main": [
        [
          {
            "node": "527413d2-72f2-45d4-81be-879686c0089e",
            "type": "main",
            "index": 0
          },
          {
            "node": "4fd78998-c4f6-46d1-be42-e695bc9cd615",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - コンテンツ作成, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数12
カテゴリー2
ノードタイプ8
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Robert Breen

Robert Breen

@rbreen

Professional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34