Skip to main content

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

PropertyTypeRequiredDescription
__typestringMust be "wordpress"
titlestringPost title (min 2 chars)
main_imageobjectFeatured image
main_image.idstringImage ID
main_image.pathstringImage URL
typestringPost type (depends on your WordPress setup)

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