Email Notification on New User Creation | Community
Skip to main content
Krishna_C
Level 3
October 16, 2015
Solved

Email Notification on New User Creation

  • October 16, 2015
  • 6 replies
  • 1598 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BenZahler

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 

6 replies

Level 2
October 16, 2015

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

Krishna_C
Krishna_CAuthor
Level 3
October 16, 2015

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

BenZahlerAccepted solution
Level 2
October 16, 2015

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 

Scott_Brodersen
Level 8
October 16, 2015
Krishna_C
Krishna_CAuthor
Level 3
October 16, 2015

Thanks Ben

Krishna_C
Krishna_CAuthor
Level 3
October 16, 2015

Thanks Scott

 

Krishna