How to send different messages to different phone numbers?

How to send different messages to different phone numbers? SearchSearch
Author Message
Tran van Linh
New member
Username: Linhtran

Post Number: 1
Registered: 10-2011
Posted on Monday, October 10, 2011 - 07:08 am:   

Dear supporter,

I want to send thousands different messages to thousands different phone numbers by using nowSMS gateway . But i find out that i only send the same message to all my customers in the address book on the Web Interface.

Please help me, tell me how to do that. Thanks a lot
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3515
Registered: 08-2008
Posted on Monday, October 10, 2011 - 04:19 pm:   

You would need to write a program to do that.

For example, repeatedly calling SendSMS from PHP (http://www.nowsms.com/nowsms-php-example-send-sms-text-message), with each of the different messages that you wish to send.
Tran van Linh
New member
Username: Linhtran

Post Number: 2
Registered: 10-2011
Posted on Tuesday, October 11, 2011 - 06:14 am:   

Dear supporter,

I am not a specialist in technology, how can i write a program to do that?

Could you give me that program?

Thanks a lot and have a nice day,
sam
New member
Username: Samdsouza

Post Number: 26
Registered: 08-2006
Posted on Tuesday, October 11, 2011 - 07:53 am:   

Hi Tran

You would need a web programmer for that. There is no ready made software for that. You just need to trigger the HTTP api or the PHP api. In short programtically you need to send the phone number and the associated message via HTTP api or PHP api.

Sam
Tran van Linh
New member
Username: Linhtran

Post Number: 3
Registered: 10-2011
Posted on Tuesday, October 11, 2011 - 11:12 am:   

Thanks Sam, thanks for your advice.