Populating page elements with webhook data

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 .

Have a read about using data hooks in Wix.
https://support.wix.com/en/article/corvid-using-data-hooks
https://support.wix.com/en/article/corvid-about-data-hooks
https://support.wix.com/en/article/corvid-tutorial-processing-user-input-before-it-is-stored-in-a-collection-with-data-hooks
https://support.wix.com/en/article/corvid-working-with-the-data-api
https://www.wix.com/corvid/reference/wix-data.Hooks.html
https://www.wix.com/corvid/reference/wix-data.html#WixDataOptions

The thing is that I want to display the caught webhook data without storing it in a collection.
I want to avoid any dependencies in databases