Email Template hook...
 
Notifications
Clear all

Email Template hook keywords (variables)

5 Posts
4 Users
0 Likes
829 Views
Posts: 25
Topic starter
(@karephre)
Eminent Member
Joined: 8 years ago

hello,

I would like to create a vps summary letter. Is there a list of hook variables that can be used to add the user information to the template?

4 Replies
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hi,

 

Sorry for the delay in our response. These was never a template setup for VM summary letter but if you can provide a copy of the one you make it would be grateful and we can add this for everyone.

 

The variables match the ones used in the sysprep. I did make a quick test by using this:

Hello #user.FirstName#,

VM: #vm.Hostname.ToUpper()#.#vm.Domain#

<ad:foreach collection="#external_nic.IPAddresses#" var="ip" index="i">
Mgmt Nic: #ip.IPAddress#
</ad:foreach>

<ad:foreach collection="#management_nic.IPAddresses#" var="ip" index="i">
Mgmt Nic: #ip.IPAddress#
</ad:foreach>

<ad:foreach collection="#private_nic.IPAddresses#" var="ip" index="i">
Priv Nic: #ip.IPAddress#
</ad:foreach>

If you need anymore help please let me know. I can check in detail for any variables you require. You should also be able to use the ones starting space, user, email, creation which are used on the other templates.

 

Kind Regards,

 

Trevor Robinson

Reply
Posts: 7
(@asofan)
Active Member
Joined: 7 years ago

I would appreciate it if you can share all the variables that we can use Trevor.

Thank you

Reply
Posts: 234
(@hxkd)
Reputable Member
Joined: 7 years ago

Trevor can you confirm that a vps uses the account summary and not the vm summary, I have setup a vm summary template, and it seems to look at the account summary, I edited that with variables for vms and it works fine, now, however I want to add more variables and settings in.

Reply
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

 

The VM Summary is used when you make a new VM and select the send summary option.

 

Reply
Share: