haops_create_help_article
Create a new help article in a specified section of the help center. Provide title, content, and optionally publish immediately.
Instructions
Create a new help article in a section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article title | |
| content | No | Article content (HTML) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| isPublished | No | Whether to publish immediately (default: false) | |
| sectionSlug | Yes | The section slug to create the article in |