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

Password Mail was not getting triggered Upon New Account provisioning

sk
Regular Contributor
Regular Contributor

Hi @rushikeshvartak ,

Can you please help here while provisioning DB New account trying to send the password mail which was configured in the endpoint level but mails are not getting sent and we copied in BCC to see the mail.

sk_0-1720665979975.png

 

This was the create account JSON.

{
"createaccountqry":"CREATE USER \"${user.username}\" IDENTIFIED BY \"${password}\" PROFILE \"SECURE_PROFILE\""
}

This was the mail Body

In To-${user.email}

 

Dear ${user.firstname} ${user.lastname},

Your account has been created in Application: ${task.endpoint}.

Account Credentials:
Account ID: ${task.accountName}
Account Password:  ${account_password}

Request you to reset the password after initial use.

Regards,
Sai Krishna
2 REPLIES 2

rushikeshvartak
All-Star
All-Star
  • for rest connection use ${password}
    Did you validated logs
  • 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 .



    ‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️‼️‼️

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

NM
Valued Contributor II
Valued Contributor II

Hi @sk , just use ${password}