Setting up post API in the same workflow and extracting data from API response

Hi there,

I want my users to be able to call an API and then save the response to Xano as well as display it on the page.

How do I do this in Weweb?

When I try to set up the post collection it doesn’t work because there is no live data from the other API for it to use as an example.

and when I try to display the response on the page it doesn’t work either.

Is there some sort of JSON parsing or conversion process I can follow?

Alternatively, it is possible to trigger a webhook from the browser as if so, I can trigger a Make.com workflow I have where this is set up already.

Thanks!
Ed

Hi, you can set up a REST API action and a XANO request action. In the first one you get your data, in the second one you send it to Xano.

And yes, using the REST API Request action you’re also able to trigger any webhook from a WeWeb app workflow :slight_smile:

Thank you very much Alexis!!