Voltar para WordPress
Conectar Knoon AI com WordPress para automatizar fluxos de trabalho de AI.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| postId | mustache | Target post ID. | Sim |
| content | mustache | Comment content text or HTML. | Sim |
| parentId | mustache | Optional parent comment ID. | Não |
| authorName | mustache | Optional author name. | Não |
| authorEmail | mustache | Optional author email. | Não |
| authorUrl | mustache | Optional author URL. | Não |
| status | string | Optional comment status. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |