Expand my Community achievements bar.

SOLVED

Mail Notification

Avatar

Community Advisor

 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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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%20Notifi...

Thanks,

Sham

View solution in original post

9 Replies

Avatar

Correct answer by
Level 10

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%20Notifi...

Thanks,

Sham

Avatar

Level 10

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.

Avatar

Community Advisor

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.

Avatar

Community Advisor

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%20Notifi...

Thanks,

Sham

 

Hi Sham,

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

Avatar

Community Advisor

Hi Bsloki,

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

Avatar

Level 1

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]

Avatar

Level 10

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

Avatar

Level 2

Hi Sham HC,

Can this be used for DAM assets as well?

Thanks