Structured output schema
{
"outcome": "Nonprofits Volunteer Coordination 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": "volunteer name captured during the call.",
"name": "volunteer_name",
"required": false,
"type": "text"
},
{
"description": "availability captured during the call.",
"name": "availability",
"required": false,
"type": "text"
},
{
"description": "skills captured during the call.",
"name": "skills",
"required": false,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": false,
"type": "text"
}
]
}