Expand my Community achievements bar.

SOLVED

Email Notification on New User Creation

Avatar

Level 4
Hi,
 
I have SMTP configured in my CQ.
 
My requirement is that I need to send mail when a new user account is created to the mail id which will be given when creating the user.
 
Does CQ provides any such default functionality similar to "Notify User Via Email"   on workflow completion? 
 
Thanks & Regards,
Krishna
1 Accepted Solution

Avatar

Correct answer by
Level 2

yes, you can set conditions for a launcher that specify in which paths, for which node types (e.g. user node) and for which action (create) you want the workflow to be triggered,

regards,

Ben 

View solution in original post

6 Replies

Avatar

Level 2

Hi Krishna,

I do not think there is a built-in option for this.

Still, you should be able to create a custom workflow which is triggered when a new user is created and send Emails from there.

regards,

Ben

Avatar

Level 4

Hi Ben,

Thanks for your reply.I was thing the same way of using a workflow. 

Is it possible to use the launcher in initializing a workflow when a user is created (User will be created in structure what we have created in our project) and get all the data related to the user from the payload of workflow? 

 

Thanks & Regards,

Krishna

Avatar

Correct answer by
Level 2

yes, you can set conditions for a launcher that specify in which paths, for which node types (e.g. user node) and for which action (create) you want the workflow to be triggered,

regards,

Ben