Terug naar WordPress
Verbinding maken met Knoon AI met WordPress om AI-workflows te automatiseren.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| postId | mustache | Target post ID. | Ja |
| content | mustache | Comment content text or HTML. | Ja |
| parentId | mustache | Optional parent comment ID. | Nee |
| authorName | mustache | Optional author name. | Nee |
| authorEmail | mustache | Optional author email. | Nee |
| authorUrl | mustache | Optional author URL. | Nee |
| status | string | Optional comment status. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |