Add support for web hooks to our web api so KS users can subscribe to events on other systems.
Anitha already commented: We have a pull mechanism for our triggers since events are scheduled. So no support for web hooks as such in our current release. But we should be able to build on the web API functionality we have today (combined with the simulated push design we use for the Email Response System) to allow for web hook driven events.
Shipped in 2023 R4
We have created a generic WebHook system that capatures the incoming WebHook and stores it in the database. It is then available for KS to grab and trigger off of. The process could be the same here.