JSON schema
{
"outcome": "Event RSVP outcome",
"fields": [
{
"description": "guest name captured during the call.",
"name": "guest_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": "attendance status captured during the call.",
"name": "attendance_status",
"required": true,
"type": "text"
},
{
"description": "party size captured during the call.",
"name": "party_size",
"required": true,
"type": "number"
},
{
"description": "dietary notes captured during the call.",
"name": "dietary_notes",
"required": true,
"type": "text"
},
{
"description": "accessibility notes captured during the call.",
"name": "accessibility_notes",
"required": false,
"type": "text"
},
{
"description": "message to host captured during the call.",
"name": "message_to_host",
"required": false,
"type": "text"
}
]
}
CSV headers
guest_name,phone_number_from_caller_id,attendance_status,party_size,dietary_notes,accessibility_notes,message_to_host