JSON schema
{
"outcome": "Missed-call recovery 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": "reason for call captured during the call.",
"name": "reason_for_call",
"required": true,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": true,
"type": "text"
},
{
"description": "service needed captured during the call.",
"name": "service_needed",
"required": true,
"type": "text"
},
{
"description": "preferred callback time captured during the call.",
"name": "preferred_callback_time",
"required": false,
"type": "date"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,reason_for_call,urgency,service_needed,preferred_callback_time,next_action