JSON schema
{
"outcome": "Sales roleplay outcome",
"fields": [
{
"description": "rep name captured during the call.",
"name": "rep_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "scenario captured during the call.",
"name": "scenario",
"required": true,
"type": "text"
},
{
"description": "objections handled captured during the call.",
"name": "objections_handled",
"required": true,
"type": "text"
},
{
"description": "score captured during the call.",
"name": "score",
"required": true,
"type": "number"
},
{
"description": "strengths captured during the call.",
"name": "strengths",
"required": false,
"type": "text"
},
{
"description": "coaching notes captured during the call.",
"name": "coaching_notes",
"required": false,
"type": "text"
}
]
}
CSV headers
rep_name,phone_number_from_caller_id,scenario,objections_handled,score,strengths,coaching_notes