Atrás a WordPress
Conectar Knoon AI con WordPress para automatizar flujos de trabajo de AI.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
Beta
Interno
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| postId | mustache | Target post ID. | Sí |
| content | mustache | Comment content text or HTML. | Sí |
| parentId | mustache | Optional parent comment ID. | No |
| authorName | mustache | Optional author name. | No |
| authorEmail | mustache | Optional author email. | No |
| authorUrl | mustache | Optional author URL. | No |
| status | string | Optional comment status. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |