GET action triggered by button or field change

I’ve read all the API, zapier and webhooks info and I’m not sure if I can retrieve info from a external server wit a url request.

Use case: before saving an address I want to verify/normalize the address in a public database.

So I need to send data and obtain the answer

By the way is there a way to parse data from a json or xml? To extract data from the answer

Hi @gonz-c33f,

Thank you for your question and welcome to the community.

A possible method would be to have Honeycode make a webhook call to Lambda via API gateway. Lambda can be used for business logic. In addition, Lambda may be useful in parsing the data.

Lambda and Honeycode APIs may be used in clever ways for integration. I was trying to find some examples and I came across amazon-honeycode-table-api-integration-sample

If you have any further questions, please do not hesitate to contact us.