Mail Notification | Community
Skip to main content
Ankur_Khare
New Participant
October 16, 2015
Solved

Mail Notification

  • October 16, 2015
  • 9 replies
  • 2271 views

 We have one requirement as follows-

 We want to set up a Content Change Notification on a page so that if user is interested in  user can receive a notification when changes have been made to the content of that particular page.

Please suggest me some approach on how to proceed.

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 Sham_HC

Hi ak7861987,

IMO out of the box inbox notification you are looking into it.

http://docs.adobe.com/docs/en/aem/6-0/author/author-environment/inbox.html#Subscribing%20to%20Notifications

Thanks,

Sham

9 replies

New Participant
March 8, 2016

Hi Sham HC,

Can this be used for DAM assets as well?

Thanks

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Hi ak7861987,

IMO out of the box inbox notification you are looking into it.

http://docs.adobe.com/docs/en/aem/6-0/author/author-environment/inbox.html#Subscribing%20to%20Notifications

Thanks,

Sham

Lokesh_Shivalingaiah
New Participant
October 16, 2015

if you want to send a notification to authors on a content change, then you can capture a NODE update event and trigger a workflow to send an email.

if you are looking at sending it to public users, then you can trigger an email workflow on every publish of a page.

Ankur_Khare
New Participant
October 16, 2015

bsloki wrote...

if you want to send a notification to authors on a content change, then you can capture a NODE update event and trigger a workflow to send an email.

if you are looking at sending it to public users, then you can trigger an email workflow on every publish of a page.

 

Hi Bsloki,

Can u pls give some link or some example on how u have achieved the same.

Ankur_Khare
New Participant
October 16, 2015

Sham HC wrote...

Hi ak7861987,

IMO out of the box inbox notification you are looking into it.

http://docs.adobe.com/docs/en/aem/6-0/author/author-environment/inbox.html#Subscribing%20to%20Notifications

Thanks,

Sham

 

Hi Sham,

I am working on AEM 5.6.1 , but you have provided a solution for AEM 6.0

Ankur_Khare
New Participant
October 16, 2015

Hi Bsloki,

Can u pls give some link or some example on how u have achieved the same.

wimvandenbrande
New Participant
October 16, 2015

If you want to implement the email workflow, I suggest you tighten your seat bells smiley. We discussed multiple approaches but finally decided to design/develop a loosely coupled mechanism. Please find an image below and don't hesitate to let me know when additional information would be required. 

 

[img]Sequence Diagram.jpg[/img]

Sham_HC
New Participant
October 16, 2015
Lokesh_Shivalingaiah
New Participant
October 16, 2015

If there are no other business logic involved, you can just use OOTB configuration as Sham has mentioned.