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

Organization Onboarding Email Notification from organization update rule

Padmavathi
Regular Contributor
Regular Contributor

Hi Team,

We have requirement of sending the email notification to the rank1 organization owner once the organization is onboarded through API.

We have created organization update rule to get the requirement. but the email notification is not triggering. can anyone help us to get the functionality

 

Padmavathi_1-1715104314184.png

 

Thanks in advance!

Regards,

Padmavathi

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .

To get what variables are present to use in the email template, check using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:


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


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

Hi @rushikeshvartak 

Thanks for the response!

we didn't find any error in logs, just showing that trying to find the rules. but the rule is not triggered 

Padmavathi_1-1715149496917.png

No email is triggered as well, we tried by placing the binding variable but as rule is not triggered email didn't triggered.

Can you please help us understand that did we missed anything?

Regards

Padmavathi

 

 

Does it works when you create org from UI ?


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