AutomationFlowsContent & Video › Auto-publish Pr News Articles with Featured Images to Wordpress From RSS

Auto-publish Pr News Articles with Featured Images to Wordpress From RSS

ByThe Higher Pitch @digvijay on n8n.io

This workflow automates the process of publishing PR News articles to the WordPress website.

Event trigger★★★★☆ complexity9 nodesRss Feed Read TriggerWordPressHTTP Request
Content & Video Trigger: Event Nodes: 9 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #4913 — we link there as the canonical source.

This workflow follows the HTTP Request → WordPress 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 →

Download .json
{
  "id": "88x49jmELpXBXgy8",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "PR news post to Techeela Website",
  "tags": [],
  "nodes": [
    {
      "id": "c762fb88-f496-4ff6-80fc-3da2047096d6",
      "name": "RSS Feed Trigger",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "572e403a-ee70-46ee-ac24-45faf8fe1d98",
      "name": "Wordpress",
      "type": "n8n-nodes-base.wordpress",
      "position": [
        440,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2ff6ba75-5c55-4203-a670-f6688acf8520",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "1c0c60e0-0f1f-4f64-9186-5640599f62a7",
      "name": "Upload Image to Wordpress",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "38326346-0f38-4491-b786-ee1e06b65f96",
      "name": "Set Image on Wordpress Post",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1240,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "45505c71-ff36-4f4c-be2c-bf705ae0a902",
      "name": "GET Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "6f1ff8bc-622d-49bb-a172-bf23b6e1baa3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8272d49e-cf24-43a0-b948-db29adf5a95f",
      "name": "Set Image URL",
      "type": "n8n-nodes-base.set",
      "position": [
        640,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "f6685e58-6c23-495d-9b75-a8066eab8829",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "71481a3f-f3d0-45aa-b039-5f2cdb2e5267",
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Wordpress",
            "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
          }
        ]
      ]
    },
    "RSS Feed Trigger": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Image to Wordpress": {
      "main": [
        [
          {
            "node": "Set Image on Wordpress Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow automates the process of publishing PR News articles to the WordPress website.

Source: https://n8n.io/workflows/4913/ — original creator credit. Request a take-down →

More Content & Video workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Content & Video

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,

HTTP Request, WordPress, Rss Feed Read Trigger +4
Content & Video

Auto-Tag Blog Posts in WordPress with AI. Uses lmChatOpenAi, outputParserAutofixing, outputParserStructured, rssFeedReadTrigger. Event-driven trigger; 32 nodes.

OpenAI Chat, Output Parser Autofixing, Output Parser Structured +5
Content & Video

This workflow automates tagging for WordPress posts using AI: Fetch blog post content and metadata. Generate contextually relevant tags using AI. Verify existing tags in WordPress and create new ones

OpenAI Chat, Output Parser Autofixing, Output Parser Structured +5
Content & Video

Automatically publish your Note.com articles to WordPress with intelligent category and tag assignment powered by OpenAI.

Rss Feed Read Trigger, HTTP Request, OpenAI +1
Content & Video

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 t

Rss Feed Read Trigger, WordPress, HTTP Request +1