My code generates a phone call activity in each customer lead, then records the SMS conversation between that customer and the company. The description may contain an URL to an image that the customer finds relevant.
I can put the URL as text in the description property, but I would like to transform it to a hyperlink (something like an <a>
tag of html.) That way I can click to open it directly instead of copy pasting the URL first.
How can I achieve this?