1) Http Posts (API)
2) C# Example
3) Visual Basic Example
1) Basic FTP Information
2) Advanced FTP (BLAST FILE FORMAT)
1) SMPP Information
1) Branding LogicSMS as your own
1) Send SMS using MS-SQL (Very Simple)
1) Posting back the message in real time
1) HTTP posts to dial a phone & play a message
|
Premium SMS Integration
There is an advanced options field on the competion sms management form. This field is labeled URL
This field allows you to specify a postback url such as :
http://www.yourserver.com/mypage.asp
Whenever LogicSMS receives a messages sent to your keyword
LogicSMS will post the message to your server.
The URL will look as follows
http://www.yourserver.com/post2sms.aspx?Cell=278200000&Msg=Premium Sms Message&ShortCode=34008&Time=2008/03/05 10:50
Your page must now respond out with the message, that the original sender of the premium sms will recieve
You will not be billed for the message
There are two options available.
If you want a normal sms message to be sent back to the sender, then the resuling page should appear as
Eg. Hello this is my message
If you would like a wap push to be sent then the resulting page should appear as
Eg . Hello this is my message | http://www.complexcom.co.za/image.jpg
Note : Your resulting page should not have any HTML tags.
|