koulde
Junior Member
- Aug 3, 2013
- 148
- 371
Hello,
I must say from the begging that I am not familiar with any of the programming languages, I barely know some PHP and thats just to fix wordpress bugs.
I've got this API for SMS portal. I am suppose to send bulk sms to clients each with a specific text, and since I lack the experience I've been using excel and google docs with both mobile numbers and messages in certain cells to open the urls and execute the "send message" command ( I think its called "call" or something) and the sms portal server is suppose to return a code if the SMS was sent or not. Well, it hits and miss since importdata function isn't that much.
This is API when used as a url:
https://www.[the website].com/api/?username=[the username]&password=[the api password]&sms=[the message]&mobile=[the mobile phone]&binary=[sms language]
If its successful in sending the message it will return a code on screen as such:
OK_1_1
Viewing the screen as "view-source" shows the following:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
OK_1_1
I am totally lost, wish I knew some vb to get this done.
I am hoping if anyone can guide me to execute 200 urls and return the code I get as result.
I must say from the begging that I am not familiar with any of the programming languages, I barely know some PHP and thats just to fix wordpress bugs.
I've got this API for SMS portal. I am suppose to send bulk sms to clients each with a specific text, and since I lack the experience I've been using excel and google docs with both mobile numbers and messages in certain cells to open the urls and execute the "send message" command ( I think its called "call" or something) and the sms portal server is suppose to return a code if the SMS was sent or not. Well, it hits and miss since importdata function isn't that much.
This is API when used as a url:
https://www.[the website].com/api/?username=[the username]&password=[the api password]&sms=[the message]&mobile=[the mobile phone]&binary=[sms language]
If its successful in sending the message it will return a code on screen as such:
OK_1_1
Viewing the screen as "view-source" shows the following:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
OK_1_1
I am totally lost, wish I knew some vb to get this done.
I am hoping if anyone can guide me to execute 200 urls and return the code I get as result.