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

null
    • Silvia.1
    • 1 mth ago
    • Reported - view

    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 

      • Antonello_Stabile_71
      • 1 mth ago
      • Reported - view

       

      Devi usare le API di WhatsApp

      esempio:

      openURL("https://api.whatsapp.com/send?phone=39" + number(Cellulare) + " " + "&text=" +" )

      Crea un pulsante ed aggiungi il codice sopra riportato, sostitutendo il campo "Cellulare" con il tuo campo.

      • Silvia.1
      • 1 mth ago
      • Reported - view

       con questo link apro whatsapp ma a me servirebbe aprire il businnes whtasapp, non trovo sul sito di whatsapp indicazioni sull'url (sono imbranata!) ma poi il testo che hai aggiunto andrebbe a comporre il messaggio? perchè a me dà errore mi devo fermare a dopo il numero di cellulare. mi potresti dire dove sbaglio? Grazie ciao silvia 

    • Silvia.1
    • 1 mth ago
    • Reported - view

    Domani ci provo. Grazie 👍🏻🤩

Content aside

  • 1 mth agoLast active
  • 4Replies
  • 59Views
  • 3 Following