Hey guys,
I’m trying to catch a webhook and dynamically send it to elements on a certain page.
I’ve managed to store the inbound data in a collection by using this example:
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions#post
However, I’m looking fo a way to send the data directly to a page ( and dynamically display the webhook body data on it)
Importing the ‘http-functions.js’ file to the page is not possible.
Please help me figure out how to implement this webhook viewer .