...
Code Block |
---|
https://primary.smartmessagingservices.net/gateway/services/SMSService?method=sendSingle
&username=your.username&password=your.password&recipient=%2B61your.phone&text=testing+1+2+3
|
...
Method sendSingle2 to Send Complex Single SMS
This provides the capability to send a text message of up to 160 characters to a sinlge mobile phone. This method is HTTP Get compatible.
Code Block |
---|
https://primary.smartmessagingservices.net/gateway/services/SMSService?method=sendSingle2 &username=your.username&password=your.password&recipient=%2B61your.phone&text=testing+1+2+3 &replyTo=john@mycompany.com&sender=john |
...