العودة إلى WordPress

اتصل بـ Knoon AI مع WordPress لأتمتة تدفقات عمل الذكاء الاصطناعي.

Create a new post/page/custom post type item in WordPress.
wordpressXmlRpcDefaultDefaultCreatePost
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
الاسمالنوعالوصفمطلوب
postTypemustache Optional collection slug. Defaults to posts.لا
titlemustache Post title.نعم
slugmustache Optional post slug.لا
htmlmustache HTML post content. Required if markdown is omitted.لا
markdownmustache Markdown post content. Converted to HTML when html is omitted.لا
excerptmustache Optional post excerpt.لا
statusstring Post status. Defaults to DRAFT.لا
featuredMediaIdmustache Optional featured media ID.لا
العائدات
الاسمالنوعالوصف
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.