Creates a new quality scorecard. Requires qualityManageScorecards permission.
JWT-based authentication
Provide the complete scorecard payload as JSON.
Name of the scorecard
"Junior agent standard review"
Categories with nested criteria definitions
[
{
"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)
draft, active Assignment rules (optional)
{
"ticketTags": [101, 102],
"teams": [5, 7],
"channels": ["email"]
}