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: 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_id": "<string>",
"skill_name": "<string>",
"skill_type": "proficiency",
"max_proficiency_level": 3,
"skill_category_name": "<string>",
"skill_category_id": "<string>",
"modified_by": "<string>",
"last_modified_time": "<dateTime>"
} |
ENDPOINTS