Hi All,
I am trying to generate an email to user whenever account gets provisioned for the user.
ex: If a user request for AD access , account will be provisioned and email notification has to be sent to the same user.
I tried using new account provisioning email template and enabled accountCreateNotification object for the source.
Usually identity attributes are created in the camel case format.
Example: identity.workEmail
Coming back to the attribute is this “Work Emai” the default attribute then it will be identity.email else if its a custom attribute unique to your tenant it will be identity.workEmail.
The notifyList is a list of static email addresses all account creation notifications for the source should be sent to. It does not support variables like you are trying to do.
However, setting the notifyAccountOwner parameter to true will send an email notification to the identity the account was created for via their work email. This seems to be what you are trying to achieve.
SailPoint doesn’t have documentation for the values within accountCreateNotification yet, but you can sort of piece them together via the documentation for the previous API this configuration replaced:
and the corresponding API deprecation post on this forum: