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

Need to send email Approval notification into usergroup

hemanthvn
New Contributor
New Contributor

Hello,

I have trying to send Request approval email notification to usergroup using below binding variable. 

${com.saviynt.ecm.identitywarehouse.domain.Users.findAllByIdInList(com.saviynt.ecm.identitywarehouse.domain.Usergroup_users.findAllByUser_groupkey(com.saviynt.ecm.identitywarehouse.domain.Usergroups.findByUser_groupname("Usergroup")?.id)?.userkey)?.email.join(',')}

But it is not working and email also not sending. we are below error.

com.saviynt.custom.exceptions.InvalidKeywordException: Template contains string which are not allowed com.saviynt.

Can you please let us know how to resolve this issue.

Thanks

Hemanth

 

4 REPLIES 4

PremMahadikar
All-Star
All-Star

Hi @hemanthvn ,

Can you try ${assignee.email}

 

If this helps, please consider selecting Accept As Solution and hit Kudos

rushikeshvartak
All-Star
All-Star

Saviynt OOTB classes are not supported in email template ?

Store email address on endpoint custom property and send email


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

hemanthvn
New Contributor
New Contributor

Hello Rushi,

if  we store usergroup to endpoint custom property, is it possible send an email to that usergroup members.  can you please provide binding variable working in latest version.

 

Thanks

Hemanth

 

 

${endpoints.customproperty11}


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