Workflow prompt
Create a flyer Call App that captures why the caller scanned, campaign source, interest level, contact details, and next action.
Output schema
{
"outcome": "flyer call outcome",
"fields": [
{
"description": "campaign source captured during the call.",
"name": "campaign_source",
"required": true,
"type": "text"
},
{
"description": "caller interest captured during the call.",
"name": "caller_interest",
"required": true,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": true,
"type": "text"
},
{
"description": "preferred follow-up captured during the call.",
"name": "preferred_follow-up",
"required": true,
"type": "text"
},
{
"description": "next action captured during the call.",
"name": "next_action",
"required": true,
"type": "text"
}
]
}