Πίσω στο WordPress
Σύνδεση Knoon AI με WordPress για αυτοματοποίηση ροών εργασίας AI.
Create a new post/page/custom post type item in WordPress.
wordpressXmlRpcDefaultDefaultCreatePost
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| postType | mustache | Optional collection slug. Defaults to posts. | Όχι |
| title | mustache | Post title. | Ναι |
| slug | mustache | Optional post slug. | Όχι |
| html | mustache | HTML post content. Required if markdown is omitted. | Όχι |
| markdown | mustache | Markdown post content. Converted to HTML when html is omitted. | Όχι |
| excerpt | mustache | Optional post excerpt. | Όχι |
| status | string | Post status. Defaults to DRAFT. | Όχι |
| featuredMediaId | mustache | Optional featured media ID. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |