Question

Typeform to Email Zip Code

  • 19 January 2022
  • 3 replies
  • 37 views

In the development stage and looking to use Typeform to capture leads and then distribute captured leads via email to various recipients.  While I realize that can be done with relative ease, is there any way to distribute these captured leads to email addresses within with a zip code radius? Users will define their zip code as well as their preferred radius in the Typeform. I appreciate any advice as to the feasibility of this as well as the Zapier integrations that could make this happen.  Thanks!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @Steve-O 

You’d likely need to implement some sort of API to take the original Zip and radius, then calculate the encompassing Zips, and finally add some logic to determine the matching email addresses.

Thanks very much for the reply @Troy Tessalone.  Any suggestions of an API that may do this?  Thanks again.  -Steve

Userlevel 7
Badge +12

@Steve-O 

Here is one: https://www.zipcodeapi.com/API#radius 

You will likely need some code to interpret the data but may be able to set something up that uses contains type logic