примерна интеграция
Използване на JavaScript за изпращане на SMS съобщения
Get started with the following code sample:
$.get("https://cloud.bsmsapp.com/api/send?key=_YOUR_KEY_&phone=_MOBILE_NUMBER_&_MESSAGE_=this is a test message using js", function(data) { console.log(data); });
For detailed informations about how you can integrate your app with BsmsApp please check ourAPI Documentation