{
  "meta": {
    "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": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "19d5fae5-48ed-44ee-92fa-04008f7b7179",
      "name": "Sticky Note13",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1776,
        2944
      ],
      "parameters": {
        "width": 400,
        "height": 784,
        "content": "## \u2699\ufe0f Setup Instructions\n\n### 1\ufe0f\u20e3 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\ufe0f\u20e3 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## \ud83d\udcec Contact Information\nNeed help customizing this workflow or building similar automations?  \n\n\ud83d\udce7 Email: [robert@ynteractive.com](mailto:robert@ynteractive.com)  \n\ud83d\udd17 LinkedIn: [Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)  \n\ud83c\udf10 Website: [ynteractive.com](https://ynteractive.com)  \n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "801734b2-557a-43b1-8bde-e66536b4c45e",
      "name": "Sticky Note14",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        2944
      ],
      "parameters": {
        "color": 7,
        "width": 1392,
        "height": 784,
        "content": "# \ud83d\udcdd 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\u2019s 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": "Sticky Note15",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        3408
      ],
      "parameters": {
        "color": 3,
        "width": 288,
        "height": 304,
        "content": "### 1\ufe0f\u20e3 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": "When clicking \u2018Execute workflow\u2019",
      "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": "Sticky Note16",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1040,
        3136
      ],
      "parameters": {
        "color": 3,
        "width": 304,
        "height": 304,
        "content": "### 2\ufe0f\u20e3 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": "Enter Blog",
      "type": "n8n-nodes-base.set",
      "position": [
        -944,
        3568
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "02d3b945-fc8f-44fb-b004-148c7329dcf3",
              "name": "Title",
              "type": "string",
              "value": "n8n\u2019s 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 \u2014 and powerfully \u2014 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\u2019s Dream with a Business Mindset  When n8n launched, it wasn\u2019t built for surface-level \u201cif this, then that\u201d automations. It was built with developers in mind \u2014 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\u2019s rise? The community.  Thousands of users and contributors \u2014 including freelancers, agencies, and power users \u2014 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.  \ud83d\udd17 View my n8n Creator Profile  \ud83c\udfc5 See my badges on the n8n forums  \ud83d\udcd8 Check out my free course on AI Agents using n8n  Built for the AI Era  n8n\u2019s 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\u2019s 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\u2014n8n has the depth, openness, and community support to get you there.  Final Thoughts  If you haven\u2019t explored n8n yet, now is the time. Whether you\u2019re a solo creator, a startup founder, or an enterprise automation architect, n8n\u2019s rise is just getting started\u2014and you\u2019ll want to be part of it."
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "d91054ff-3af2-4cab-a3e9-1d7b4cbb53e1",
      "name": "Combine with Languages",
      "type": "n8n-nodes-base.merge",
      "position": [
        -480,
        3200
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineAll"
      },
      "typeVersion": 3.2
    },
    {
      "id": "3e1374b0-ed46-4510-8112-8226b929d348",
      "name": "Blog Translator",
      "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": "Set Languages",
      "type": "n8n-nodes-base.set",
      "position": [
        -928,
        3296
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "languages",
              "name": "languages",
              "type": "array",
              "value": [
                "spanish",
                "french"
              ]
            }
          ]
        }
      },
      "typeVersion": 3.4
    }
  ],
  "connections": {
    "Enter Blog": {
      "main": [
        [
          {
            "node": "Combine with Languages",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Split Out1": {
      "main": [
        [
          {
            "node": "Combine with Languages",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Languages": {
      "main": [
        [
          {
            "node": "Split Out1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model4": {
      "ai_languageModel": [
        [
          {
            "node": "Blog Translator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Combine with Languages": {
      "main": [
        [
          {
            "node": "Blog Translator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser2": {
      "ai_outputParser": [
        [
          {
            "node": "Blog Translator",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \u2018Execute workflow\u2019": {
      "main": [
        [
          {
            "node": "Enter Blog",
            "type": "main",
            "index": 0
          },
          {
            "node": "Set Languages",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}