JSON schema
{
"outcome": "Customer feedback call outcome",
"fields": [
{
"description": "caller name captured during the call.",
"name": "caller_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": "rating captured during the call.",
"name": "rating",
"required": true,
"type": "text"
},
{
"description": "positive feedback captured during the call.",
"name": "positive_feedback",
"required": true,
"type": "text"
},
{
"description": "improvement area captured during the call.",
"name": "improvement_area",
"required": true,
"type": "text"
},
{
"description": "follow up requested captured during the call.",
"name": "follow_up_requested",
"required": false,
"type": "text"
},
{
"description": "theme captured during the call.",
"name": "theme",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,rating,positive_feedback,improvement_area,follow_up_requested,theme