create_post
Create a blog post from HTML, set status to published for immediate publication, add tags and metadata, and get a preview URL to review the draft.
Instructions
Create a blog post from HTML content.
Defaults to a draft; pass status="published" to publish immediately.
tags are given as names and created if they don't already exist.
meta_title/meta_description set the post's search-snippet metadata.
Returns the created post's summary, including a preview_url for reviewing
the draft in the active theme before publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| tags | No | ||
| title | Yes | ||
| status | No | draft | |
| excerpt | No | ||
| meta_title | No | ||
| feature_image | No | ||
| meta_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||