create_blog_category
Create a new category in a blog publication by providing a name and URL slug, with optional brand and description. Organize blog content into structured categories.
Instructions
Create a new category in a blog publication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category name | |
| slug | Yes | URL slug, e.g. 'marketing-tips' | |
| brandId | No | Brand ID (uses active brand if omitted) | |
| description | No | ||
| publicationId | Yes | Blog publication ID |