العودة إلى WordPress
اتصل بـ Knoon AI مع WordPress لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |