
I would like to enable webhooks in the business central on premises setup.
Hello,
Webhooks are enabled by default, also for OnPrem. Often they work with API, which is OData, so you need to enable API Services on the BC Server Config.
Then you can create webhooks via API. A good starting place is this www.kauffmann.nl/.../ .
I hope this helps you get started.