SMSGATEWAYHUB / SMS API
// Send SMS β HTTPS GET Request
GET
https://www.smsgatewayhub.com/api/mt/SendSMS
// Parameters
"APIKey" = "your_api_key"
"senderid" = "SSSSSG"
"channel" = "2"
"DCS" = "0"
"flashsms" = "0"
"number" = "91 9907922122"
"text" = "Dear Customer, Your order is out for delivery. Kindly keep the payment amount of Rs 2000 ready. Thanks, RP"
"schedtime" = "2025-11-06 12:45:00 PM"
"route" = "31"
"dlttemplateid" = "1234567894063533654"
// Response
{"ErrorCode":"000","ErrorMessage":"Success"}