WordPress に戻る
WordPress と Knoon AI を接続して AI ワークフローを自動化します。
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| postId | mustache | Target post ID. | はい |
| content | mustache | Comment content text or HTML. | はい |
| parentId | mustache | Optional parent comment ID. | いいえ |
| authorName | mustache | Optional author name. | いいえ |
| authorEmail | mustache | Optional author email. | いいえ |
| authorUrl | mustache | Optional author URL. | いいえ |
| status | string | Optional comment status. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| commentId | string | WordPress comment ID. |
| postId | string | Related post ID. |
| parentId | string | Parent comment ID. |
| status | string | Comment status. |
| type | string | Comment type. |
| url | string | Comment URL. |
| authorName | string | Author name. |
| authorEmail | string | Author email. |
| authorUrl | string | Author URL. |
| content | string | Rendered comment HTML. |
| createdAt | string | Comment datetime. |