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
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Body
application/json
Provide the complete scorecard payload as JSON.
Name of the scorecard
Example:
"Junior agent standard review"
Categories with nested criteria definitions
Example:
[
{
"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)
Available options:
draft, active Assignment rules (optional)
Example:
{
"ticketTags": [101, 102],
"teams": [5, 7],
"channels": ["email"]
}Live Quality Coach configuration (optional, defaults to disabled)
Example:
{ "enabled": true, "threshold": 80 }