Link block - text message instead of phone number?

Is it possible to have a link block interaction go to creating a text message (from a mobile phone), vs. a phone call?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

You might try an absolute link but most likely you’d need an html embed;

<a href="sms:+1234567890">Text Me</a>

got it, maybe a dumb question but how do I hook the embed up to the button?

I created a link here, you’d need to figure out what HTML you want.

If you’re really unfamiliar with HTML and scripting, there’s another way, you can use SA5 dynamic attributes like this;

  • Add a custom attribute to your button of x-href = sms:+1234567890 using whatever number you want.
  • Add the SA5 HTML lib to your project.