Malcolm Posted May 27, 2020 Posted May 27, 2020 Trying to figure out the correct syntax/vaiables to use to provide a url link to a specific request within an email notification. One of the sticking points is that we use HB both internally and externally so depending on the customer the URL would be different (service. VS customer.) Any assistance would be much appreciated.
Steven Boardman Posted May 27, 2020 Posted May 27, 2020 @Malcolm you are able to include both URL's in the same email, and depending on the customer type you can use the ESP Conditions available in email templates. Doing this will only display the correct one in the email template, depending on the customer type on each request Insert ESP Conditions - using the book icon next to the variable drop down picker So the email template looks like this 1. For external contact's using the customer portal https://customer.hornbill.com/<instance>/servicemanager/request/view/{{.H_pk_reference}}/ 2. For internal customers using the service portal https://service.hornbill.com/<instance>/servicemanager/request/view/{{.H_pk_reference}}/ ** For both of the above URL's you will need to substitute <instance> with your instance name Let us know how you get on
Malcolm Posted May 27, 2020 Author Posted May 27, 2020 @Steven Boardman Thats perfect thanks. Will give it a go.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now