Create a skill category

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: contact_center_skill:write:admin

Rate Limit Label: Light

Request Body

{"max_proficiency_level"=>1, "skill_category_name"=>"<string>", "skill_category_description"=>"<string>", "skill_type"=>"text"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;skill_category_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_category_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_category_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_type&quot;:&quot;proficiency&quot;,&quot;max_proficiency_level&quot;:2,&quot;modified_by&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_modified_time&quot;:&quot;\u003cdateTime\u003e&quot;}