Create Help Center Article
create_articleCreate a new knowledge base article in a specified Help Center section, requiring a permission group. Optionally set locale, author, draft status, labels, and more.
Instructions
Create a new article in a section. The locale becomes the article's source_locale. Requires a permission_group_id (use list_permission_groups to find available IDs). To add content in other locales afterwards, use create_article_translation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | ||
| title | Yes | ||
| body | Yes | Article body (HTML) | |
| permission_group_id | Yes | Permission group ID (use list_permission_groups to find it) | |
| user_segment_id | No | User segment ID for visibility (use list_user_segments to find it). Defaults to everyone. | |
| author_id | No | Author user ID. Defaults to the authenticated user. | |
| content_tag_ids | No | Content tag IDs (use list_content_tags to find them) | |
| locale | No | ||
| draft | No | ||
| promoted | No | ||
| label_names | No | Label names for search ranking (use list_labels to see existing labels) |