Subscribing to DAM notifications | Community
Skip to main content
Level 3
July 12, 2017
Solved

Subscribing to DAM notifications

  • July 12, 2017
  • 1 reply
  • 790 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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 · GitHub

Event Handling in CQ - Experience Delivers

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
July 12, 2017

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 · GitHub

Event Handling in CQ - Experience Delivers