Is it possible to wrap a link in an SMS message?
I only used "www.google.com" for a sample. But this would be a redirect link like (personalcloud.outsystems.com/tracking/confirmation.aspx?TrackingNumber=xxx). My question is, is it possible to wrap this link to a word like "Click this link" in a sent SMS message but still clickable?
It seems impossible because SMS messages would only make a text clickable if there is a direct link to the message. But I would like to give it a try, Thank you!
Hi Richard,
Most common way to support email in for example an SMS is to convert it to a tiny url.
https://tinyurl.com/
Regards,
Daniel
Daniël Kuhlmann wrote:
Thank you, Daniel! I forgot to consider URL shortener for this one.