NAME

Net::UP::Notify - Send "Net Alerts" to cellular phones with the "Unwired Planet" browser (AKA phone.com, AKA OpenWave UP.Browser)

SYNOPSIS

  use Net::UP::Notify;
  $blah=new Net::UP::Notify;
  $blah->subscriberid("111111111-9999999_atlsnup2.adc.nexteldata.net");
  $blah->location("http://www.perl.com/");
  $blah->description("The Perl.com Homepage");
  print $blah->send;

                                                                                

DESCRIPTION

This allows you to send a Net Alert to a cellular phone, provided you know the subscriber ID of the user. This also requires the end user to have the Wireless Web service on their phone, and they also must have it provisioned by the carrier.

This was designed and tested using a Nextel phone, but I think that both Cingular and Sprint PCS should be supported here when given the proper subscriberid string.

My intention is to completely support the entire UP SDK, but for right now, I can only support the sending of Net Alerts.

AUTHOR

Paul Timmins, <paul@timmins.net>

SEE ALSO

perl. LWP::UserAgent. LWP::Request.