How to WebHooks in NodeJS
Posted: Tue Dec 14, 2021 11:24 am
Hey there,
I read in the documentation that it is also possible to register and handle WebHooks from a NodeJS script.
https://www.enfocus.com/manuals/Develop ... oints.html
But I don't understand the example code. I want to register a WebHook on a specific path receive JSON data work with that data and then give the result back as webhook response instead of the standard {status:true}.
Can somebody provide a starter code?
I read in the documentation that it is also possible to register and handle WebHooks from a NodeJS script.
https://www.enfocus.com/manuals/Develop ... oints.html
But I don't understand the example code. I want to register a WebHook on a specific path receive JSON data work with that data and then give the result back as webhook response instead of the standard {status:true}.
Can somebody provide a starter code?