HTTP API is used to send single SMS from your application. It's just an URL which you should call to send SMS.
The XML API supports utf-8 encoded XML. Requests should be made using HTTP POST with a Content-Type of text/xml.
The SOAP-API allows you to integrate your Client Application (Client) to SMS7.biz using the SOAP protocol. SOAP exchanges XML based messages over HTTP(S).
SMS WSDL using the XML API for your applications to multiple recipients, each with different content, such as send messages at one time, thousands of people at the same time.
MsgClub offers most powerful, Secure, and easy way to send sms by API. Your MsgClub account enables you to easily integrate our SMS services with your website, software or CRM application in PHP, ASP, .NET, Java or any other language.
Parameter Name | Data Type | Description |
AUTH_KEY * | Alphanumeric | Login Authentication Key(This key is unique for every user) |
message * | Text | Enter your message |
senderId * | Text | Enter senderId it should be less then 6 character |
routeId * | Integer | Which route you want use for sending sms enter routeId for particular route.use given Id for route. Transactional Route=1, Promotinal=2, Promotional SenderId=3 |
mobileNos * | Integer | Mobile number can be entered with country code or without country code Multiple mobile no. should be separated by comma |
groupId * | Integer | To send sms to particular group enter group name created in MsgClub phone book. |
smsContentType* | Text | "English" for text sms and "Unicode" for Unicode sms |
Parameters with( * ) are mandatory.
Sample Output Response
Sample Send sms gateway for Different – 2 language
You will get API of both the type GET and POST (On click to GET or POST a new page should open)