Create a skill

POST {{baseUrl}}/contact_center/skills

Create a skill for skill-based routing. Skills are agent traits that ensure they are the right person to handle a customer interaction.

Scopes: contact_center_skill:write:admin

Rate Limit Label: Light

Request Body

{"skill_category_id"=>"<string>", "skill_name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;skill_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_type&quot;:&quot;proficiency&quot;,&quot;max_proficiency_level&quot;:3,&quot;skill_category_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;skill_category_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;modified_by&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_modified_time&quot;:&quot;\u003cdateTime\u003e&quot;}