Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

AEM LinksLinkedIn

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

AEM LinksLinkedIn