חזרה אל 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. |