I have seen some app that when you type some sms message and select some recipients, then click 'bulk Send', it will automatically change to the phone sms app and fill up the sms mesaage body and recipients using the info from the app.
So it can using your phone number to send out the sms instead of using another number to bulk send, Twilio has bulk send function but by using twilio number, when the recipient reply, it will only reply to the send number which is a twilio number, it breaks the interaction between you/tech support and the clients.
strUrl = '<a href="sms://open?addresses=+11122222,+1122222222?&body=Message%20Line%201%E2%80%A8Message%20Line%202">Send SMS to multi #s</a>'
system.perspective.navigate(url= strUrl)
open this perspective project from phone webpage.
click the button.
new page shown up:
Bad Message 400
reason: Ambiguous URI empty segment
Is it something wrong with the href string or I should use other way to call the href?