Structured output schema
{
"outcome": "Landscapers Missed-call Recovery 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": "property address captured during the call.",
"name": "property_address",
"required": true,
"type": "text"
},
{
"description": "service type captured during the call.",
"name": "service_type",
"required": true,
"type": "text"
},
{
"description": "site size captured during the call.",
"name": "site_size",
"required": true,
"type": "number"
},
{
"description": "photos available captured during the call.",
"name": "photos_available",
"required": false,
"type": "text"
},
{
"description": "access notes captured during the call.",
"name": "access_notes",
"required": false,
"type": "text"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": false,
"type": "date"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": false,
"type": "text"
},
{
"description": "reason for call captured during the call.",
"name": "reason_for_call",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "service needed captured during the call.",
"name": "service_needed",
"required": false,
"type": "text"
}
]
}