You need to sign in to do that
Don't have an account?
Kunal Purohit 4
How to update Time Zone based on ZipCode provided by User? What approach should I use?
Hello Folk,
How to update Time Zone based on ZipCode provided by User? What approach should I use? Trigger or Flow? Should I need REST API for for same? Please suggest.
How to update Time Zone based on ZipCode provided by User? What approach should I use? Trigger or Flow? Should I need REST API for for same? Please suggest.
Requesting you to follow this article which is machting with your requirement -> https://salesforcecodex.com/salesforce/zip-code-to-time-zone-using-zipcodeapi-in-salesforce/
If it helps please mark this as best Answer.
Thank you.
All Answers
You would need an API to get the timezone based on zip code, you could use a public API like openweathermap.org, or you could use a paid service like zipcodeapi.com.
You would need to use REST API for the same, which can take input as zipcode and return the timezone as output.
https://www.optonline.ltd/
Requesting you to follow this article which is machting with your requirement -> https://salesforcecodex.com/salesforce/zip-code-to-time-zone-using-zipcodeapi-in-salesforce/
If it helps please mark this as best Answer.
Thank you.