返回 WordPress

将 Knoon AI 与 WordPress 连接以自动化 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.