Zurück zu WordPress
Verbinde Knoon AI mit WordPress, um KI-Workflows zu automatisieren.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| postId | mustache | Target post ID. | Ja |
| content | mustache | Comment content text or HTML. | Ja |
| parentId | mustache | Optional parent comment ID. | Nein |
| authorName | mustache | Optional author name. | Nein |
| authorEmail | mustache | Optional author email. | Nein |
| authorUrl | mustache | Optional author URL. | Nein |
| status | string | Optional comment status. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |