Skip to main content

WordPress

Integrate with WordPress sites for content management, post creation, and media handling.

Overview

The WordPress package provides integration with WordPress sites via the REST API. Use it when you need to create or update posts, manage media, handle categories, or automate content publishing workflows.

Key Features

  • Post Management - Create, update, delete posts
  • Media Handling - Upload and manage media files
  • Category Management - Create and list categories
  • Content Retrieval - Get posts, media, categories

Available Nodes

  • Connect - Authenticate with WordPress site
  • Disconnect - Close the connection
  • Create Post - Create a new blog post
  • Update - Update existing content
  • Delete - Delete content
  • Get - Get specific content by ID
  • List Posts - List all posts
  • List Categories - List all categories
  • Create Category - Create a new category
  • Create Media - Upload media file
  • List Media - List media library items

When to Use This Package

  • Content Publishing: Automate blog post creation
  • Media Management: Upload images and files
  • Content Migration: Transfer content to WordPress
  • Scheduled Publishing: Queue posts for publishing
  • Multi-Site Management: Manage multiple WordPress sites

Typical Workflow

  1. Connect with WordPress credentials
  2. Create Media to upload images
  3. Create Post with content and featured image
  4. Disconnect when finished

Use Cases

  • Publish articles from content calendar
  • Auto-post from RSS feeds or other sources
  • Upload product images in bulk
  • Sync content across multiple sites
  • Create posts from structured data

Notes

  • Requires WordPress REST API access
  • Application password or API key authentication
  • Ensure proper user permissions