Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Automatic Emails for Account Activities e.g password reset or account creation for Multi tenants

Avatar

Level 2

to configure multi tenants Automatic Emails for Account Activities e.g password reset or account creation require customization or Self-Service Configuration is sufficient ? 

4 Replies

Avatar

Level 10

Hi Yogesh,

I'm not sure I understand your question. Can you give me more information around your question? Is this question around DTM or another product?

Thank you,
Jantzen

Avatar

Level 2

Hi Jantezen,

My question is around Adobe experience manager and its around OOO automatic email configuration for email activity. Its not around DTM.

Thanks,

Yogesh

Avatar

Community Advisor

There is nothing available OOTB. You will need to implement a custom solution here.

Below are the events that gets generated when a user is created in AEM:

org/apache/sling/api/resource/Resource/ADDED path /home/users/_/_eCQS2Gri77wi8UjF5tZ/profile event.topics org/apache/sling/api/resource/Resource/ADDED resourceAddedAttributes [sling:resourceType, jcr:primaryType] userid admin resourceType cq/security/components/profile org/apache/sling/api/resource/Resource/ADDED path /home/users/_/_eCQS2Gri77wi8UjF5tZ/rep:policy/allow event.topics org/apache/sling/api/resource/Resource/ADDED resourceAddedAttributes [jcr:primaryType, rep:privileges, rep:principalName] userid admin resourceType rep:GrantACE org/apache/sling/api/resource/Resource/ADDED path /home/users/_/_eCQS2Gri77wi8UjF5tZ/rep:policy event.topics org/apache/sling/api/resource/Resource/ADDED resourceAddedAttributes [jcr:primaryType] userid admin resourceType rep:ACL org/apache/sling/api/resource/Resource/ADDED path /home/users/_/_eCQS2Gri77wi8UjF5tZ event.topics org/apache/sling/api/resource/Resource/ADDED resourceAddedAttributes [jcr:created, jcr:mixinTypes, rep:authorizableId, jcr:createdBy, cq:lastModified, cq:lastModifiedBy, jcr:primaryType, rep:password, jcr:uuid, cq:authorizableCategory, rep:principalName] userid admin resourceType rep:User org/apache/sling/api/resource/Resource/ADDED path /jcr:system/rep:permissionStore/crx.default/test-user/-1987413091/0 event.topics org/apache/sling/api/resource/Resource/ADDED resourceAddedAttributes [jcr:primaryType, rep:isAllow, rep:privileges] userid admin resourceType rep:Permissions org/apache/sling/api/resource/Resource/ADDED path /jcr:system/rep:permissionStore/crx.default/test-user/-1987413091 event.topics org/apache/sling/api/resource/Resource/ADDED resourceAddedAttributes [jcr:primaryType, rep:accessControlledPath] userid admin resourceType rep:PermissionStore org/apache/sling/api/resource/Resource/ADDED path /jcr:system/rep:permissionStore/crx.default/test-user event.topics org/apache/sling/api/resource/Resource/ADDED resourceAddedAttributes [jcr:primaryType] userid admin resourceType rep:PermissionStore

All you need to do is, bind the sling event handler to above event, along with that check when specific property gets added for e.g. emailid under /*****/profile path and send out notification when it happens.

Same you can do for any update that happens on user profile.

- Runal

Avatar

Employee

Are you using AEM Communities 6.1 or later? If yes, this is similar to near-term roadmap features, and it would be worth contacting your sales representative to engage in the featurepack process.