Php rest api to send SMS
- create an account on https://www.skebby.it/
- associate your phone number (sender) in skebby platform
- Download the two PHP files from this Repository
- Update Skebby credentials (username and password, used for login) in sendsmsapi.php in rows 37, 38
- Create your "secret APIKEY" code in sendsmsapi.php in rows 8
- Upload the 2 files on your server.
Send SMS just calling Rest API like this:
https://serverfolder/sendsmsapi.php?APIKEY=YOURAPIKEY&SENDNAME=NAME&TEL=NUMBER i.e. :
https://www.mysite.com/sendsmsapi.php?APIKEY=FDSJHFDI7438JJJHK&SENDNAME=Paul&TEL=3901228756
Enjoy!
http://simplestipsandtricks.blogspot.com/
you can use it in RPA association (ie with Tagui, or autohotkey...) to create autonomous SMS-marketing sequences. See an example in this post:http://simplestipsandtricks.blogspot.com/2018/07/auto-responder-bot-for-subitoit-or.html