Structured output schema
{
"outcome": "Nonprofits Event RSVP AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"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": "request type captured during the call.",
"name": "request_type",
"required": true,
"type": "text"
},
{
"description": "campaign or event captured during the call.",
"name": "campaign_or_event",
"required": true,
"type": "text"
},
{
"description": "availability or amount captured during the call.",
"name": "availability_or_amount",
"required": false,
"type": "number"
},
{
"description": "follow up preference captured during the call.",
"name": "follow_up_preference",
"required": false,
"type": "text"
},
{
"description": "notes captured during the call.",
"name": "notes",
"required": false,
"type": "text"
},
{
"description": "guest name captured during the call.",
"name": "guest_name",
"required": false,
"type": "text"
},
{
"description": "attendance status captured during the call.",
"name": "attendance_status",
"required": false,
"type": "text"
},
{
"description": "party size captured during the call.",
"name": "party_size",
"required": false,
"type": "number"
},
{
"description": "dietary notes captured during the call.",
"name": "dietary_notes",
"required": false,
"type": "text"
}
]
}