Πίσω στο WordPress
Σύνδεση Knoon AI με WordPress για αυτοματοποίηση ροών εργασίας AI.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| postId | mustache | Target post ID. | Ναι |
| content | mustache | Comment content text or HTML. | Ναι |
| parentId | mustache | Optional parent comment ID. | Όχι |
| authorName | mustache | Optional author name. | Όχι |
| authorEmail | mustache | Optional author email. | Όχι |
| authorUrl | mustache | Optional author URL. | Όχι |
| status | string | Optional comment status. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |