We have a need grab environment variables like URL’s and other properties for use in an email template. How can that be accomplished in IdentityNow?
Hey Mario,
Here are the documented global variables accessible from e-mail templates:
Global Variables
The following variables are available for you to use in the body of most email templates.
Name | Type | Description | Properties |
---|---|---|---|
User | User | The recipient | Any attribute of the user object including, but not limited to, name, alias, firstname, lastname, displayName, uid, manager, phone, workPhone |
identityNowUrl | String | URL to the IdentityNow homepage | N/A |
PRODUCT_NAME | String | The name of the product | N/A |
1 Like
Thanks @kaceymaher !
Is there a way to store and reference other custom properties not only in email templates but rules/xforms etc?
Hi Mario,
Not that I know of. I will double check and update this thread if I discover otherwise.
Kacey
Thanks @kaceymaher !
Were you able to find anything?