SendWapPushMessage ( $to, $text, $href, $from )
Sends a WAP PUSH message via the Internet Gateway. WAP PUSH messages can send multimedia content, such as an Image, Wallpaper, Ringtone or a link to WAP website.
Array containing the send status for each recipient. See SendStatusArray
<?php include 'IntelliSMS.php'; //Required php.ini settings: // allow_url_fopen = On // track_errors = On $objIntelliSMS = new IntelliSMS(); $objIntelliSMS->Username = 'MyUsername'; $objIntelliSMS->Password = 'MyPassword'; $objIntelliSMS->SendWapPushMessage ( '44771012345', 'The message text', 'http://www.intellisoftware.co.uk/images/IntelliSMS.gif', 'SENDER_ID' ); ?>
Our gateway will only send one SMS message per submission. Therefore a WAP PUSH message is charged at 1 credit.
An INVALID_REQUEST will result if the submitted text and href parameters would require 2 SMS messages to be sent. As a guide, the href and text parameters combined should not exceed 114 characters (assuming href starts with 'http://www.' )
<< Back to PHP SDK
SMS Interfaces HTTP Interface SMTP Interface COM Component .NET Component PHP SDK Java SDK
Reply Routing
Inbound SMS
Why IntelliSMS?
Coverage
Prices
Downloads
Documents
Free Trial