Wróć do WordPress
Połącz Knoon AI z WordPress, aby zautomatyzować przepływy pracy AI.
Create a new comment.
wordpressXmlRpcDefaultDefaultCreateComment
BETA
Wewnętrzny
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| postId | mustache | Target post ID. | Tak |
| content | mustache | Comment content text or HTML. | Tak |
| parentId | mustache | Optional parent comment ID. | Nie |
| authorName | mustache | Optional author name. | Nie |
| authorEmail | mustache | Optional author email. | Nie |
| authorUrl | mustache | Optional author URL. | Nie |
| status | string | Optional comment status. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |