Hello Team,
Can u Please help me to create Simple Code in java
hear is the Document
https://www.smsgatewayhub.com/Panel/WebAPI/HTTP%20API%203.0.1%20-%20SMSGATEWAYUHB.pdf
Regards,
Raj Mishra
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roshan GuragainPosted Oct 23, 2016, 1:36 PM
Single sms
http://www.yourwebsite.com/api/mt/SendSMS?APIKey=yourapicode&senderid=WEBSMS&channel=2&DCS=0&flashsms=0&number=91989xxxxxxx&text=test message&route=1
multiple sms
http://www.yourwebsite.com/api/mt/SendSMS?APIKey=yourapicode&senderid=WEBSMS&channel=2&DCS=0&flashsms=0&number=91989xxxxxxx,91999xxxxxxx&text=test message&route=1
Group sms
http://www.yourwebsite.com/api/mt/SendSMS?APIKey=yourapicode&senderid=WEBSMS&channel=2&DCS=0&flashsms=0&number=91989xxxxxxx&text=test message&groupid=###&route=1