I was wondering if web hook is available in NAV 2017. Our plan is to use web hook for integrating payment in NAV with third-party Payment Gateway software as there are many transaction that will be integrated and it should be real-time integration between both system.
If it’s not possible, is there any way to meet such requirement without using job queue?
Anyway, if I use web services, then I suppose the third-party apps should change some of their codes to be able to read and send the data from/to NAV, right?
However, since they already have the API and the integration will be using that, what comes to my mind is we could use the job queue scheduler to call the API to retrieve the data though I believe it’s not the best practice. Do you have any experience to do such integration? Is there any suggestion to do such integration?