Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

2 Emails for 1 User

SanketBhandhari
New Contributor
New Contributor

Hi,

We have a requirement of having 2 emails for one user.

One with domain xyz.com and other with domain abc.com.

Is it feasible in Saviynt to generate multiple emails for one user? If yes, then how?

Regards,

Sanket Bhandhari

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

You can send 

{requestor.email},${requestor.email.replaceAll('@abc.com','@xyz.com')}


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.

Thanks for the reply Rushikesh, but I think requirement is misunderstood.

We want to generate 2 emails for single user at the time of onboarding them in Saviynt.

Regards,

Sanket Bhandhari

@SanketBhandhari : for one you can use Saviynt features but for another you have to dependent on external logic by building custom jar and invoking in update rules or inline preprocessor rules.


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

Can you explain business use case here ?


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.

dgandhi
All-Star
All-Star

You can write the logic in preprocessor and store second email address in some custom attribute.

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.