Tillbaka till WordPress
Anslut Knoon AI med WordPress för att automatisera AI-flöden.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| 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 |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |