Reply
Regular Contributor
msglsmo
Posts: 40

Using UPS tracking in an HTML Email Template

Hi All,

 

I am trying to set up an HTML email template where the customer receiving the email can click on a link to track their part order via UPS.

 

Currently, I have it set up with the url from UPS and then referencing a custom field we have where the UPS tracking number is entered on a part order:

 

Track Shipment: http://wwwapps.ups.com/etracking/tracking.cgi?tracknums_displayed=1&TypeOfInquiryNumber=T&HTMLVersio...{!Case.Tracking__c}

 

The problem with it instead of just "Click Here" type link, it shows the whole URL.  While functional, it isn't very professional.

 

I thought this would work, but I must be very rusty on my html:

 

Track Shipment: <a href="http://wwwapps.ups.com/etracking/tracking.cgi?tracknums_displayed=1&TypeOfInquiryNumber=T&HTMLVersion=4.0&InquiryNumber1={!Case.Tracking__c}">Track</a>

 

Any help is very appreciated!!!

 

Thank you very much