Skip to main content
lead.address_preview fires on lead.created with address_info_provided and contains no contact or score fields.
lead.enriched is still required for every subscription, even when using this optional event.
Lead payloads include:
{
  "widget_version": "01",
  "source_tracking": {
    "source_code": "01"
  }
}
{
  "event": "lead.address_preview",
  "event_id": "uuid-v4",
  "timestamp": "2026-04-06T14:22:00Z",
  "organization_id": "b8ff2073-...",
  "data": {
    "lead_id": "b543b8ca-87ff-45e9-8d04-65c61853c853",
    "flow_id": "ad64cf83-45d9-4f72-a57a-c028f0678fdc",
    "lead_status": "address_info_provided",
    "widget_version": "01",
    "source_tracking": { "source_code": "01" },
    "address": {
      "formatted": "4355 Candacraig, Johns Creek, GA",
      "street_number": "4355",
      "street": "Candacraig",
      "city": "Alpharetta",
      "state": "GA",
      "zip": "30022",
      "lat": 34.0324253,
      "lng": -84.2327157
    }
  }
}