Variables that used to be available in the right panel for email templates have now been transformed into new variables in order to provide you more dynamic and event-driven variables specific to each email. To learn more about them read, Understanding Email Templates in VIDIZMO


The table below shows the transformation of old variables to new variables.


User Related Variables

Old VariablesNew Variables
$USER_FIRST_NAME${{ Sender.FirstName }} , {{ Recipient.FirstName }}
$USER_FIRST_NAME${{ Mashup.Author.FirstName }}
$USER_LAST_NAME${{ Sender.LastName }}  , {{ Recipient.LastName }} 
$USER_LAST_NAME${{ Mashup.Author.LastName }}
$USER_EMAIL${{ Sender.EmailAddress }}, {{ Recipient.EmailAddress }} 
$USER_PASSWORD${{ SupplementaryInformation | GetValue : ''Password'' }}
$USER_ROLES${{ Role.RoleName }} 
$USER_CHANNEL_NAME${{ Tenant.TenantName }}


Administrator Related Variables

Old VariablesNew Variables
$CHANNEL_ADMIN_LAST_NAME${{ Sender.LastName }}  , {{ Recipient.LastName }} 
$CHANNEL_ADMIN_FIRST_NAME${{ Sender.FirstName }} , {{ Recipient.FirstName }}
$ADMIN_FIRST_NAME${{ Recipient.FirstName }} , {{ Recipient.FirstName }}
$ADMIN_EMAIL${{ Recipient.EmailAddress }}

 

Access Rights Related Variables

Old VariablesNew Variables
$ACCESSRIGHTS_LIMITED_DURATION{% if AccessRight.LimitedDuration %} {% endif %}
$ACCESSRIGHTS_MAX_VIEWS{% if AccessRight.MaxAllowedViews %} {% endif %}
$ACCESSRIGHTS_MAX_VIEWS{{ AccessRight.MaxAllowedViews }}
$ACCESSRIGHTS_FROM_DATE${{ AccessRight.FromDate }}
$ACCESSRIGHTS_END_DATE${{ AccessRight.EndDate }}


Application Configuration Related variables

Old VariablesNew Variables
$APPLICATION_NAME${{ ApplicationName }}
$APPLICATION_URL${{ ApplicationUrl }}
$APPLICATION_SUPPORT_EMAIL${{ ApplicationSupportEmail }}
$APPLICATION_SUPPORT_PHONE${{ ApplicationSupportPhoneNumber }}


Portal Related Variables

Old VariablesNew Variables
$CHANNEL_URL${{ Tenant.SubDomainUrl }}
$CHANNEL_EMAIL${{ Tenant.AdminEmailAddress }}
$CHANNEL_NAME${{ Tenant.TenantName }}
$CHANNEL_PACKAGE${{ Tenant.TenantProductPackage.Name }}
$CHANNEL_STATUS${{ Tenant.TenantProductPackage.AccountCreditStatusId }}


Portal MFA Related Variables

Old VariablesNew Variables
$MFA_TOKEN$
{{ MFA_TOKEN }}
$MFA_TOKEN_EXPIRE_TIME$
{{ MFA_TOKEN_EXPIRE_TIME }}


Media Related Variables

Old VariablesNew Variables
$PRESENTATION_TITLE${{ Mashup.Title }}
{{ AccessRight.Mashup.Title }}

$PRESENTATION_DESCRIPTION${{ Mashup.Description }}
$PRESENTATION_LINK${{ Mashup | GetMediaLink : Tenant,AccessRightId,false }}
{{ Tenant | GetMediaLink  ForRefer : Mashup.Type,Mashup.Name,AccessRightId,false }}

$PRESENTATION_TITLES_WITH_LINKS${{ Mashup | GetLink : Tenant,AccessRightId,true }}
$PRESENTATION_STATUS${{ Mashup.Status }}
$PRESENTATION_AUTHOR${{ Mashup.Author.FirstName }}


Workflow Related Variables

Old VariablesNew Variables
$WORKFLOW_NAME${{ Workflow.Name }}
$WORKFLOW_TITLE${{ Workflow.Description }}
$WORKFLOW_STATE${{ Workflow.State }}
$WORKFLOW_START_DATE${{ Workflow.AddedDate }}
$WORKFLOW_MODIFIED_DATE${{ Workflow.ModifiedDate }}
$WORKFLOW_ACTIVITY_NAME${{ Workflow.NextWorkflowActivity.Name }}
$WORKFLOW_PERCENTAGE${{ Workflow.Percentage }}
$WORKFLOW_ERROR_COUNT${{ Workflow.ErrorCount }}


URL / LINKS Related Variables

Old VariablesNew Variables
$MEDIA_MANAGER_REVIEW_PAGE_LINK${{ Tenant | GetMediaManagerReviewPageLink }}
$CONFIRMATION_LINK${{ Tenant | GetConfirmationLink : Recipient.EmailAddress }}
$LINK_SIGN_IN${{ Tenant | GetSignInUrlEmail : Recipient.EmailAddress }}
$LINK_SIGN_IN${{ Tenant | GetSignInUrlId : UserProfileId }}
$LINK_RESET_PASSWORD${{ Tenant | GetLinkResetPassword : Recipient.EmailAddress }}


Configurable Related Variables

Old VariablesNew Variables
$TERM_Comment${{  Tenant | GetConfigurableTerm:''Comment'' }}
$TERM_Mashup${{ Tenant | GetConfigurableTerm:''Mashup'' }}
$TERM_Mashups${{  Tenant | GetConfigurableTerm:''Mashups'' }}
$TERM_MyMedia${{  Tenant | GetConfigurableTerm:''MyMedia'' }}
$TERM_Assigned${{  Tenant | GetConfigurableTerm:''Assigned'' }}
$TERM_Presentation${{  Tenant | GetConfigurableTerm:''Presentation'' }}


Comment Related Variables

Old VariablesNew Variables
$MODERATOR_FIRST_NAME${{ Comment.CommentContent }}
$COMMENT_MODERATION${{ Tenant | GetCommentModerationUrl }}

Moderation Related Variables

Old VariablesNew Variables
$COMMENT_CONTENT${{ Sender.FirstName }}
$MODERATOR_EMAIL${{ Sender.EmailAddress }}


Miscellaneous Variables

Old VariablesNew Variables
$CURRENT_DATE_TIME${{ EventDate }}
$CUSTOM_MESSAGE${{ Feedback.Comments }}
$IS_SUBSCRIBED_USE{% if Recipient.IsSubscribedUser %} {% endif %}
$CONTENT_TITLE${{ ContentProcessing.Title }}
$USER_NAME${{ Customer.FirstName }} - {{ Customer.LastName}}
$SERVER_TYPE${{ EnterpriseLicense.ServerType }}
$LICENSE_KEY${{ EnterpriseLicense.LicenseKey }}
$PACKAGE_NAME${{ Tenant.TenantProductPackage.Name }}
$EMAIL_ADDRESS${{ Customer.Email }}
$ORGANIZATION_NAME${{ Customer.OrganizationName }}
$PHONE${{ Customer.Phone }}
$WEBSITE${{ Customer.Website }}
$CUSTOM_TEMPLATE_FOR_ACCOUNT_PACKAGE${{ SupplementaryInformation | GetValue : ''CustomTemplate'' }}
$BILLING_DATE${{ BillingData.BillingDate }}
$BILLING_ERROR${{ SupplementaryInformation | GetValue : ''BillingError'' }}
$PURGED_CHANNEL_NAME${{ Tenant.TenantName }}


Read Next