How to send custom notifications to users and groups in AEM | Community
Skip to main content
bajjuri_karthik
April 2, 2018

How to send custom notifications to users and groups in AEM

  • April 2, 2018
  • 1 reply
  • 2238 views

I have a workflow which needs to end by sending a custom notification to a particular group or user , is there any way, where we can send custom notifications to users or groups programatically(from Process step) in AEM.

Thanks

Karthik

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

kautuk_sahni
Community Manager
Community Manager
April 2, 2018

This is the closest implementation to what you are asking:- Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages

// This article will discusses about how to develop an AEM custom workflow step by using AEM Workflow Java APIs. The custom workflow step sends email messages. 

Kautuk Sahni
smacdonald2008
Level 10
April 2, 2018

To get email that belongs to a user - you need to use the User Manager API. See: User ("The Adobe AEM Quickstart and Web Application.")

So in your custom step - you should use the JackRabbit API to obtain an email addresses and then email the users.