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

Send Requestor an Email notification via Notify User Update Rule

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

We have a use case that whenever any property of a user is updated via the Update user form for any user, we need to notify the manager as well as the requestor.

Though we can notify the manager, how ever is it feasible to update the requestor as well?

We are using User update rules as below screenshot:

AshishDas_0-1692612058034.png

In the email template we have used under 'To' column as : ${manager?.email}  and under cc we have used : 

${requestor.email}

AshishDas_1-1692612113103.png

However, ${requestor.email} also sends the email to the manager only. Is this feasible?

1 REPLY 1

smitg
Regular Contributor III
Regular Contributor III

Hi @AshishDas ,

I dont think request attributes are exposed for 'Notify as email' .

Check the list supported attributes by using below expression in email body

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}

Thanks,
Smitha