Is it possible have insert a “clickable” phone number into a messenger message, so a user on a mobile device can tap the message and call?
E.g.When a query cannot be solved by a customer service agent via the chat, the customer service agent may say “Please call us” and insert the phone number into the message. The user, on their phone, would then tap the phone number.
In HTML it would look like this: <a href="tel:6031112298"></a>
Many thanks.