create_article
Create a Help Center article in a specific section. Accepts HTML body and optional settings for locale, draft status, permissions, and labels.
Instructions
Create a Help Center article in a specific section. Body accepts HTML. Specify locale if you support multiple languages (defaults to instance default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article title | |
| body | Yes | Article body content (HTML) | |
| section_id | Yes | Section ID where the article will be created | |
| locale | No | Article locale (e.g., 'en-us') | |
| draft | No | Whether the article is a draft | |
| permission_group_id | No | Permission group ID for the article | |
| user_segment_id | No | User segment ID for the article | |
| label_names | No | Labels for the article |