Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Email template to send password of account on new account task completion

supriya15
New Contributor
New Contributor

Hi Team,

I am trying to send account password in email to user but it is creating some random password and sending that.

I tried  ${account_password} , ${task?.password}

Regards,

Supriya

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

${password}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Raghu
All-Star
All-Star

@supriya15  ${Password} and ${task?.Password}


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

@supriya15 try password only.

rahul_p
Regular Contributor III
Regular Contributor III

Hello @supriya15 ,

Try with ${task?.password}

It should work.

Regards,
Rahul
Please accept this as solution & give kudos if it resolves your issue.