Workflow prompt
Create a conference booth Call App that captures visitor interest, company, use case, timeline, and follow-up preference.
Output schema
{
"outcome": "conference booth call outcome",
"fields": [
{
"description": "visitor name captured during the call.",
"name": "visitor_name",
"required": true,
"type": "text"
},
{
"description": "company captured during the call.",
"name": "company",
"required": true,
"type": "text"
},
{
"description": "interest captured during the call.",
"name": "interest",
"required": true,
"type": "text"
},
{
"description": "timeline captured during the call.",
"name": "timeline",
"required": true,
"type": "date"
},
{
"description": "follow-up request captured during the call.",
"name": "follow-up_request",
"required": true,
"type": "text"
}
]
}