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
- Connect with WordPress credentials
- Create Media to upload images
- Create Post with content and featured image
- 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
📄️ Connect
Robomotion.Wordpress.Connect
📄️ Create Category
Robomotion.Wordpress.CreateCategory
📄️ Create Media
Robomotion.Wordpress.CreateMedia
📄️ Create Post
Robomotion.Wordpress.CreatePost
📄️ Delete
Robomotion.Wordpress.Delete
📄️ Disconnect
Robomotion.Wordpress.Disconnect
📄️ Get
Robomotion.Wordpress.Get
📄️ List Categories
Robomotion.Wordpress.ListCategories
📄️ List Media
Robomotion.Wordpress.ListMedia
📄️ List Posts
Robomotion.Wordpress.ListPosts
📄️ Update
Robomotion.Wordpress.Update