A developer asks:
"Where can I get a code sample which shows how to send to one and broadcast to many an SMS message?
There are some samples on the site but they are for placing calls, not SMS."
Good News! the code for sending a text message (SMS) is very similar to that for placing phone calls. If you're looking at the PHP samples, be sure to download the complete PHP Library (button to the right side of the page). The Microsoft .NET libaries are coming soon.
No matter your coding language, you can use the same sample code you've already discovered or created and just replace the command to make a call with that to "BlastSMS" (assuming you've made the appropriate library available for your language). The secret is to look over the REST API Reference Guide for the exact parameters you'll need. All the sample code relies on the AppworX API underneath it to make it work. You can review the Guide on the site at: http://developer.intelepeer.com/article ... REST%20API
>>Important Hint:<< before using code to trigger an event, you must make sure to establish a Session first - something you can only do after you establish an account with IntelePeer (500 trial minutes of use available when you sign up!).
Hope this helps,
Jamie @ IntelePeer
