I want to subscribe to DAM asset notifications. When I ever there is a change or delete of an asset I'd like to receive a notification. Is there an OOB workflow for this in AEM or we create any specific workflow or Event handler for this? Please advice. Thanks!
According to the AEM Docs - there is no OOTB DAM notification. However - you can use the JCR Event Handling and write a service that fires when a node in the JCR is modified.
According to the AEM Docs - there is no OOTB DAM notification. However - you can use the JCR Event Handling and write a service that fires when a node in the JCR is modified.