New separate lead address fields

Our Lead object always had an address field. Now we introduced separate fields to send and receive the address in different components: street_address, city, state and zip.

address field still exists and corresponds to the full formatted address. If you are sending a lead to Real Geeks and have the address separated into multiple components use the separated fields. If you have the full address only use the address field.

{
  "street_address": "123 Mokulua Dr",
  "city": "Kailua",
  "state": "HI",
  "zip": "96734",
  "address": "123 Mokulua Dr, Kailua, HI 96734
}

Separate address fields are also available in our Zapier app.

Leave a comment