Friends I am using http://www.fast2sms.com for Sending Bulk SMS. But Now I want to send a welcome SMS and confirmation SMS to every new subscriber. I am using a WordPress Website. Fast2SMS provided me an API:
http://api.fast2sms.com/sms.php?token=&mob=&mess=&sender=SONIIN&route=0
token= Your UNIQUE TOKEN ID
mob= 10 Digit Indian Mobile Number
mess= 145 Character (English only)
sender= 6 Digit Sender ID
route=0- NonDND & 1- DND
Please Tell Me How to use it and if possible then tell me how to build it in my WordPress admin panel
This is accepting a get request so ...
this will work ...
to make post requests you need to use
CURL