I’m currently trying to consume a WebHook Request in Business Central.
Unfortunately I haven’t found any solution, yet.
In one of the last updates of business central Webhooks became available in Business Central to give a client the opportunity to be notified of changes to entities in Business Central.
Unfortunately this is not the direction i need for my case.
Ok, sorry, maybe i wasn’t clear enough.
I want to communicate between my bc365 app and a registration/authorization service from the internet.
When the registration was successfull, this service is posting a webhook request to a specified “callback url” with some information about the authorization.
So I need a opportunity to cosume this webhook request in BC to process the included information.
The link you’ve shared is the opposite, than what you ask for. That’s about working with a webhook FROM BC, not consuming a webhook in BC.
So if you want to do something similar, then you need a webservice “listener-service” to run in BC. But it’s outside of my “expertise” so can’t help you more with this one.