{
  "title": "Pipedream lead qualification starter app",
  "platform": "Pipedream",
  "scenario": "lead-qualification",
  "description": "A Jodoo field model for storing lead qualification output from a Pipedream webhook workflow.",
  "fields": [
    "Record title",
    "Lead source",
    "Contact name",
    "Company",
    "Email",
    "Campaign",
    "Message or request",
    "AI score",
    "Lead tier",
    "Fit reason",
    "Missing information",
    "Suggested owner",
    "Next best action",
    "Follow-up draft",
    "Routing priority",
    "Review status",
    "Original agent output"
  ],
  "views": [
    "Hot leads",
    "Needs review",
    "Missing information",
    "Owner queue",
    "All qualified leads"
  ],
  "automations": [
    "Create or update the Jodoo lead record after the Pipedream code step.",
    "Notify the suggested owner when routing priority is High.",
    "Move missing-information leads into a review queue.",
    "Keep the original workflow output in the audit trail."
  ],
  "sampleRecord": {
    "contact_name": "Sophia Reed",
    "company": "Meridian Field Systems",
    "ai_score": 88,
    "lead_tier": "Hot",
    "routing_priority": "High"
  }
}
