返回 WordPress
將 Knoon AI 與 WordPress 連接以自動化 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. |