This workflow corresponds to n8n.io template #5150 — we link there as the canonical source.
This workflow follows the HTTP Request → OpenAI recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "HmlNHuYYzQAhoImx",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Groovenexus English to Hindi Final",
"tags": [],
"nodes": [
{
"id": "8528c900-c5a9-417f-88b7-b881445b5807",
"name": "RSS Feed Trigger",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"position": [
40,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "96448786-b6eb-46ca-b3dc-7d8f1bec3594",
"name": "Wordpress",
"type": "n8n-nodes-base.wordpress",
"position": [
1160,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "48763deb-8d7f-4e92-ac09-69d5fa54828f",
"name": "Upload Image to Wordpress",
"type": "n8n-nodes-base.httpRequest",
"position": [
720,
260
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "7a684f71-c859-484a-b402-774c4a36c261",
"name": "Set Image on Wordpress Post",
"type": "n8n-nodes-base.httpRequest",
"position": [
1000,
260
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "a2208042-6ff8-48e3-a829-6128bde0446e",
"name": "GET Image",
"type": "n8n-nodes-base.httpRequest",
"position": [
520,
260
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "1454e0bc-462e-4446-9f66-3cc3429e2f81",
"name": "Set Image URL",
"type": "n8n-nodes-base.set",
"position": [
320,
260
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "f1720d6b-b344-4866-bcb1-36495fde6a06",
"name": "Content English to Hindi",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
440,
0
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "3d45c40e-642d-4b3e-8a11-bc6c9a0c25ff",
"name": "Title convert",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
800,
0
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "a551a234-c441-4248-a3b4-2d691b870c51",
"name": "Code1",
"type": "n8n-nodes-base.code",
"position": [
240,
0
],
"parameters": {},
"typeVersion": 2
}
],
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "5b9ae900-cad6-4b32-95f3-3a66650054d4",
"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
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow automatically pulls articles from an RSS feed, translates the content and title from English to Hindi using OpenAI, extracts the featured image from the HTML content, and publishes the translated post as a draft on a connected WordPress site.
Source: https://n8n.io/workflows/5150/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This template is ideal for creators, bloggers, and automation enthusiasts who want to auto-generate blog posts from AI-generated content — without lifting a finger. Whether you're running a tech blog,
Automatically publish your Note.com articles to WordPress with intelligent category and tag assignment powered by OpenAI.
100% autonomous workflow that transforms YouTube videos into unique, high-quality, SEO-optimized blog articles and automatically publishes them to WordPress. No human intervention required: it uses Yo
The best content automation in the market! This advanced workflow not only creates and publishes SEO-optimized blog posts to your WordPress website but also backs up all content and images to a design
WP. Uses openAi, outputParserStructured, chainLlm, httpRequest. Event-driven trigger; 63 nodes.