返回 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. |