0
Sms several receiver
Hello
I'm looking for to do a quick solution to send message from my phone through ninox.
I have found the fonction sms, however I would like to add severals number in the conversation
I have tried several things however I can't understand why most of the time only the first number appear on the Application message :
let a := 0767017068
let b := 0767017069
openURL("sms:" + a + ", " + b + "&body=")
-----> RESULT : 0767017068
let a := [767017068, 767017069];
openURL("sms:" + a + "&body=")
-----> RESULT : 767017068767017069
any suggestion ?
4 replies
-
hello, I need to send sms or whatsapp messagges from my ninox app I read your question I'd like to know if you have resolved the problem and how if so. Thank you bye Silvia
-
Domani ci provo. Grazie
Content aside
- 9 mths agoLast active
- 4Replies
- 81Views
-
3
Following