Retour à WordPress

Connecter Knoon AI avec WordPress pour automatiser les flux de travail AI.

Create a new post/page/custom post type item in WordPress.
wordpressXmlRpcDefaultDefaultCreatePost
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
postTypemustache Optional collection slug. Defaults to posts.Non
titlemustache Post title.Oui
slugmustache Optional post slug.Non
htmlmustache HTML post content. Required if markdown is omitted.Non
markdownmustache Markdown post content. Converted to HTML when html is omitted.Non
excerptmustache Optional post excerpt.Non
statusstring Post status. Defaults to DRAFT.Non
featuredMediaIdmustache Optional featured media ID.Non
Retours
NomTypeDescription
postIdstring WordPress post ID.
slugstring Post slug.
statusstring Post status.
urlstring Post permalink.
titlestring Rendered post title.
excerptstring Rendered post excerpt HTML.
contentstring Rendered post content HTML.
featuredMediaIdstring Featured media ID if set.
createdAtstring Post created datetime.
updatedAtstring Post last modified datetime.