Jev recipe / implementation steps

Score sales leads with Jev

Convert a compact lead record into an ordered priority signal while keeping business thresholds in application code.

Build this decision in three steps

01Send only fields that can change sales priority.
02Use Score because the output has an ordered business meaning.
03Keep follow-up thresholds in code and compare them with actual outcomes.
schema / example
{
  "priority": {
    "type": "score",
    "instructions": "Score sales priority",
    "criteria": {
      "1": "Low fit",
      "2": "Possible fit",
      "3": "Strong fit",
      "4": "Immediate follow-up"
    }
  }
}
Copy this into the Playground, then replace the state and criteria with your own.

Continue building the workflow