Indietro a WordPress
Connetti Knoon AI con WordPress per automatizzare i flussi di lavoro AI.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| 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 |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |