Get DLT Template List API for Enterprise and Software Provider via Msgclub API

We’re excited to inform you that we will be coming up with the Get Template List Via API  in Msgclub API soon.

With the Template API feature, you will be able to get all template which are added in MSGCLUB Panel, So that all template can be access in any of the software and enjoy sending sms without mistake.

We are coming with two Types of API to get Template List –

API to get Self Template

This is useful for businesses/ users who are using any software for sending sms for them self.

http://msg.msgclub.net/rest/services/sendSMS/get-user-template?AUTH_KEY=your_auth_key

Sample Response: –

[
   {
      "template": "template content 1 {#var#}",
      "templatename": "template name 1",
      "senderid": "SENDERID"
   },
   {
      "template": "template content 2 {#var#}",
      "templatename": "template name 2",
      "senderid": "SENDERID"
   }
]

API to get the Client’s Template via self ( Reseller’s) authentication

This API is use full for Resellers / Softwares Provider who want to provide access of Template to their client in their own developed software/application.

That API will reduce a big process of setting new Authentication key for each client to get templates.

http:// msg.msgclub.net/rest/services/sendSMS/get-user-template?AUTH_KEY=your_auth_key&username=your_client_username

Sample Response: –

[
   {
      "template": "template content 1 {#var#}",
      "templatename": "template name 1",
      "senderid": "SENDERID"
   },
   {
      "template": "template content 2 {#var#}",
      "templatename": "template name 2",
      "senderid": "SENDERID"
   }
]

Make sure you’re a member of our Facebook Page, where you’ll be the first to know about this.