WordPress に戻る
WordPress と Knoon AI を接続して AI ワークフローを自動化します。
Create a new post/page/custom post type item in WordPress.
wordpressXmlRpcDefaultDefaultCreatePost
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. | いいえ |
| title | mustache | Post title. | はい |
| slug | mustache | Optional post slug. | いいえ |
| html | mustache | HTML post content. Required if markdown is omitted. | いいえ |
| markdown | mustache | Markdown post content. Converted to HTML when html is omitted. | いいえ |
| excerpt | mustache | Optional post excerpt. | いいえ |
| status | string | Post status. Defaults to DRAFT. | いいえ |
| featuredMediaId | mustache | Optional featured media ID. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| postId | string | WordPress post ID. |
| slug | string | Post slug. |
| status | string | Post status. |
| url | string | Post permalink. |
| title | string | Rendered post title. |
| excerpt | string | Rendered post excerpt HTML. |
| content | string | Rendered post content HTML. |
| featuredMediaId | string | Featured media ID if set. |
| createdAt | string | Post created datetime. |
| updatedAt | string | Post last modified datetime. |