Expand my Community achievements bar.

workflow oob process step for email notification

Avatar

Level 2

I have a workflow for content authoring and publishing the page with author, reviewer and approver as participant steps. Is there any oob process step which can only notify a particular user group say "ecommerce-group" that content have been authored/ approved via internal CQ mail inbox. If there is no oob process step available then is there a way to write a custom process step to send notification mail not to any external mail box but to internal CQ mail inbox.

2 Replies

Avatar

Level 10

This is the same as a external email custom step - which we have an article/video for: 

https://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-steps.html

Only difference is you have to assign the group an email address as described here: 

https://docs.adobe.com/docs/en/aem/6-1/administer/security/security.html

Then use that email you specified in the Java code. 

Hope this helps... 

Avatar

Level 10

Hi,

#Adding to Scott,

Please check this links below for the same: 

Add the email here as described in this article: http://versatileankur.blogspot.in/2016/04/mailing-issue-in-aem-with-gmail-smtp.html , after that you can follow the article as mentioned by scott: https://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-steps.html

Hope this helps!!

Thanks,
~Ratna Kumar