WordPress に戻る

WordPress と Knoon AI を接続して AI ワークフローを自動化します。

Create a new post/page/custom post type item in WordPress.
wordpressXmlRpcDefaultDefaultCreatePost
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
名前タイプ説明必須
postTypemustache Optional collection slug. Defaults to posts.いいえ
titlemustache Post title.はい
slugmustache Optional post slug.いいえ
htmlmustache HTML post content. Required if markdown is omitted.いいえ
markdownmustache Markdown post content. Converted to HTML when html is omitted.いいえ
excerptmustache Optional post excerpt.いいえ
statusstring Post status. Defaults to DRAFT.いいえ
featuredMediaIdmustache Optional featured media ID.いいえ
返品
名前タイプ説明
postIdstring WordPress post ID.
slugstring Post slug.
statusstring Post status.
urlstring Post permalink.
titlestring Rendered post title.
excerptstring Rendered post excerpt HTML.
contentstring Rendered post content HTML.
featuredMediaIdstring Featured media ID if set.
createdAtstring Post created datetime.
updatedAtstring Post last modified datetime.