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