I run an application that creates tasks based on the 4 time zones in the US. Right now I have it filtering if its in a specific state, but since I plan to expand to all 50 states, I want to merge these into checking for the 4 time zones instead. Keeps things more organized. Are there any applications or filters to check if a location is in a certain time zone and continue if so?
Time zone based filtering and paths
Best answer by christina.d
Hi there, friends! 👋🏽 Just me popping into summarize some of the suggestions here:
Hi
Consider creating a lookup table (perhaps a simple GSheet) to use in a Zap step.
Or try this Formatter > Utilities > Lookup Table: https://zapier.com/help/doc/how-use-formatter-functions#using-the-lookup-table
Alternatively -- later in the thread utilizing Webhooks was recommended to avoid having to create the lookup table manually.
...there appears to be some APIs available that may returned the desired info, which could be used in a Zap via Webhooks or Code steps.
GSearch about possible API options: https://www.google.com/search?q=lookup+location+to+get+the+timezone
it looks like you can send a Get request using Zapier’s webhook action to this address https://www.zipcodeapi.com/rest/f20ksZeP0tFutrIS8AbFm1U0nMNXS6uo6WXvlle2LRZ3rbftVIgpBm4zC3KY4P6R/info.json/{insert_ZipCode}/degrees
and it will return a JSON object with the timezone of the zip code (taken from this address here: https://www.zipcodeapi.com/API#zipToLoc)

I hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.




