Webhooks for content changes

Enonic version: 7.5.0
OS: Mac OS

Hi,

I have created a CMS project. I would like to know if there is a mechanism to update the CMS clients for any changes to the content/content-types?

Content or content types? These are two completely different things.

Listening to content updates can easily be done with the Event library.

Changes to content types are done via changing a content-type XML schema and redeploying the app so here you will have to listen to global Application events. You will not however be able to tell whether content types have been changed, you will only know that the application has been redeployed.

Thanks. I was looking mainly for the Content changes. Event Library works for the use-case i am looking for.