Hey,
I built a rudimentary app that adds an event to a contact timeline if we send them a postcard. I’ve got a URL to an image of that piece of mail that I’d like to make a hyperlink when someone clicks on the “Details” to see the detail of the timeline event.
Right now my app detail template is this:
Visit {{postcard-image}} to view the postcard.
postcard-image is the URL to the image. Any way I can make that a clickable hyperlink that opens that link?