Retour à WordPress
Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| postId | mustache | Target post ID. | Oui |
| content | mustache | Comment content text or HTML. | Oui |
| parentId | mustache | Optional parent comment ID. | Non |
| authorName | mustache | Optional author name. | Non |
| authorEmail | mustache | Optional author email. | Non |
| authorUrl | mustache | Optional author URL. | Non |
| status | string | Optional comment status. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |