Difference between revisions of "SMS Addon - provider api configuration"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 8: Line 8:


''API string'' here:  <code>http://41.204.94.20/vas/sendsms/sendsms.asp?UserName=username&Password=userpassword&api_id=ID&to=<%= DST %>&src=<%= CALLERID %>&text=<%= MSG %>&from_name=<%= USRLASTNAME %></code>
''API string'' here:  <code>http://41.204.94.20/vas/sendsms/sendsms.asp?UserName=username&Password=userpassword&api_id=ID&to=<%= DST %>&src=<%= CALLERID %>&text=<%= MSG %>&from_name=<%= USRLASTNAME %></code>
'''NOTE:''' Only '''GET''' method is supported.


Fill in the fields. Above is an example of correctly filled in fields.
Fill in the fields. Above is an example of correctly filled in fields.

Revision as of 08:11, 14 August 2012

This manual shows how to configure SMS sending through MOR with SMS Addon with Clickatell.

Go to ADDONS block -> SMS -> Providers and select Provider Type: API. You will see this window:


Sms apiprovider.png


API string here: http://41.204.94.20/vas/sendsms/sendsms.asp?UserName=username&Password=userpassword&api_id=ID&to=<%= DST %>&src=<%= CALLERID %>&text=<%= MSG %>&from_name=<%= USRLASTNAME %>

NOTE: Only GET method is supported.

Fill in the fields. Above is an example of correctly filled in fields.


Variables

You can use variables :

  • DST - MOR will put destination number.
  • MSG - MOR will put sms message.
  • USRFIRSTNAME - MOR will put user first name.
  • USRLASTNAME - MOR will put user last name.
  • CALLERID - MOR will put user primary device callerID.

MOR SMS variables must be put in '<%= %>' string. Example : <%= DST %>

Good keywords

We check SMS providers response for Good keywords. If we have found, sms will be charged.

If Good keywords are set and in providers response not found the keywords sms status set to :

  • 6 - failed, api returns no good keywords.

Notice: this feature available from MOR 12.


SMS over API for resellers

This functionality is available from MOR 12


Reseller can use send_sms API function with his own (not admin's) API key. Reseller can't send SMS over API if there is an incopatibility with hash and he has to be subscribed by admin for this functionality.