{
  "name": "Translate RSS feed content to Hindi and publish to WordPress with OpenAI",
  "nodes": [
    {
      "id": "8528c900-c5a9-417f-88b7-b881445b5807",
      "name": "RSS Feed Trigger",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        40,
        0
      ]
    },
    {
      "id": "96448786-b6eb-46ca-b3dc-7d8f1bec3594",
      "name": "Wordpress",
      "type": "n8n-nodes-base.wordpress",
      "position": [
        1160,
        0
      ]
    },
    {
      "id": "48763deb-8d7f-4e92-ac09-69d5fa54828f",
      "name": "Upload Image to Wordpress",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        260
      ]
    },
    {
      "id": "7a684f71-c859-484a-b402-774c4a36c261",
      "name": "Set Image on Wordpress Post",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        260
      ]
    },
    {
      "id": "a2208042-6ff8-48e3-a829-6128bde0446e",
      "name": "GET Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        520,
        260
      ]
    },
    {
      "id": "1454e0bc-462e-4446-9f66-3cc3429e2f81",
      "name": "Set Image URL",
      "type": "n8n-nodes-base.set",
      "position": [
        320,
        260
      ]
    },
    {
      "id": "f1720d6b-b344-4866-bcb1-36495fde6a06",
      "name": "Content English to Hindi",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "3d45c40e-642d-4b3e-8a11-bc6c9a0c25ff",
      "name": "Title convert",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        800,
        0
      ]
    },
    {
      "id": "a551a234-c441-4248-a3b4-2d691b870c51",
      "name": "Code1",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        0
      ]
    }
  ],
  "connections": {
    "Code1": {
      "main": [
        [
          {
            "node": "Content English to Hindi",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GET Image": {
      "main": [
        [
          {
            "node": "Upload Image to Wordpress",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wordpress": {
      "main": [
        [
          {
            "node": "Set Image URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Image URL": {
      "main": [
        [
          {
            "node": "GET Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Title convert": {
      "main": [
        [
          {
            "node": "Wordpress",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Feed Trigger": {
      "main": [
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Content English to Hindi": {
      "main": [
        [
          {
            "node": "Title convert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Image to Wordpress": {
      "main": [
        [
          {
            "node": "Set Image on Wordpress Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}