POST {{baseUrl}}/contact_center/skills/categories
Create a new skill category. Skill categories let you assign several similar skills to a category, such as language skills. You can then route French-speaking callers to contact center agents that have the highest proficiency with French. Scopes: Rate Limit Label: contact_center_skill:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"skill_category_id": "<string>",
"skill_category_name": "<string>",
"skill_category_description": "<string>",
"skill_type": "proficiency",
"max_proficiency_level": 2,
"modified_by": "<string>",
"last_modified_time": "<dateTime>"
} |
ENDPOINTS