Create Data Category Group
sf_create_data_categoryCreates a data category group with hierarchical categories for classifying Salesforce Knowledge articles, solutions, or cases. Enables structured content classification and visibility controls.
Instructions
Creates a Data Category Group with categories for classifying Salesforce Knowledge articles, solutions, or cases. Data categories enable hierarchical content classification and visibility controls.
fullName: data category group API name label: display label objectUsage: object type to categorize (e.g. 'KnowledgeArticle') categories: top-level categories with optional sub-categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Group display label | |
| fullName | Yes | Data category group API name | |
| categories | No | Top-level categories | |
| description | No | Group description | |
| objectUsage | No | Object to categorize, e.g. 'KnowledgeArticle' | KnowledgeArticle |