Overview
WordPress integration allows you to publish posts to your WordPress site. You can set the title, featured image, and post type.
Settings Schema
Properties
status
categories and tags take numeric WordPress IDs, not names. Look them up
in your WordPress admin, or through the WordPress REST API, before sending
them.
Example
Notes
- The
type field depends on your WordPress configuration (e.g., “post”, “page”, or custom post types)
- Content can be HTML or Markdown depending on your WordPress setup
- Featured images will be uploaded to your WordPress media library