Notification emails when Assets are added to Collection(s) | Community
Skip to main content
October 2, 2018
Solved

Notification emails when Assets are added to Collection(s)

  • October 2, 2018
  • 1 reply
  • 1493 views

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

On AEM 6.3 CFP2

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 arunpatidar

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

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
October 3, 2018

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