Template Variables in Service Provider Email Messages

From AgileApps Support Wiki

Messages to Tenants

New Tenant Welcome Email Message

$customer_name
User registration name
$username
Username is a unique name associated with each User. Username is required to Login, can be an email address or an alphanumeric text string.
$password
Password
$verification_link
User self-verification link
$service_name
Service Name of the ISV, defined in Service Provider Settings

Post-Registration Email Address Verification

$customer_email
Registered Email Address of the Tenant
$service_name
Service Name of the ISV, defined in Service Provider Settings

Messages to Users

User Welcome Email Message

$auto_login_url
URL to login automatically, without username/password
$username
User name
$password
Password
$login_url
Login URL
$is_sso_user
Logical, is set to TRUE if the user is an SSO (Single Sign-On) user
$user_full_name
Concatenation of user's first name and last name

Reset Password Email Message

$user_full_name
Concatenated username, created from Firstname+Lastname
$username
User name
$password
Password
$auto_login_url
URL to login automatically, without username/password
$login_url
Login URL

Forgot Password Link Email Message

$user_full_name
Concatenated username, created from Firstname+Lastname
$password_reset_link
URL to answer user Security Question and send an email messages with a temporary password

Reset Forgot Password Email Message

$user_full_name
Concatenated username, created from Firstname+Lastname
$username
Username
$password
Password
$auto_login_url
Auto Login URL (Username/Password not required)
$login_url
Login URL

Status Messages

Translation Export Status Email Message

$translation_file_name
Translation file name
$download_url
URL to download the file
$date_processing_started
Start date
$date_processing_completed
Completion date

Storage Notification Messages

90% Storage Space Exhausted Status Email

$customer_name
Customer registration name, name of the Tenant
$contracted_database_space
Database storage space contracted
$database_space_used
Database storage space used
$contracted_document_space
Document storage space contracted
$document_space_used
Document storage space used
$provider_support_name
Username of the administrator

100% Storage Space Exhausted Status Email

$customer_name
Customer registration name, name of the Tenant
$contracted_database_space
Database storage space contracted
$database_space_used
Database storage space used
$contracted_document_space
Document storage space contracted
$document_space_used
Document storage space used
$provider_support_name
Username of the administrator