Quote from
ecotip on August 28, 2019, 7:27 pm
I try to find a solution to sent sms message inside my application.I found a sms provider and using their api can make a http request using the url below:
https://api.smsglobal.com/http-api.php?action=sendsms&user=(USERNAME)&password=(PASSWORD)&from=(CUSTOMWORD)&to=(NUMBER)&text=(MESSAGE)
If everything goes well returns a string with status like : sent=ok:messageid=85985945849353894
My idea is to call this url and using string action to check return string and get ok and message id,so can have a sms status report.
I will try the method with FileToVar and OnLoadSuccess seems fine.
I will let you know.
I try to find a solution to sent sms message inside my application.I found a sms provider and using their api can make a http request using the url below:
https://api.smsglobal.com/http-api.php?action=sendsms&user=(USERNAME)&password=(PASSWORD)&from=(CUSTOMWORD)&to=(NUMBER)&text=(MESSAGE)
If everything goes well returns a string with status like : sent=ok:messageid=85985945849353894
My idea is to call this url and using string action to check return string and get ok and message id,so can have a sms status report.
I will try the method with FileToVar and OnLoadSuccess seems fine.
I will let you know.