JSON schema
{
"outcome": "Waitlist management 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": "waitlist item captured during the call.",
"name": "waitlist_item",
"required": true,
"type": "text"
},
{
"description": "preferred times captured during the call.",
"name": "preferred_times",
"required": true,
"type": "date"
},
{
"description": "flexibility captured during the call.",
"name": "flexibility",
"required": true,
"type": "text"
},
{
"description": "notice needed captured during the call.",
"name": "notice_needed",
"required": false,
"type": "text"
},
{
"description": "priority notes captured during the call.",
"name": "priority_notes",
"required": false,
"type": "text"
}
]
}
CSV headers
caller_name,phone_number_from_caller_id,waitlist_item,preferred_times,flexibility,notice_needed,priority_notes