Email template variables

The following table lists the available variables with the value it contains and where it needs to be defined in the portal

Email Templates Variable list
user_org_permission $(org_name) = Name of the organization an existing user is given access. Comes from the organization an inviting user is currently logged in to and is giving access permission from.
$(org_key) = This is the Organization key of the same organization represented by $(org_key)
$(url) = The portal login page. For example,https://portal.telit.com/app/login
user_invitation $(org_name) = Name of the organization the inviting user is currently logged in to and is giving permission for.
$(url)= Invitation acceptance/activation page. For example,https://portal.telit.com/app/invitation/generated_invitation_token_string
$(expiration) = The time period the generated_signup_token_string is valid.
recover_password $(url) = The recovery URL. For example, https://portal.telit.com/app/recover/generated_recover_password_token_string
$(minutes) = The number of minutes the generated_signup_token_string is valid.
self_signup $(url)= This is confirmation URL given to the email address requesting to signup to the portal without an invitation. For example,https://portal.telit.com/app/signup/generated_signup_token_string
$(minutes)= The number of minutes the generated_signup_token_string is valid.
self_signup_welcome $(url) = The URL you will be prompted to use for login. For example,https://portal.telit.com/app/login
user_request_invitation $(emailAddress) = The email address of the person requesting access to the portal through the self-signup request form, but the email domain is already an organization on the portal.
$(url) = The URL generated to grant the person requesting access to the portal. Also contains the same value from, $(emailAddress).For example,https://portal.telit.com/users/invite/new.user@example.com

Related topics