59
Views
2
Comments
Solved
Twilio: SMS link wrap
Question

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!

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

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

2020-04-08 19-18-55
Richard Repolona

Daniël Kuhlmann wrote:

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


Thank you, Daniel! I forgot to consider URL shortener for this one.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.