We’re collecting some basic information from users through a wireless portal when they connect to our guest network. Name, E-mail, and Zip Code. This information is passed onto Zapier utilizing Webhooks. I have some Zaps setup and they’re working great. The short of it is the information is collected, slightly modified, then passed on to other external sources as contacts and for logging. Everything works great unless someone inputs a bogus zip code. I’m using zipcodeapi.com to retrieve City and State from the Zip Code that the user enters. If the API fails to lookup the Zip Code because it’s invalid it kills the whole Zap with a error and the contact is never added. There has to be someway to bypass this step on error so I still get the Name and E-mail into MailChimp.
Thanks