What the n8n WordPress Integration Does
The n8n WordPress node connects to any WordPress site via the REST API. It can create, read, update, and delete posts, pages, and users. You can publish drafts, update metadata, manage categories and tags, and upload media—all from automated workflows.
WordPress is the most popular CMS on the planet. But content operations around it are often surprisingly manual. Writers draft in Google Docs, editors copy-paste into WordPress, someone manually sets the featured image, and another person shares the post on social media. Each handoff is a delay and an error risk.
n8n automation removes those handoffs. Content flows from creation to publication to distribution automatically. It is one of the most practical n8n integrations for content teams and marketing operations.
Three WordPress Workflow Examples
1. Automated Publishing From a Content Calendar
Trigger: record status changes to "Approved" in an Airtable or Notion content calendar. Action: n8n reads the title, body, category, tags, and featured image from the record. It creates a new WordPress post with all metadata set, uploads the featured image, and publishes the post. Then it shares the live URL to Slack and Twitter. This n8n workflow example turns your content calendar into an auto-publishing engine.
2. SEO Metadata Bulk Updater
Trigger: manual execution or scheduled cron. Action: n8n reads a Google Sheet containing post slugs and updated SEO titles, meta descriptions, and focus keywords. For each row, it fetches the WordPress post by slug and updates the metadata via the REST API or a custom fields plugin endpoint. Bulk SEO updates that would take hours in the WordPress dashboard happen in seconds. A practical n8n use case for agencies managing multiple sites.
3. Multi-Channel Content Syndication
Trigger: new post published on WordPress (detected via polling or webhook). Action: n8n reads the post content, reformats it for different platforms, creates a LinkedIn article draft, schedules a tweet thread via the Twitter API, and sends a newsletter edition through Mailchimp using the post content. One publish action, multi-channel distribution. This n8n workflow eliminates the repetitive work of repurposing content.
How Setup Works
Connecting WordPress to n8n requires either WordPress application passwords or JWT authentication. For self-hosted WordPress sites, you enable the REST API and generate an application password in your user profile. For WordPress.com sites, OAuth authentication is available.
The WordPress node supports all major post operations: create, get, update, delete, and get all. You can set post status (draft, publish, private), assign categories and tags, set featured images, and update custom fields. Works with any WordPress site that has the REST API enabled.
n8n templates for WordPress include content publishing pipelines, site backup workflows, and multi-site management automations.
When to DIY vs Hire an Agency
Simple WordPress automations—publishing a post from a form submission, sending a Slack message when a post goes live—are easy DIY projects. The WordPress node is well-documented and the REST API is standardised.
Complex content operations involving custom post types, ACF fields, WooCommerce products, or multi-site management require deeper WordPress expertise. Authentication edge cases, media upload handling, and custom field mapping can be tricky. Workflows interacting with WordPress plugins often need custom API endpoints.
If WordPress is your primary content platform and you need reliable, automated publishing pipelines, professional n8n workflow design ensures nothing breaks on publish day.
Automate Your Content Operations
Related guides:
build an AI content generation agent with n8n
WordPress manages your content. n8n manages everything around it. From automated publishing to SEO updates to multi-channel syndication, n8n integrations turn WordPress from a manual CMS into an automated content platform. If your content team spends more time in the WordPress dashboard than creating content, automation is overdue.
Streamline WordPress With n8n
Content operations should not bottleneck at the CMS. n8n WordPress automation handles publishing, distribution, and site management so your team focuses on creating.
Goodspeed builds content automation workflows with n8n for teams that publish at scale. Talk to our n8n agency to automate your WordPress site.

Harish Malhi
Founder of Goodspeed
Harish Malhi is the founder of Goodspeed, one of the top-rated Bubble agencies globally and winner of Bubble’s Agency of the Year award in 2024. He left Google to launch his first app, Diaspo, built entirely on Bubble, which gained press coverage from the BBC, ITV and more. Since then, he has helped ship over 200 products using Bubble, Framer, n8n and more - from internal tools to full-scale SaaS platforms. Harish now leads a team that helps founders and operators replace clunky workflows with fast, flexible software without writing a line of code.
Frequently Asked Questions (FAQs)
Can n8n publish posts to WordPress automatically?
Yes. The n8n WordPress node creates and publishes posts via the REST API. You can set the title, content, categories, tags, featured image, and publish status all from within a workflow.
Does n8n work with self-hosted WordPress sites?
Yes. n8n connects to any WordPress site with the REST API enabled, including self-hosted installations. You authenticate using application passwords generated in your WordPress user profile.
What are common n8n WordPress workflow examples?
Popular workflows include automated publishing from content calendars, bulk SEO metadata updates, multi-channel content syndication, WooCommerce order notifications, and scheduled content updates across multiple WordPress sites.
Can n8n update existing WordPress posts?
Yes. The WordPress node supports updating existing posts by ID or slug. You can modify the title, content, metadata, categories, tags, and status of any published or draft post.
Does n8n support WordPress custom post types?
Yes. You can interact with custom post types through the WordPress REST API by specifying the post type endpoint. This works with WooCommerce products, portfolio items, and any registered custom post type.
How do I connect WordPress to n8n?
Enable the REST API on your WordPress site and generate an application password in your user profile settings. Add the site URL and application password as WordPress credentials in n8n, then use the WordPress node in your workflow.



