Create post
The WordPress.com Create Post tool streamlines content publishing by allowing users to create new posts directly on their WordPress.com sites via an automated API integration. Designed for seamless content management, it simplifies the process of adding fresh content without manually logging into the dashboard.
Features
- Create new posts on any WordPress.com site using site ID or domain.
- Supports setting post title, content (HTML or text), and status (publish, draft, private, pending).
- Allows choosing the type of content: post or page, enabling versatile content creation.
- Integrates easily with external workflows and automation platforms like Pipedream.
- Provides clear API documentation ensuring easy setup and usage for developers.
Benefits
- Saves time by enabling direct post creation without manual site access.
- Enhances productivity with automated content publishing workflows.
- Improves content management flexibility by supporting multiple post statuses and types.
- Facilitates smoother integration of WordPress.com blogging with other tools and applications.
- Empowers users to maintain an active site presence effortlessly through automation.
Description
Creates a new post on a WordPress.com site. See the documentation
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| siterequired | string | Enter a site ID or domain (e.g. testsit38.wordpress.com). Do not include 'https://' or 'www'. |
| titlerequired | string | The title of the post |
| contentrequired | string | The content of the post (HTML or text) |
| status | enum | The status of the post |
| type | enum | The type of the post (post or page). For attachments, use the 'Upload Media' action. |