📍 Filter leads by postal code radius and send them automatically to their respective employees
D
David Bak
I have a customer who would like to filter by radius and then send the leads to his salespeople in that radius. That way someone from one end of the country wouldn't get leads that are on the other side of the country. Since Google Maps is already connected to GHL, you could actually make it so that the automation enters the postal code and sees which employee the lead matches. Currently, you have to look everything up manually
Log In
P
Pierrick GODEFROY
I have a huge need for this feature. My biggest works with dealers all over the country, would be amazing to assign leads to their dealer/customer based on the zip code filled in form
Z
Zill Syed
Many of my customers are asking for this feature. It would be great to have this available in GHL
R
Rich O'Neill
This would be cool to integrate into GHL but in the mean time I believe you can achieve this with some code. I am not an expert but I did something similar with mapping the distance from an input to the nearest address listed in a list. A decent coder on Fivver or Upwork should be able to do this fairly simply. I actually had ChatGPT write it for me and I just debugged it. It used something called the haversine formula to calculate the distance between two coordinates. If you give it the coordinates of the center of each of the sales persons radius then it could theoretically place the input into one of the radius' you give the formula.