New Account Provisioned Email Template

We are having an issue in the New Account Provisioned email template with using $accountAttributes global variable.

In the past I was able to use ${accountAttributes.mail} and that velocity code would display the email address provisioned to the new AD account that was just created.

I checked the documentation here and don’t see this attribute listed.

I’ve tried mapping it to an identity attribute and using ${identity.email} but it doesn’t pull any value as there is slight delay when the identity attribute gets populated and the email being sent right away, both seem to work in parallel. So this solution doesn’t work.

Does anyone know if Sailpoint stopped use of or supporting this attribute?

Do you know of any workaround to fetch other account attributes(from the account that was just provisioned) for use in this email template?

Just to add, we are considering using a workflow for sending email notification if the built in email template approach above won’t work.

We had a similar problem with this. Other teams needed certain attributes to perform other provisioning activities on new hires. We created a saved search to find new accounts and send out daily.

created:[now-5h/h TO now]

Something like that. Depends on how you have the authoritative source setup and how often it syncs.

May be processing taking time and before it process your email is triggering.

We are also using identity attribute in the email temp but value already available to the user before email trigger so,I can see required username in the email. No issues for us by using identity attribute.

Thanks,
Siva.K

Hi Sharvari,

We can get the identity attributes in the template such as email. I think for other account specific attributes, we may need to go with the workflow approach.

Regards
Arjun

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.