Tilbage til WordPress
Forbind Knoon AI med WordPress for at automatisere AI-arbejdsgange.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
BETA
Internt
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| postId | mustache | Target post ID. | Ja |
| content | mustache | Comment content text or HTML. | Ja |
| parentId | mustache | Optional parent comment ID. | Nej |
| authorName | mustache | Optional author name. | Nej |
| authorEmail | mustache | Optional author email. | Nej |
| authorUrl | mustache | Optional author URL. | Nej |
| status | string | Optional comment status. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |