Using RestAPI it's easy to add SMS functionalities to your website (online store, presentation website, intranet) or desktop app (ERP, CRM, etc).
The ElementarySMS API is built on HTTP, is RESTful and it:
Use the programming language of your choice: PHP, Java, ASP / ASP, Perl, Go or anything else. It takes a few minutes to get it running.
adding a message
:curl --user api-user:D9XX665533FG0 \ -H "Content-Type: application/json" \ -X POST -d '{ "number": "+40723238823", "message": "This is a message sent through \n ElementarySMS API.", "schedule_at": 1442390388 }' \ http://elementarysms.example.com/api/message/add
{ "status" : "success", "uuid": "a15cc1a2-598f-11e5-b604-2a042924705f" }