Expand my Community achievements bar.

SOLVED

Notification emails when Assets are added to Collection(s)

Avatar

Former Community Member

Do we have any OOTB feature that sends notification emails when Assets are added to a certain Collection?

On AEM 6.3 CFP2

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can do this by listening an event when resource added to collection and trigger the notification/task

Sample code to create task or notification

aem63app-repo/SimpleCreateTaskServlet.java at master · arunpatidar02/aem63app-repo · GitHub



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

You can do this by listening an event when resource added to collection and trigger the notification/task

Sample code to create task or notification

aem63app-repo/SimpleCreateTaskServlet.java at master · arunpatidar02/aem63app-repo · GitHub



Arun Patidar