Get state and city details upon entering Postal code

0
I have a requirement where if user enters postal/pin code, the state/city should automatically get populated on the basis of the postal code provided. How can this be setup?
asked
1 answers
0

Hi Pragya,

You can do this using REST API GET service , you need to configure the microflow and using the url you can fetch the data of the postal codes.

https://thezipcodes.com/docs – go through this documentation.

hope it helps.

answered