Create a new quality scorecard
Quality Management
Create a new quality scorecard
Creates a new quality scorecard. Requires qualityManageScorecards permission.
POST
Create a new quality scorecard
Autorisierungen
JWT-based authentication
Body
application/json
Provide the complete scorecard payload as JSON.
Name of the scorecard
Beispiel:
"Junior agent standard review"
Categories with nested criteria definitions
Beispiel:
[
{
"categoryId": 1,
"label": "Opening",
"order": 1,
"criteria": [
{
"id": 10,
"label": "Greeting",
"description": "Did the agent greet the customer properly?",
"maxPoints": 5,
"scoringType": "numericScale",
"autoGenerateByAi": false,
"assessmentPrompt": "Evaluate the opening.",
"makeOrBreakForCategory": false,
"makeOrBreakForAssessment": false
}
]
}
]State of the new scorecard (defaults to active if omitted)
Verfügbare Optionen:
draft, active Assignment rules (optional)
Beispiel:
{
"ticketTags": [101, 102],
"teams": [5, 7],
"channels": ["email"]
}Live Quality Coach configuration (optional, defaults to disabled)
Beispiel:
{ "enabled": true, "threshold": 80 }