create_article
Create a new draft article in the Zendesk Help Center for review before publishing. Requires a section ID; supports HTML body content.
Instructions
Create a new article in the Zendesk Help Center. The article is created as a draft by default to allow review before publishing. Requires a section_id — use read_articles with include_sections=true to discover available sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Article body content. Supports HTML formatting. | |
| draft | No | Whether the article should be created as a draft (default: true for safety). | |
| title | Yes | Article title. | |
| locale | No | Article locale (default: "en-us"). | en-us |
| section_id | Yes | ID of the section to create the article in. Use read_articles with include_sections=true to discover section IDs. | |
| label_names | No | Labels to apply to the article. | |
| notify_subscribers | No | Whether to notify section subscribers (default: false). | |
| permission_group_id | No | Permission group ID. If omitted, uses the default. |