{
  "name": "LMCProtocol 2-Step Local Enrichment Waterfall",
  "version": "1.0.4",
  "description": "Step 1 pre-filters local business leads with LMCProtocol telemetry in ~210 tokens before triggering expensive contact finders.",
  "columns": [
    {
      "name": "LMCProtocol Telemetry",
      "type": "http_enrichment",
      "method": "POST",
      "url": "https://lmcprotocol.com/v1/search",
      "headers": {
        "Authorization": "Bearer {{api_key}}",
        "Content-Type": "application/json"
      },
      "body": {
        "query": "{{trade}}",
        "location": "{{city}}",
        "limit": 1,
        "filters": {
          "missing_pixel": true
        }
      }
    },
    {
      "name": "Qualified Flaw",
      "type": "formula",
      "formula": "{{LMCProtocol Telemetry.data[0].diagnostic_telemetry.detected_flaws[0].title}}"
    },
    {
      "name": "Dynamic Hook",
      "type": "formula",
      "formula": "{{LMCProtocol Telemetry.data[0].outbound_hook}}"
    },
    {
      "name": "Verified Direct Email",
      "type": "formula",
      "formula": "{{LMCProtocol Telemetry.data[0].contact_intelligence.direct_email}}"
    }
  ]
}
