Payload Server URL

I’m trying to use a webhook from an external website/application to send data about new transactions that arrive in that external/application. To create the webhook I need to provide a payload server URL, which as I understand it is where the data will be sent to by the external webhook and so I assume I need this to be the URL of the backend server running my web app on Wix.

How can I find out the payload server URL of my web app so that I can use the webhook?
Thanks

1 Like

You can create an endpoint on your site using HTTP functions

Great, thanks Ohad. This is exactly what I’m looking for

Glad I could help.
If you’re happy with the answer, please mark it as “top comment”.