ย้อนกลับไปยัง WordPress
เชื่อมต่อ Knoon AI กับ WordPress เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List posts/pages/custom post types from WordPress.
wordpressXmlRpcDefaultDefaultListPosts
เบต้า
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. Example: posts, pages, products. | ไม่ |
| search | mustache | Optional search term for title/content. | ไม่ |
| status | string | Post status filter. Defaults to PUBLISH. | ไม่ |
| limit | mustache | Optional number of rows (1-100). Defaults to 10. | ไม่ |
| page | mustache | Optional page number. Defaults to 1. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| postId | string | WordPress post ID. |
| slug | string | Post slug. |
| status | string | Post status. |
| url | string | Post permalink. |
| title | string | Rendered post title. |
| excerpt | string | Rendered post excerpt HTML. |
| content | string | Rendered post content HTML. |
| featuredMediaId | string | Featured media ID if set. |
| createdAt | string | Post created datetime. |
| updatedAt | string | Post last modified datetime. |