Workflow prompt
Create a callable QR code workflow that answers calls, asks why the person scanned, captures location and request details, and notifies the owner.
Output schema
{
"outcome": "QR code call outcome",
"fields": [
{
"description": "caller intent captured during the call.",
"name": "caller_intent",
"required": true,
"type": "text"
},
{
"description": "location or object context captured during the call.",
"name": "location_or_object_context",
"required": true,
"type": "text"
},
{
"description": "structured result captured during the call.",
"name": "structured_result",
"required": true,
"type": "text"
},
{
"description": "follow-up owner captured during the call.",
"name": "follow-up_owner",
"required": true,
"type": "text"
}
]
}