Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/09/2024 01:27 AM
Hi Team,
There is a requirement to send two emails when an account is created in Active Directory :
1. First email to user with password (first part of password)
2. Second email to user's manager with password (only second part of password) after 15 minutes of the first email.
We have attached two different email templates in the endpoint, but they trigger at the same time. Is there any way to send these two emails in a gap of 15 min between them ? We cannot use analytics, because these account creation requests would come via ServiceNow, so it has to be immediately sent to user once account is created. And then after 15 min, to the manager.
Please suggest.
Regards,
Fullmoon
05/09/2024 03:01 AM
One approach to achieve this requirement is to use a delay action in a workflow. Here's a high-level outline of the solution:
By adding the delay action, you can ensure that the second email is sent to the manager after the specified time gap. This way, the first email notification with the password will be sent immediately, and then the second email will be triggered 15 minutes later.
Please note that this solution requires configuring a custom workflow in Saviynt.
05/09/2024 05:05 AM
Hi @itinjic, how can we configure delay in workflow if you can share any sample..
2) i believe user password is exposed only at endpoint level so can't send from workflow .
05/09/2024 08:09 AM
See this topic
https://forums.saviynt.com/t5/identity-governance/access-approval-workflow-with-wait-times/td-p/1072...
05/09/2024 07:29 PM
05/09/2024 08:09 PM
Hi,
Is the password saved in Saviynt too ? or it is just generated and sent to AD and the user in email.
05/09/2024 08:27 PM
its generated and sent and stored in password column of arstasks table but you can't decrypt once sent,