Send SMS using Jquery

Send SMS using Jquery
SMS.Studio
SMS.Studio

Created: 01/15/2022 5:19 AM - Updated: 01/15/2022 5:19 AM

Below is a Jquery code example to send SMS through SMS.Studio APIs

var settings = {
"url": "https://api.sms.studio/customer/custom-sms?api_token=token&response_type=json&from_name=alir&to=447123456789&text=Hello World",
"method": "GET",
"timeout": 0,
};

$.ajax(settings).done(function (response) {
console.log(response);
});

Was this article helpful?

0 Out of 0 Marked As Helpfull

Have more questions? Please Contact Us