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.