Sending multiple WAP Push message

Sending multiple WAP Push message SearchSearch
Author Message
Peter Thompson
New member
Username: Ee8prt

Post Number: 8
Registered: 03-2004
Posted on Monday, May 17, 2004 - 07:36 pm:   

Hi, I wonder if anyone could help with this?

I would like to use nowSMS to send several WAP Push messages without having to send each one individually.

Ideally I would have a file with a list of the users I would like to provision for my WAP site and then have something process this list and use nowSMS to send the messages.

The file entries would be something similar to

4445436436436,www.mysite.org
44f4363462626,www.mysite.org

Does anybody know of a way this could be done?

Thanks,


Pete
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2670
Registered: 10-2002
Posted on Tuesday, May 25, 2004 - 08:25 pm:   

Hi Pete,

Are all of the users going to be receiving the same WAP push?

You could define the users as a distribution list in NowSMS (and this distribution list is simply a text file under the DLists subdirectory).

See:

http://support.nowsms.com/discus/messages/1/383.html
http://support.nowsms.com/discus/messages/1/225.html

If you wanted to send different links to different addresses, or do it more automated, then you could write something like a PHP script to submit the push messages.

An example PHP script for sending a WAP Push is shown below:

http://support.nowsms.com/discus/messages/1/1490.html

Of course, you could also use other scripting languages, they just need to be able to issue an HTTP request.

-bn