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
| Property | Type | Required | Description |
|---|---|---|---|
__type | string | ✅ | Must be "wordpress" |
title | string | ✅ | Post title (min 2 chars) |
main_image | object | ❌ | Featured image |
main_image.id | string | ✅ | Image ID |
main_image.path | string | ✅ | Image URL |
type | string | ✅ | Post type (depends on your WordPress setup) |
Example
Notes
- The
typefield 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

