Forum Discussion
AdamKeever1
6 years agoQrew Commander
Check out the ABC QRCode Example app on the exchange. It uses Google API to send SMS.
Here is the code in the formula rich text field that accomplishes the SMS:
"<img src=\"http://chart.apis.google.com/chart?chs=200x200&cht=qr&chl=SMSTO%3A"; & [Mobile] & "%3A" & [SMS Message] & "\" alt=\"Send text message to the contact\" title=\"Send text message to the contact\"/>"
// This code was originally generated at https://www.the-qrcode-generator.com/
// The above link contains URL encoded characters.
// Legend:
// %3B ;
// %3D =
// %3A :
// %0A space
Here is the code in the formula rich text field that accomplishes the SMS:
"<img src=\"http://chart.apis.google.com/chart?chs=200x200&cht=qr&chl=SMSTO%3A"; & [Mobile] & "%3A" & [SMS Message] & "\" alt=\"Send text message to the contact\" title=\"Send text message to the contact\"/>"
// This code was originally generated at https://www.the-qrcode-generator.com/
// The above link contains URL encoded characters.
// Legend:
// %3B ;
// %3D =
// %3A :
// %0A space
- RojaM3 years agoQrew MemberHi Adam,
How to send message from the QR code.
Can you please briefly explain?
------------------------------
Roja M
------------------------------ - BarryDolan3 years agoQrew CadetHello Adam,
I'm just wondering if there is an updated method for this QR code. I tried the code and got a QR code but it says "no useable data found"
Thanks
------------------------------
Barry Dolan
------------------------------