Expand my Community achievements bar.

SOLVED

Subscribing to DAM notifications

Avatar

Level 4

Hi all,

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!

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

Code example -- acs-aem-samples/SampleJcrEventListener.java at master · Adobe-Consulting-Services/acs-aem-samples · ...

Event Handling in CQ - Experience Delivers

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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.

Code example -- acs-aem-samples/SampleJcrEventListener.java at master · Adobe-Consulting-Services/acs-aem-samples · ...

Event Handling in CQ - Experience Delivers