I have code for my Excel application. It's a membership loyalty program and every time members are billed it will send the current billed amount along with points earned or redeemed.
I have purchased a bulk SMS account and they have provide me the API. I need to use this API in my code.
Below is the API provided by my bulk SMS provider.
https://malert.in/api/api_http.php?username=user&password=pwd&senderid=myid&to=9000000000&text=Hello%20world&route=Enterprise&type=text&datetime=2018-02-22%2012%3A54%3A22
Assume your SMS provide using a https get request, then here is example.
Ok, I have figure it out and it's working. below is the code