|
Hi,
I am using an SMS HTTP API whihc support sending SMS to recipients by using a HTTP request. The only thing is that they only support 50 recipiens number in thier URl that I use to send.
Now that problem is that I have more that number so what is the best idea to slipt and I want to store these information with group ID like
I have created Groups of number now when I split I send SMS to these number and also store these information with group id as a foreign key with RID foreign key of recipients.
I am using NameValueCollection but I am not sure to use it or not, becuase it will generate SID againt single key and the key is group id
Allah Hafiz
|