pylon_create_knowledge_base_article
Create a help article in a knowledge base by providing required title and HTML content. Optionally specify author, collection, publish status, or custom slug.
Instructions
Create a new help article in a knowledge base.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| knowledge_base_id | Yes | ID of the knowledge base | |
| title | Yes | ||
| body_html | Yes | Article content in HTML format | |
| author_user_id | No | User ID to attribute as author; defaults to authenticated user | |
| collection_id | No | ID of the collection to place the article in | |
| is_published | No | ||
| is_unlisted | No | ||
| slug | No | Custom URL slug; defaults to slug based on title |